Gulp 2016-07-10 Gulp:任务自动管理工具目录 安装 gulpfile.js gulp模块的方法 src() dest() task() watch() gulp-load-plugins模块 gulp-livereload模块 参考链接 Gulp studies 阅读全文 >>
Git 2016-07-03 git initgit add xxx.txtgit commit -m “version”git statusgit loggit remote add origin xxxgit push -f origin master详细教程参见 http://www.liaoxuefeng.com/ Git studies 阅读全文 >>
Github作为远程仓库的使用详解 2016-07-03 远程仓库,即可理解为把本地仓库丢到了某个服务器上,然后别人把你的仓库clone(克隆)或者说拷贝下来而已!又或者说是多人协作时,各个人本地仓库更改整合的一个媒介而已! GitGithub studies 阅读全文 >>
Git和Github错误汇总 2016-07-03 Error 1 : git新建分支时出现错误 fatal: Not a valid object name: ‘master’.要先commit一次才会真正建立master分支,此时就可以新建立分支了。 Error 2 GitGithub studies 阅读全文 >>
nodejs API 2016-07-01 Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境。Node.js 使用了一个事件驱动、非阻塞式 I/O 的模型,使其轻量又高效。Node.js 的包管理器 npm,是全球最大的开源库生态系统。 htmljqueryjs studies 阅读全文 >>