
nodejs
文章平均质量分 59
cajan2
这个作者很懒,什么都没留下…
展开
-
nodejs express rest
Nodejs开发指南博客实例(支持Express3.0)http://download.youkuaiyun.com/detail/charry3/6980405原创 2014-08-07 00:39:47 · 1182 阅读 · 0 评论 -
nodejs安装使用心得
nodejs包管理器npm使用晓得(1)、针对npm配置的命令行操作如下(可使用命令npm help config查询): npm config set [--global] npm config get npm config delete npm config list npm config edit npm get npm set原创 2014-06-14 09:37:28 · 1223 阅读 · 0 评论 -
JS和jquery的几个令人迷惑的问题之四-函数
1.函数1.1.函数定义函数定义有两种方式函数定义表达式和原创 2014-06-17 21:59:05 · 2056 阅读 · 0 评论 -
JS和jquery的几个令人迷惑的问题之二(语句和对象)
1.js语句1.1.条件语句原创 2014-06-16 15:46:20 · 963 阅读 · 0 评论 -
JS和jquery的几个令人迷惑的问题之三-数组
1.数组数组元素的读写> var a=["world"]undefined> value=a[0]'world'> a[1]=3.143.14> i=22> a[ 'world', 3.14 ]> a[i]=33> a[i+1]="hello"'hello'> a[ 'world', 3.14, 3, 'hell原创 2014-06-17 10:27:03 · 849 阅读 · 0 评论 -
javascript编码调试环境-ide和调试工具
notepad++ 4个为 JS 开发者准备的 Notepad++ 插件 JSLint JSMin JSON Viewer RegEx Helperaptana eclipse plugin http://download.aptana.com/studio3/plugin/installSpket原创 2014-06-14 09:40:02 · 3598 阅读 · 0 评论 -
nodejs资源
1.alibaba:七天学会Node.js2.nodejs学习系列原创 2014-06-14 09:36:43 · 756 阅读 · 0 评论