摘要:
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)<>'' 阅读全文
摘要:
关闭当前表,再重新打开表 阅读全文
摘要:
“DbUtility.SqlHelper”的类型初始值设定项引发异常。原因:数据库连接未打开,检查Web.config中的connectionStrings配置 阅读全文
摘要:
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 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文