上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 35 下一页
摘要: 在Mapper的UserRight.xml中 在 sqlmap.config 然后是 DAO 最后是调用 阅读全文
posted @ 2016-05-27 19:21 zslm___ 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 建立 空的 MVC4项目 首先引用 NuGet 里 autofac 和 autofac .integration. mvc 然后 建立Model public class Person { public int Id { get; set; } public string Name { get; s 阅读全文
posted @ 2016-05-19 17:24 zslm___ 阅读(1073) 评论(0) 推荐(0) 编辑
摘要: public class Order { public string OrderId { get; set; } } public class SetterWrapper<TTarget, TValue> { private Action<TTarget, TValue> _setter; publ 阅读全文
posted @ 2016-05-18 11:54 zslm___ 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 优化反射 http://kb.cnblogs.com/page/172119/ http://www.2cto.com/kf/201301/182765.html http://blog.sina.com.cn/s/blog_94804b4a0100ykpw.html http://www.info 阅读全文
posted @ 2016-05-17 00:03 zslm___ 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 在 Windows Server 2008 or Windows Server 2008 R2 上安装消息队列 4.0 在服务器管理器中,单击“功能”。 在“功能摘要”下的右窗格中,单击“添加功能”。 在生成的窗口中,展开“消息队列”。 展开“消息队列服务”。 单击“目录服务集成”(用于加入域的计算 阅读全文
posted @ 2016-05-16 10:59 zslm___ 阅读(187) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 创建单例对象 /// </summary> /// <typeparam name="T"></typeparam> public sealed class Singleton<T> where T : new() { /// <summary> /// 单例对象 阅读全文
posted @ 2016-05-16 10:00 zslm___ 阅读(151) 评论(0) 推荐(0) 编辑
摘要: (1)建立 SqlMap.config文件 <?xml version="1.0" encoding="utf-8" ?> <sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper" xmlns:xsi="http://www.w3.org/2 阅读全文
posted @ 2016-05-13 19:34 zslm___ 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 代码管理用 TortoiseGit 单元测试用 xunit,TestDrive.Net 项目管理用 Jira ORM用 Ibatis 类的映射用 AutoMap,TinyMap(速度更快) IoC用Autofac 缓存用Redis 文档管理用Wiki 日志用 log4net,CommonLog Dl 阅读全文
posted @ 2016-05-13 15:29 zslm___ 阅读(200) 评论(0) 推荐(0) 编辑
摘要: public static class A { static A() { } } static构造函数不能是public,也不可能被主动调用,所以public没有意义 阅读全文
posted @ 2016-05-13 09:48 zslm___ 阅读(545) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zhuweisky/article/details/50439386 OAUS 阅读全文
posted @ 2016-05-12 17:53 zslm___ 阅读(478) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 35 下一页