上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: 1.asp.net执行原理 2.mvc执行过程 3.EF 4.webapi 5.Signalr相关知识点 6.wcf 阅读全文
posted @ 2016-02-24 11:09 haiziguo 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 1.泛型 2.委托事件 3.Linq 4.线程 阅读全文
posted @ 2016-02-24 11:06 haiziguo 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 由上图可以看出消息处理器的使用场合和使用方法。 使用场合: HttpServer 得到请求时. public static class WebApiConfig { public static void Register(HttpConfiguration config) { config.Mess 阅读全文
posted @ 2016-02-18 17:01 haiziguo 阅读(697) 评论(0) 推荐(0) 编辑
摘要: 【转载】http://www.cnblogs.com/chy2055/p/5181352.html 学习是技术人员成长的基础,本次分享20本技术方面的书籍,这些书不是每一本都是经典,但是每一本都有其特点。以下20本大部分本人都看过,因此推荐给大家。(本次推荐的20本只是一个参考,比如像Head Fi 阅读全文
posted @ 2016-02-18 16:34 haiziguo 阅读(578) 评论(2) 推荐(0) 编辑
摘要: void 返回204状态码 HttpResponseMessage Convert directly to an HTTP response message. IHttpActionResult Call ExecuteAsync to create an HttpResponseMessage, 阅读全文
posted @ 2016-02-18 16:04 haiziguo 阅读(4146) 评论(0) 推荐(0) 编辑
摘要: Class cl = new Class() { ClassName = "一年级1班" }; TestDBEntities context = new TestDBEntities(); context.Class.Add(cl); Student st = new Student() { Cla 阅读全文
posted @ 2016-02-18 10:40 haiziguo 阅读(1522) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-02-16 11:59 haiziguo 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 1 public class MailHelper 2 { 3 /// 发送邮件 4 /// 5 /// smtp地址 6 /// 用户名 7 /// ... 阅读全文
posted @ 2015-07-24 10:35 haiziguo 阅读(431) 评论(0) 推荐(1) 编辑
摘要: 1 // 对称加密帮助类 2 public static class CryptoHelper 3 { 4 //详细参考http://www.cnblogs.com/JimmyZhang/archive/2008/10/02/Cryptograph.html 5... 阅读全文
posted @ 2015-07-23 15:45 haiziguo 阅读(281) 评论(0) 推荐(0) 编辑
摘要: class Program { static void Main(string[] args) { var s = typeof(SendMsgResultCodes).GetIntsFromEnum(); var a =... 阅读全文
posted @ 2015-06-29 14:40 haiziguo 阅读(1871) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页