上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 36 下一页
摘要: 前两年帮朋友 做了个网吧管理软件,采用动软的三层架构 sql语句生成的。最近因功能变更 要改动,而我这段正在做asp.net mvc +ef+autofac的一个电商网站。索性 就把原来的底层全重新了套用了我现在的架构 EF6.0+autofac+三层架构,上层的asp.net没有变。改完后发现交班 阅读全文
posted @ 2016-09-21 21:23 jimcsharp 阅读(1276) 评论(1) 推荐(0) 编辑
摘要: I stumbled upon the following two articles First and Second in which the author states in summary that ORM Entities and Domain Entities shouldn't be m 阅读全文
posted @ 2016-09-21 21:21 jimcsharp 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 一, 二, 三, 1.DataTable到List<T>的转换 public static List<T> DataTableToT<T>(DataTable source) where T : class, new() { List<T> itemlist = null; if (source = 阅读全文
posted @ 2016-09-21 13:24 jimcsharp 阅读(2563) 评论(0) 推荐(0) 编辑
摘要: 原文地址 Create modal dialog form in jquery using bootstrap framework, slightly different from the usual way of jquery-ui. In bootstrap tutorial, we creat 阅读全文
posted @ 2016-09-10 22:15 jimcsharp 阅读(1811) 评论(0) 推荐(0) 编辑
摘要: bootstrap基本标签总结 阅读全文
posted @ 2016-09-10 21:47 jimcsharp 阅读(4697) 评论(0) 推荐(0) 编辑
摘要: Bootstrap基本使用 阅读全文
posted @ 2016-09-10 21:46 jimcsharp 阅读(330) 评论(0) 推荐(0) 编辑
摘要: bootstrap布局两列或者多列表单 阅读全文
posted @ 2016-09-10 21:44 jimcsharp 阅读(25940) 评论(0) 推荐(1) 编辑
摘要: 转自: http://blog.csdn.net/shangmingchao/article/details/49761315 效果图: HTML中无需添加额外的一列来表示复选框,而是由JS完成,所以正常的表格布局就行了: [html] view plain copy <table class="t 阅读全文
posted @ 2016-09-10 19:49 jimcsharp 阅读(979) 评论(0) 推荐(0) 编辑
摘要: 之中添加 viewport 元数据标签。 --> --> ... 阅读全文
posted @ 2016-09-10 17:02 jimcsharp 阅读(685) 评论(0) 推荐(0) 编辑
摘要: Bootstrap 杂记 阅读全文
posted @ 2016-09-10 16:27 jimcsharp 阅读(208) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 36 下一页