上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 86 下一页
摘要: /// /// 过滤SQL注入 /// /// /// public static bool CheckSQLInjection(string strSQL) { if (string.IsNullOrEmpty(strSQL)) { return true; }... 阅读全文
posted @ 2008-07-07 15:44 zijinguang 阅读(350) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Collections; /**//// /// The SqlHelper class is intended to encapsulate high performanc... 阅读全文
posted @ 2008-07-03 14:41 zijinguang 阅读(168) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 86 下一页