原创 D3

 ->Tutorial:   https://github.com/d3/d3/wiki/Tutorials ->Specification:https://github.com/d3/d3/wiki ->API:https://g

原创 AngularJS

 ->Tutorial:https://docs.angularjs.org/tutorial ->Specification:http://www.runoob.com/angularjs/angularjs-tutorial.ht

原创 Bootstrap

 ->Tutorial:http://getbootstrap.com/getting-started/ ->Specification:http://www.runoob.com/bootstrap/bootstrap-intro.

原创 JavaScript

 最重要的部分:函數、閉包、原型 很多人覺得閉包很難理解,其實我們只要能明確需要區分函數定義和函數運行這兩個時機,記住閉包讓函數在運行時能夠訪問到函數定義時的所處作用域內的所有變量.或者說函數定義時能訪問到什麼變量,那麼在函數運行時

原创 Yo(Yeoman)

 項目創建:https://segmentfault.com/a/1190000002525359 詳細解釋:http://www.cnblogs.com/cocowool/archive/2013/03/09/2952003.htm

原创 Sass

 ->Tutorial:http://www.w3cplus.com/sassguide/ ->Specification:http://sass-lang.com/guide ->API:http://sass-lang.com/d

原创 grunt vs gulp

 github Grunt vs Gulp https://github.com/fwon/blog/issues/16 Gulp相對於Grunt的優勢 http://blog.jobbole.com/81007/ W3C tec

原创 MangoDB+Express+AngularJS+NodeJS搭建待辦任務管理系統(一)

NodeJS:搭建Web服務器 Express4:搭建Restfull服務 MongoDB:作爲數據庫 mongoose組件:連接MongoDB AngularJS+Bootstrap+Foundation:UI界面 IntelliJ:開

原创 Git branch

 顯示本地分支,有*號的是當前分支: git branch 顯示遠程分支: git branch -r 顯示全部分支(本地+遠程): git branch -a 創建分支: git branch xxx 切換分支

原创 Foundation

 ->Tutorial:http://foundation.zurb.com/learn/tutorials.html ->Specification:http://www.foundcss.com/ ->API:http://fo

原创 Bower

 https://bower.io/ Bower 是一個針對Web開發的包管理器。該工具主要用來幫助用戶輕鬆安裝CSS、JavaScript、圖像等相關包,並管理這些包之間的依賴。 功能有些類似於Component。不同之處是,Co

原创 Gulp

 Gulp中文網:http://www.gulpjs.com.cn/ 插件主站:http://gulpjs.com/plugins/ gulp詳細入門教程:http://www.ydcss.com/archives/18 gu

原创 Grunt

 http://www.gruntjs.net/getting-started http://www.w3cplus.com/tools/grunt-tutorial-start-grunt.html 是一套前端自動化工具,一個基

原创 Webpack

 http://www.w2bc.com/Article/50764 http://webpack.github.io/docs/tutorials/getting-started/ http://webpack.github.io/

原创 Ruby

 http://www.runoob.com/ruby/ruby-tutorial.html Ruby 是一種開源的面向對象程序設計的服務器端腳本語言,在 20 世紀 90 年代中期由日本的松本行弘(まつもとゆきひろ/Yukihir