上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 40 下一页
摘要: 阅读:http://www.cnblogs.com/jesse2013/p/dlws-loadbalancer2.html 自定义端口:http://www.th7.cn/Program/net/201408/267522.shtml 阅读全文
posted @ 2016-10-28 15:23 b̶i̶n̶g̶.̶ 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 阅读:http://www.cnblogs.com/luminji/archive/2011/09/02/2163525.html 阅读全文
posted @ 2016-10-28 15:11 b̶i̶n̶g̶.̶ 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 阅读:http://www.cnblogs.com/fengzheng/p/3668283.html 阅读全文
posted @ 2016-10-28 15:00 b̶i̶n̶g̶.̶ 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 资料:http://www.cnblogs.com/chengxiaohui/articles/5672768.html 阅读全文
posted @ 2016-10-28 13:59 b̶i̶n̶g̶.̶ 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 一、新增 UserInfo user = new UserInfo() { UserName = "jamsebing", UserPass = "123456" }; db.UserInfo.Add(user); 二、删除之 [Entry].State=Deleted var user = new 阅读全文
posted @ 2016-10-26 16:57 b̶i̶n̶g̶.̶ 阅读(665) 评论(0) 推荐(0) 编辑
摘要: 一、Application_End Application_End:网站关闭,或重启时,会触发该方法 二、Application_Start 第一个访问网站的用户会触发该方法. 通常会在该方法里定义一些系统变量,如聊天室的在线总人数统计,历史访问人数统计的初始化等等均可在这里定义 三、Session 阅读全文
posted @ 2016-08-31 13:35 b̶i̶n̶g̶.̶ 阅读(291) 评论(0) 推荐(0) 编辑
摘要: /// /// Cors扩展 /// public static class IPipelinesExtensions { /// /// CORS Enable /// /// pipelines public static void UserCors(this IP... 阅读全文
posted @ 2016-08-31 13:19 b̶i̶n̶g̶.̶ 阅读(579) 评论(0) 推荐(0) 编辑
摘要: 1.prototype是函数的一个属性(每个函数都有一个prototype属性),这个属性是一个指针,指向一个对象。它是显示修改对象的原型的属性。 2.__proto__是一个对象拥有的内置属性(请注意:prototype是函数的内置属性,__proto__是对象的内置属性),是JS内部使用寻找原型 阅读全文
posted @ 2016-08-23 17:29 b̶i̶n̶g̶.̶ 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 参考链接:http://www.ruanyifeng.com/blog/2010/05/object-oriented_javascript_inheritance_continued.html 阅读全文
posted @ 2016-08-23 17:15 b̶i̶n̶g̶.̶ 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 一、对象冒充 二、call()方式 三、apply() apply方法接受2个参数, A、第一个参数与call方法的第一个参数一样,即赋值给类(即方法)中出现的this B、第二个参数为数组类型,这个数组中的每个元素依次赋值给类(即方法)所接受的参数 四、原型链方式 即子类通过prototype将所 阅读全文
posted @ 2016-08-23 15:29 b̶i̶n̶g̶.̶ 阅读(254) 评论(1) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 40 下一页