摘要:
获取枚举中的描述值,代码案例如下,可以根据具体情况调节 public static string GetDescriptionByEnum(this Enum enumValue) { string value = enumValue.ToString(); FieldInfo field = en 阅读全文
摘要:
function is_weixinOrAli(){ var ua = navigator.userAgent.toLowerCase(); //判断浏览器的类型 if (ua.match(/MicroMessenger/i) != "micromessenger" && ua.match(/Aplipay/i) != "aplipay")... 阅读全文
摘要:
在修改一条数据字段时报错: Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe 阅读全文