<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                # Node.js Newbie * linux操作系統和bash編程要會(以后要有一定的服務器部署、運維工作) * vi是編輯器,需要會使用 * git必須會,目前最火的版本控制工具 * 常用命令行工具(ack,autojump等) ## 前端入門的4本書 * 精通CSS+DIV 網頁樣式與布局?[http://product.china-pub.com/35553](http://product.china-pub.com/35553) * 精通CSS:高級Web標準解決方案(第2版)[http://product.china-pub.com/196593](http://product.china-pub.com/196593) * 鋒利的jQuery(第2版)?[http://product.china-pub.com/3661548](http://product.china-pub.com/3661548) * GitHub入門與實踐?[http://product.china-pub.com/4727673](http://product.china-pub.com/4727673) 第一本書是傻瓜式的入門的書,老點,但簡單,符合國人思維,入門html和css比較合適 第二本書是css領域不錯的書,加深理解css,努力成為一個合格的前端 第三本書是jquery的書,也是很簡單,為啥沒有直接javascript的原因是,jq足夠簡單,先實習效果,以后再慢慢補js基礎即可,如果上來就js,很多人是搞不定的 第四本書是git和github的用法,是版本控制里比較簡單的,比較適合入門 ## 要求 * ubuntu * sublime text3(或者vsc?[https://github.com/i5ting/vsc)](https://github.com/i5ting/vsc%EF%BC%89) * 編碼風格?[https://github.com/dead-horse/node-style-guide](https://github.com/dead-horse/node-style-guide) * 常用命令行工具 ## Tips ### 編輯器 只允許文本編輯器,不準使用任何IDE 使用sublime的快速打開文件 ~~~ ctrl + p(mac是command + T) ~~~ 在終端里使用subl命令打開文件,(如果是mac,需要安裝[https://github.com/i5ting/subl)](https://github.com/i5ting/subl%EF%BC%89) ~~~ subl app.js ~~~ 快速定位到某一行 ~~~ ctrl + g (mac是command + L) ~~~ * [網上找的](http://my.oschina.net/nodeonly/blog/489463) 關于tab配置 ~~~ { "default_encoding": "UTF-8", "default_line_ending": "unix", "font_size": 10, "rulers": [ 80 ], "tab_size": 2, "translate_tabs_to_spaces": true, "word_wrap": "false" } ~~~ ### 使用oh-my-zsh * 官網?[http://ohmyz.sh/](http://ohmyz.sh/) * 代碼?[https://github.com/robbyrussell/oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) 安裝步驟 * 先安裝zsh * 安裝oh-my-zsh 以后環境變量在~/.zshrc里 ### 安裝ack,命令行查找代碼 [http://beyondgrep.com/install/](http://beyondgrep.com/install/) Ubuntu * Package "ack-grep" sudo apt-get install ack-grep Mac * brew install ack ### 使用autojump跳轉目錄 [https://github.com/wting/autojump](https://github.com/wting/autojump) Linux ~~~ sudo apt-get install autojump ~~~ Mac os ~~~ brew install autojump ~~~ 需要修改~/.zshrc里的plugin,修改為 ~~~ plugins=(git autojump) ~~~ 然后 ~~~ source ~/.zshrc ~~~ 至此,已經完成了安裝。 此后cd到任意目錄,以后就可以使用j這個直達到某個目錄了,下面是示例: ~~~ ? nodejs-newbie git:(master) ? cd ~/workspace/github/nodejs-newbie ? nodejs-newbie git:(master) ? cd ~ ? ~ j nodejs-n /Users/sang/workspace/github/nodejs-newbie ? nodejs-newbie git:(master) ? ~~~ 如果想玩的更high,可以參見[https://github.com/clvv/fasd](https://github.com/clvv/fasd) ### 查詢文檔 * [http://zealdocs.org/](http://zealdocs.org/)?(推薦,離線下載) 有很多doc在dash(mac)里默認是沒有的; see here :?[http://kapeli.com/docset_links](http://kapeli.com/docset_links) 如果是下載到本地的docset,放到zealdocs目錄下面,需要重啟zeal
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看