2018年6月20日

摘要: update t_tbl_desc set num=b.num from t_tbl_desc a, (select distinct(name) as name,count(name) num from t_col_desc group by name)b where a.name=b.name 阅读全文
posted @ 2018-06-20 22:12 隨風.NET 阅读(961) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Web; using System.IO; namespace WxPayAPI { public class Log { //在网站根目录下创建日志目录 public static string path = HttpCon... 阅读全文
posted @ 2018-06-20 13:13 隨風.NET 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 1.代码命名规则 私有变量前面加 _ 公有的大写 集合类的 可以使用复数 或者 增加 List结尾 2.对象的初始化,放在BLL层的 SetInitial 方法里 UConfig的初始化 一些属性的必填什么的验证,写在Vailitly什么的方法里 3.页面代码尽量的干净,整洁 一些代码可以放到Ser 阅读全文
posted @ 2018-06-20 12:02 隨風.NET 阅读(143) 评论(0) 推荐(0) 编辑

导航