摘要: select * from Translation where TransContent is not null and CONVERT(NVARCHAR(4000),TransContent)!='' and Member='wang_su_fei' select TransContent from Translation where TransContent is not null and cast(TransContent as NVARCHAR)<>'' 阅读全文
posted @ 2012-08-08 18:42 wangsufei 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 关闭当前表,再重新打开表 阅读全文
posted @ 2012-05-31 16:38 wangsufei 阅读(201) 评论(0) 推荐(0) 编辑
摘要: “DbUtility.SqlHelper”的类型初始值设定项引发异常。原因:数据库连接未打开,检查Web.config中的connectionStrings配置 阅读全文
posted @ 2012-05-31 14:27 wangsufei 阅读(502) 评论(0) 推荐(0) 编辑
摘要: public static string ToIds<T>(this List<T> list, string filedName) { if (list.Count() > 0) { StringBuilder sBuilder = new StringBuilder(); PropertyInfo[] properties = list[0].GetType().GetProperties(); foreach (var v in list) sBuilder.AppendFormat("'{0}',", propertie 阅读全文
posted @ 2012-03-23 19:58 wangsufei 阅读(168) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2012-03-16 09:21 wangsufei 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2012-02-16 13:27 wangsufei 阅读(4) 评论(0) 推荐(0) 编辑