代码改变世界

nodejs express

2015-04-27 23:51 by Wizardlsw, 145 阅读, 0 推荐, 收藏, 编辑
摘要:Express 设置主机头mirgration from 3.x to 4.xlog4js例子:https://github.com/nomiddlename/log4js-example/blob/master/app.js 同时也是nodejs的好例子。在express中怎么使用layout布局... 阅读全文

CentOS

2015-04-21 22:23 by Wizardlsw, 343 阅读, 0 推荐, 收藏, 编辑
摘要:AZURE CentOS Root password: https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-linux-use-root-privileges/ http://stackoverflow. 阅读全文

nginx

2015-04-20 22:31 by Wizardlsw, 283 阅读, 0 推荐, 收藏, 编辑
摘要:在LINUX下查看IP命令: ip addr show CentOS 6下安装nginx CentOS 7.0,启用iptables防火墙 http://ju.outofmemory.cn/entry/46060 http://stackoverflow.com/questions/5009324/ 阅读全文

VIM

2015-04-16 17:48 by Wizardlsw, 178 阅读, 0 推荐, 收藏, 编辑
摘要:http://www.cnblogs.com/softwaretesting/archive/2011/07/12/2104435.html 以:和/开头的命令都有历史纪录,可以首先键入:或/然后按上下箭头来选择某个历史命令。 在命令行窗口中输入以下命令即可 vim 直接启动vim vim file 阅读全文

nodejs weixin 笔记

2015-04-15 07:27 by Wizardlsw, 166 阅读, 0 推荐, 收藏, 编辑
摘要:http://www.oschina.net/code/snippet_218887_25870 好文章: http://codelife.me/blog/2013/04/23/developing-wechat-public-platform-with-nodejs/index.html 微信公众 阅读全文

nodejs mysql

2015-04-04 11:09 by Wizardlsw, 154 阅读, 0 推荐, 收藏, 编辑
摘要:https://codeforgeek.com/2015/01/nodejs-mysql-tutorial/ A very good article http://blog.csdn.net/zxsrendong/article/details/17006185 阅读全文

nodejs 笔记

2015-03-04 21:00 by Wizardlsw, 315 阅读, 0 推荐, 收藏, 编辑
摘要:一些资源 从零开始nodejs系列文章 http://blog.fens.me/series-nodejs/ TO be read 《Node.js 包教不包会》 – by alsotang NodeJs入门 https://code.visualstudio.com/docs/runtimes/n 阅读全文

CSS

2014-11-12 00:24 by Wizardlsw, 153 阅读, 0 推荐, 收藏, 编辑
摘要:http://www.sitepoint.com/power-em-units-css/https://medium.com/@simurai/sizing-web-components-8f433689736f 阅读全文

ASP.NET MVC Filter

2014-07-12 22:02 by Wizardlsw, 141 阅读, 0 推荐, 收藏, 编辑
摘要:http://stackoverflow.com/questions/6940371/asp-net-mvc-request-filtershttp://afana.me/post/aspnet-mvc-internationalization.aspxNotionalCultures:http:/... 阅读全文

ASP.NET MVC Error

2014-07-10 22:09 by Wizardlsw, 160 阅读, 0 推荐, 收藏, 编辑
摘要:Error Handlerhttp://prideparrot.com/blog/archive/2012/5/exception_handling_in_asp_net_mvchttp://www.asp.net/web-api/overview/web-api-routing-and-actio... 阅读全文