上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 118 下一页
摘要: http://www.alibuybuy.com/posts/83678.htmlhttp://www.grati.org/?p=535http://www.infoq.com/cn/articles/what-is-nodejshttp://www.cnblogs.com/QLeelulu/archive/2011/01/28/nodejs_into_and_n2mvc.htmlhttp://www.grati.org/?p=307http://howtonode.org/do-it-fast 阅读全文
posted @ 2014-01-12 18:04 daishuguang 阅读(185) 评论(0) 推荐(0) 编辑
摘要: http://developer.51cto.com/art/201107/277994.htmonscroll事件window.onscroll|| document.onscrollvar scroll = document.documentElement.scrollTop || document.body.scrollTop;http://bigspotteddog.github.io/ScrollToFixed/ 阅读全文
posted @ 2014-01-11 21:11 daishuguang 阅读(511) 评论(0) 推荐(0) 编辑
摘要: http://database.51cto.com/exp/mysql5.6/index.htmlhttp://www.cnblogs.com/dolphinX/p/3510346.html 阅读全文
posted @ 2014-01-11 00:45 daishuguang 阅读(106) 评论(0) 推荐(0) 编辑
摘要: $("#SeatCount, #Charge").on("keyup", function () { if (this.value.replace(/^0|\D/g, '') === "") { this.style.border = "1px solid red"; } else { this.style.border = ""; } });keyup 与change事件会有兼容性问题,在手机上。http://www.cnblogs.com/deng02/archive/200 阅读全文
posted @ 2014-01-09 21:59 daishuguang 阅读(155) 评论(0) 推荐(0) 编辑
摘要: http://theexceptionhandler.com/ 阅读全文
posted @ 2014-01-09 16:14 daishuguang 阅读(106) 评论(0) 推荐(0) 编辑
摘要: http://www.csdn.net/article/2013-12-30/2817970-technology-stack-choices 阅读全文
posted @ 2014-01-08 18:03 daishuguang 阅读(116) 评论(0) 推荐(0) 编辑
摘要: http://life.gmw.cn/2014-01/08/content_10061148_5.htm 阅读全文
posted @ 2014-01-08 17:40 daishuguang 阅读(138) 评论(0) 推荐(0) 编辑
摘要: http://www.programmer.com.cn/14761/#more-14761文/李晶随着互联网产业的爆炸式增长,与之伴生的Web前端技术也在历经洗礼和蜕变。尤其是近几年随着移动终端的发展,越来越多的人开始投身或转行至新领域,这更为当今的IT产业注入了新的活力。尽管Web前端技术诞生至今时日并不长,但随着Web技术的逐渐深入,今后将会在以下几方面发力。1. Web移动终端开发。2. JavaScript的兄弟们。3. 百花齐放的类库和框架。4. 工程化的Web前端开发规范。Web移动终端开发PhoneGap: 一个开源的开发框架,使用HTML、CSS和JavaScript来构建跨 阅读全文
posted @ 2014-01-07 19:07 daishuguang 阅读(709) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/tsdl2009/article/details/5798868http://www.open-open.com/lib/view/open1344307965280.html 阅读全文
posted @ 2014-01-07 01:44 daishuguang 阅读(115) 评论(0) 推荐(0) 编辑
摘要: MongoDB+Perl/PHP/Django/RoRhttp://www.searchdatabase.com.cn/showcontent_34396.htmhttp://www.searchdatabase.com.cn/showcontent_41584.htmLinux + MySql/Mongodb + PHP/Python/Perl/RoRhttp://www.cnblogs.com/sorex/archive/2012/05/16/2502001.html 阅读全文
posted @ 2014-01-07 01:23 daishuguang 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1, 广泛性2, 通用性3, 稳定性4, 功能5, 遇到问题能否快速查到资料6, 文档是否齐全不一定是最先进的技术就是最好的。采用什么样的技术栈:一定要主流, 很少做到技术专家的地步。使用比较频繁的,使用率较高的,不要偏门。使用率高-----------》找资料好找, 解决方案多。人也好找。主流---------------》才能大规模。好找资料解决方案足够多快速搭建,迅速反应快,经常用到,资料多,解决方案多。 阅读全文
posted @ 2014-01-07 01:00 daishuguang 阅读(151) 评论(0) 推荐(0) 编辑
摘要: width:document clientWidth < offsetWidth(include border)target < currentTarget 阅读全文
posted @ 2014-01-06 21:41 daishuguang 阅读(203) 评论(0) 推荐(0) 编辑
摘要: console.log(m);dd is not defined:errorvar m;console.log(m); // undefinedvar m = s;console.log(m); // s errorvar ---------->undefined;var k = ----------->null; 阅读全文
posted @ 2014-01-06 14:38 daishuguang 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 利用TCP协议通过Socket编写的网络聊天工具1-客户端利用TCP协议通过Socket编写的网络聊天工具2-通用类设计利用TCP协议通过Socket编写的网络聊天工具3-服务器端设计 阅读全文
posted @ 2014-01-06 04:18 daishuguang 阅读(141) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/zh-cn/library/79b3xss3(VS.80).aspx不可被继承 阅读全文
posted @ 2014-01-06 03:54 daishuguang 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 118 下一页