上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 68 下一页
摘要: http://kangax.github.io/compat-table/es5/ 秒查ECMAScript在各大浏览器的兼容性,点击右上角按钮可以“在5/6/7/非标”之间切换。做JavaScript的童鞋必备。 阅读全文
posted @ 2016-09-14 09:52 特洛伊-Micro 阅读(380) 评论(0) 推荐(0)
摘要: select选中索引有好多方式, 这两种方式取不到索引值这两种方式取不到索引值这两种方式取不到索引值这两种方式取不到索引值 $('#someId').find('option:selected').selectedIndex; $('#someId').find('option:selected') 阅读全文
posted @ 2016-09-13 15:24 特洛伊-Micro 阅读(3502) 评论(1) 推荐(1)
该文被密码保护。 阅读全文
posted @ 2016-09-13 10:19 特洛伊-Micro 阅读(1) 评论(0) 推荐(0)
摘要: arguments.callee.caller 阅读全文
posted @ 2016-09-08 18:33 特洛伊-Micro 阅读(291) 评论(0) 推荐(0)
摘要: AsyncCTP.0.3.nupkg http://pan.baidu.com/s/1kVhPaYj Microsoft.IdentityModel.6.1.7600.16394 http://pan.baidu.com/s/1kVsEzT9 阅读全文
posted @ 2016-09-08 15:47 特洛伊-Micro 阅读(115) 评论(0) 推荐(0)
摘要: http://identitymodel.codeplex.com/ https://identityserver.github.io/ Windows Identity Foundation 6.1.7600.16394 Windows Identity Foundation enables .N 阅读全文
posted @ 2016-09-08 15:45 特洛伊-Micro 阅读(1651) 评论(1) 推荐(0)
摘要: 大家也看到了,很奇怪的是我们明明就请求了一个页面,页面中也没有其他的图片请求。为什么Application_BeginRequest会被执行了两次呢?!既然他请求,那我们看看他到底在请求什么就是了?在Application_BeginRequest代码中将”HttpContext.Current.R 阅读全文
posted @ 2016-09-08 15:37 特洛伊-Micro 阅读(829) 评论(0) 推荐(0)
摘要: 在工业生产设计中,我们往往需要实现一个基于消息订阅的模式,用来对非定时的的消息进行监听订阅。 这种设计模式在 总线设计模式中得到体现。微软以前的WCF中实现了服务总线 ServiceBus的设计模式。然并卵。WCF已经好像是上个世纪的产物................ 基于事件订阅的模式,比如 E 阅读全文
posted @ 2016-09-08 12:16 特洛伊-Micro 阅读(26755) 评论(0) 推荐(1)
摘要: MVC – Task-based Asynchronous Pattern (TAP) – Async Controller and SessionLess Controller Leave a reply In async programming, there are 3 different mo 阅读全文
posted @ 2016-09-07 15:14 特洛伊-Micro 阅读(1433) 评论(0) 推荐(0)
摘要: 使用Owin 将Web项目脱离 IIS确实很特别。。。。。 由此 ,可以衍生出,一个新的通信渠道,本地Server的自承载。 1 Node.js 2 Python 3 Ruby 4 Owin (C#--Katana项目 katanaproject.codeplex.com) 虽然基于.net fra 阅读全文
posted @ 2016-09-02 17:09 特洛伊-Micro 阅读(1251) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 68 下一页