Fork me on GitHub

03 2014 档案

摘要:ORMhttps://github.com/StackExchange/dapper-dot-net http://fluentdata.codeplex.com/ https://github.com/toptensoftware/PetaPoco https://gi... 阅读全文
posted @ 2014-03-31 11:00 花儿笑弯了腰 阅读(1150) 评论(1) 推荐(1) 编辑
摘要:"Node.js 是服务器端的 JavaScript 运行环境,它具有无阻塞(non-blocking)和事件驱动(event-driven)等的 特色,Node.js 采用 V8 引擎,同样,Node.js 实现了类似 Apache 和 nginx 的web服务,让你可以通过它来 搭建基于 JavaScript 的 Web App" API http:/... 阅读全文
posted @ 2014-03-30 16:53 花儿笑弯了腰 阅读(8106) 评论(2) 推荐(6) 编辑
摘要:.NET中HttpWebRequest或WebClient 在多线程情况下存在并发连接限制,之所以有这个并发连接限制,是因为 http 1.0 和 http 1.1 标准规定并发连接数最大为2。用于服务器环境 (ASP.NET) 中时,DefaultConnectionLimit 默认为连接中较大的值 10。MSDN: 对 DefaultConnectionLimit 属性的任何更改都将影响 HTTP 1.0 和 HTTP 1.1 连接。 单独改变 HTTP 1.0 和 HTTP 1.1 协议的连接限制是不可能的。 可以使用代码System.Net.ServicePointManager.D. 阅读全文
posted @ 2014-03-26 17:13 花儿笑弯了腰 阅读(295) 评论(0) 推荐(0) 编辑
摘要:What does “WHERE 1” mean in SQL? http://stackoverflow.com/questions/3720735/what-does-where-1-mean-in-sql How to update the GUI from another thread in C#? http://stackoverflow.com/questions/661561/how-to-update-the-gui-from-another-thread-in-c Improving performance of multithreaded Htt... 阅读全文
posted @ 2014-03-24 23:54 花儿笑弯了腰 阅读(218) 评论(0) 推荐(0) 编辑
摘要:Stickup 是一个简单的 jQuery 插件,在页面滚动的时候固定一个元素到浏览器窗口的顶部,让其总是保持在视图中可见。 这个插件作用于多页的网站,但是对于单页的布局有额外的功能。借助 CSS,还可以实现当前视图关联的导航菜单的高亮显示功能。 http://lirancohen.github.i 阅读全文
posted @ 2014-03-24 13:46 花儿笑弯了腰 阅读(281) 评论(0) 推荐(0) 编辑
摘要:合并样式一直报超出数组异常,折腾了好久,最后发现是版本的问题,汗refer:http://stackoverflow.com/questions/21809904/stylebundle-index-was-outside-the-bounds-of-the-array http://stackov... 阅读全文
posted @ 2014-03-05 16:07 花儿笑弯了腰 阅读(273) 评论(0) 推荐(0) 编辑