SQL SQL 语句进行 like in 参数化 sql 语句进行 like in 参数化,按照正常的方式是无法实现的 我们一般的思维是: Like 参数: string strSql = "select * from Person.Address ... 01月14日 阅读 4,854 发表评论 阅读全文
C# C# 多播委托 using System; using System.Collections.Generic; using System.Li... 01月12日 阅读 3,571 发表评论 阅读全文
C# C# 匿名方法 lambda表达式 泛型委托 using System; using System.Collections.Generic; using System.Li... 01月12日 阅读 4,866 发表评论 阅读全文
C# C# 单例模式 using System; using System.Collections.Generic; using System.Li... 01月12日 阅读 3,732 发表评论 阅读全文
C# C# 编写代码的命名规则 Pascal 规则 每个单词开头的字母大写(如 TestCounter). Camel 规则 除了第一个单词外的其他单词的开头字母大写. 如. testCounter. Upper 规则... 01月10日 阅读 2,906 发表评论 阅读全文
C# C# 取自身版本 Ping检测网络 读取网络XML 自动更新 范例 private bool CheckUpdateServerState(string host) { ... 01月06日 阅读 3,730 发表评论 阅读全文