上一页 1 2 3 4 5 6 7 8 ··· 11 下一页

2016年12月13日

摘要: Hello Dojo! domContruct.Create()方法 domContruct.Empay()方法 domContruct.Destory()方法 阅读全文
posted @ 2016-12-13 10:09 努力的活着_在人间 阅读(309) 评论(0) 推荐(0)

2016年12月12日

摘要: 123 阅读全文
posted @ 2016-12-12 11:40 努力的活着_在人间 阅读(369) 评论(0) 推荐(0)

2016年7月20日

摘要: 内容面板的演示 --> 相关信息 zeadfafsd 阅读全文
posted @ 2016-07-20 14:53 努力的活着_在人间 阅读(243) 评论(0) 推荐(0)

2016年7月11日

摘要: 1.过滤器的使用(创建一个MyFilter文件夹存储所有的过滤器) 1.1 Authorization 1.1.1创建一个MyAuthorization继承自AuthorizatioAttribute 1.1.2重写OnAuthorization方法,传入一个filterContext 1.... 阅读全文
posted @ 2016-07-11 10:05 努力的活着_在人间 阅读(560) 评论(0) 推荐(0)

2016年5月15日

摘要: log4net.Config.XmlConfigurator.Configure(); ... 阅读全文
posted @ 2016-05-15 20:02 努力的活着_在人间 阅读(163) 评论(0) 推荐(0)
摘要: public partial class LogHelper { private static Queue queue; public static void WriteLog(string msg) { //对写文件加锁,防止多个线程同时写文件时报异常 //加锁问题:造成用户等待 ... 阅读全文
posted @ 2016-05-15 19:53 努力的活着_在人间 阅读(139) 评论(0) 推荐(0)

2016年5月11日

摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Threading.Tas... 阅读全文
posted @ 2016-05-11 10:18 努力的活着_在人间 阅读(317) 评论(0) 推荐(0)

2016年4月28日

摘要: 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 //DbContext context = ContextFactory.GetContext(); 6 //OrderInfo oi = new OrderInfo() 7 ... 阅读全文
posted @ 2016-04-28 16:11 努力的活着_在人间 阅读(1190) 评论(1) 推荐(0)

2016年4月20日

摘要: /// /// 获取上下文对象的类 /// public class ContextFactory { private static TestOAEntities context; public static DbContext GetContext() {... 阅读全文
posted @ 2016-04-20 15:43 努力的活着_在人间 阅读(804) 评论(0) 推荐(1)

2016年4月18日

摘要: /// <summary> /// 终极版带lambada表达式的分页查询 /// </summary> /// <typeparam name="T">获取的分页实体的类型</typeparam> /// <param name="whereLambada">查询符合条件的lambada表达式</ 阅读全文
posted @ 2016-04-18 14:09 努力的活着_在人间 阅读(319) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页

导航