09 2014 档案

摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace weekDemo{ class Program { static void Main(st... 阅读全文
posted @ 2014-09-26 00:36 小川丶 阅读(813) 评论(0) 推荐(0)
摘要:test 阅读全文
posted @ 2014-09-09 17:31 小川丶 阅读(127) 评论(0) 推荐(0)
摘要:在Entity Framework repository下加两个方法: public virtual T GetByEntityName(object id, string EntityTypeName) { dynamic repository =... 阅读全文
posted @ 2014-09-09 17:17 小川丶 阅读(457) 评论(0) 推荐(0)
摘要:public class HttpHelper { private static CookieContainer _cc = new CookieContainer(); private static WebProxy _proxy; private st... 阅读全文
posted @ 2014-09-03 10:09 小川丶 阅读(623) 评论(0) 推荐(0)