上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页
摘要: as title 阅读全文
posted @ 2015-08-18 23:31 calochCN 阅读(271) 评论(0) 推荐(0)
摘要: 1.三层架构调用关系图 阅读全文
posted @ 2015-08-17 10:42 calochCN 阅读(236) 评论(0) 推荐(0)
摘要: 在Reference Properties属性窗口的Integrity属性页中选中Delete Constraint的Cascade;选中Update Constraint的Cascade. 阅读全文
posted @ 2015-08-09 23:53 calochCN 阅读(542) 评论(0) 推荐(0)
摘要: selecta.name as 约束名,object_name(b.parent_object_id) as 外键表,d.name as 外键列,object_name(b.referenced_object_id) as 主健表,c.name as 主键列from sys.foreign_keys... 阅读全文
posted @ 2015-08-03 07:43 calochCN 阅读(363) 评论(0) 推荐(0)
摘要: 1.看个人爱好2.可以看出布尔运算的结果。3.可以更快进行and和or 运算 阅读全文
posted @ 2015-08-02 20:58 calochCN 阅读(699) 评论(0) 推荐(0)
摘要: var c = new C1() { ID = 1, Name = 2 }; var d = new C2() { ID = 3, CName = 4, Des = 3 }; var im = Mapper.CreateMap();... 阅读全文
posted @ 2015-07-31 11:20 calochCN 阅读(198) 评论(0) 推荐(0)
摘要: var $=jQuery=function(onload){window.onload=onload();}jQuery(function(){alert(2);});$(function(){alert(3);}) 阅读全文
posted @ 2015-07-30 15:58 calochCN 阅读(197) 评论(0) 推荐(0)
摘要: readonly UnitOfWork _u = new UnitOfWork(); public M Get(int id) { return _u.T_MtnContractRepository().SingleOrDefault(t => t.ID =... 阅读全文
posted @ 2015-07-21 17:09 calochCN 阅读(507) 评论(0) 推荐(0)
摘要: public static String ToEnumName(this int? source, Type e) { if (!source.HasValue) throw new ArgumentException("enum转换title 需要值"); ... 阅读全文
posted @ 2015-07-19 12:33 calochCN 阅读(174) 评论(0) 推荐(0)
摘要: 主要就是码td画面了,我码了很久,一直像不得要领,究其原因,主要是自己在得到一个块儿时没有一个完整性的认知。很多零星的点,自己就把它当了零星的点来做,最后的结果就是,做过的点到最后又散成一团。其实不应该是这样的!而应该一开始就应该将.net里的ioc和service给整合好。从前觉得service区... 阅读全文
posted @ 2015-07-18 21:29 calochCN 阅读(230) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页