摘要: https://www.cnblogs.com/guorongtao/p/13329618.html SELECT object_name(a.parent_obj) as [表名] ,a.name as [触发器名称] ,(case when b.is_disabled=0 then '启用' e 阅读全文
posted @ 2021-03-04 16:58 LuoCore 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 不知道怎么表达这个东西,先记录一下吧,如果你们有好的想法可以联系我,共同进步 /// <summary> /// 自定义属性帮助类 /// </summary> public class AttributeHelper { /// <summary> /// 获取字符串字节长度 /// </summ 阅读全文
posted @ 2021-03-04 16:01 LuoCore 阅读(837) 评论(0) 推荐(0) 编辑
摘要: http://www.voidcn.com/article/p-ygmrcitj-bye.html using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Text; pu 阅读全文
posted @ 2021-03-04 13:47 LuoCore 阅读(228) 评论(0) 推荐(0) 编辑
摘要: http://www.voidcn.com/article/p-ygmrcitj-bye.html using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Text; pu 阅读全文
posted @ 2021-03-04 13:33 LuoCore 阅读(90) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xiarongrong/p/5168713.html /// <summary> /// 获取字符串字节长度 /// </summary> /// <param name="str"></param> /// <returns></returns> p 阅读全文
posted @ 2021-03-04 13:18 LuoCore 阅读(702) 评论(0) 推荐(0) 编辑