获取学习资料

NodeJS 前後端開發實戰

NodeJS 前後端開發實戰

NodeJS 前後端開發實戰

详细目录:

NodeJS 前後端開發實戰

01 六角學院線上資源 [1.99K]

001 六角學院線上社團.html [1.99K]

02 v8、node.js介紹 [102.40M]

002 為什麼你要學 node.js?[].mp4 [14.82M]

003 v8 引擎介紹.mp4 [7.49M]

004 node.js 架構介紹[].mp4 [23.40M]

004 node.js-github-[].txt [0.03K]

005 命令提示字元操作教學.mp4 [15.04M]

006 node.js-[].txt [0.02K]

006 安裝 node.js 流程[].mp4 [16.16M]

007 使用 node.js 開啟編譯核心[].mp4 [7.23M]

008 透過 node.js 執行 js 檔案[].mp4 [8.46M]

009 使用 vs code 執行與除錯 node.js[].mp4 [9.79M]

03 node 模組原理 [126.81M]

010 global 全域物件.mp4 [18.49M]

011 vs code 執行 node.js 應用程式[].mp4 [4.64M]

012 require、module exports 模組設計.mp4 [15.44M]

013 exports 模組設計.mp4 [11.37M]

014 node.js 核心模組 – createserver (上)[].mp4 [19.09M]

015 node.js 核心模組 – createserver (中)[].mp4 [21.04M]

016 createserver 範例.html [1.11K]

017 node.js 核心模組 – createserver (下)[].mp4 [11.00M]

018 __dirname、__filename.mp4 [8.26M]

019 node 模組 – path.mp4 [17.48M]

020 path 小抄.html [1.55K]

04 npm [173.21M]

021 什麼是 npm?.mp4 [11.06M]

022 npm init – 開發自己的 package.json[].mp4 [10.07M]

023 安裝 npm 流程.mp4 [20.65M]

024 npm 版本號介紹.mp4 [12.80M]

025 npm install 的妙用.mp4 [10.99M]

026 npm install -save、–save-dev、-g 差異.mp4 [91.32M]

027 執行 npm 內容流程.mp4 [16.32M]

028 npm 常用指令小抄.html [1.45K]

05 node.js 除錯教學 [52.12M]

029 程式出錯莫驚慌,log 探索自己來.mp4 [12.02M]

030 node 內建 chrome dev tools.mp4 [9.66M]

031 node-debug-final.zip [0.59K]

031 vs code 進階除錯篇.mp4 [21.13M]

032 vs code 定義瀏覽.mp4 [9.32M]

06 firebase 資料庫 – 整合 todolist [377.12M]

033 firebase 服務介紹.mp4 [8.09M]

033 firebase-.txt [0.08K]

034 環境講解.mp4 [11.03M]

035 資料庫環境設定.mp4 [18.41M]

036 ref (路徑)、set(新增) – 上.mp4 [14.95M]

037 ref (路徑)、set(新增) – 中.mp4 [17.53M]

038 node-firebase-refset3.zip [0.79K]

038 ref (路徑)、set(新增) – 下.mp4 [18.28M]

039 ref、set 資料設計.html [1.50K]

040 node-firebase-once.zip [0.76K]

040 once – 顯示資料到網頁上.mp4 [23.68M]

041 node-firebase-once2.zip [0.69K]

041 once – 顯示列表資料到網頁上.mp4 [11.43M]

042 node-firebase-on.zip [0.75K]

042 on – 資料即時呈現.mp4 [10.67M]

043 firebase 非同步觀念.mp4 [7.78M]

044 node-firebase-push.zip [0.74K]

044 push – 新增資料.mp4 [10.36M]

045 node-firebase-removechild.zip [0.66K]

045 remove、child – 移除資料.mp4 [8.99M]

046 for-in 語法講解.mp4 [17.26M]

046 node-firebase-forin.zip [0.74K]

047 node-firebase-showprecontent.zip [0.73K]

047 在網頁上即時瀏覽 firebase 資料.mp4 [16.25M]

048 新增一個 todolist 吧!(上).mp4 [37.72M]

049 node-firebase-todolistremove.zip [1.06K]

049 新增一個 todolist 吧!(下).mp4 [18.79M]

050 foreach、orderbychild – 資料排序篇.mp4 [18.30M]

050 node-firebase-orderbyforeach.zip [0.89K]

051 -.txt [0.08K]

051 node-firebase-orderbyrule.zip [0.94K]

051 排序規則.mp4 [12.17M]

052 node-firebase-orderbystartat.zip [0.93K]

052 startat、endat – 搜尋區間規則 (上).mp4 [13.30M]

053 startat、endat – 搜尋區間規則 (下).mp4 [5.78M]

054 limit – 限制筆數.mp4 [9.14M]

055 時間篇(1) – new date.mp4 [13.59M]

056 時間篇(2) – timestamp.mp4 [14.43M]

057 node-firebase-timestampui.zip [0.73K]

057 時間篇(3) – ui 時間介接.mp4 [13.66M]

058 node-firebase-datareverse.zip [1.01K]

058 reverse -資料翻轉調整.mp4 [25.53M]

059 firebase 線上 bmi 計算機.html [1.40K]

07 express – node.js web 應用程式架構 [439.91M]

060 express 框架介紹.mp4 [5.19M]

061 express 環境安裝.mp4 [8.40M]

062 node-express-createwebserver.zip [0.80K]

062 開啟 web 伺服器.mp4 [21.44M]

063 網址規則介紹.mp4 [28.05M]

064 網址規則簡報版.mp4 [6.85M]

065 node-express-paramsrouter.zip [0.80K]

065 路由設計(上).mp4 [10.74M]

066 路由設計 (下).mp4 [11.03M]

067 node-express-paramsuse.zip [0.86K]

067 params – 取得指定路徑.mp4 [21.78M]

068 node-express-query.zip [0.93K]

068 query – 取得網址參數.mp4 [23.64M]

069 middleware (上).mp4 [13.75M]

069 node-express-appuse.zip [0.80K]

070 middleware (中) – 404路由設定.mp4 [20.33M]

070 node-express-appuse404.zip [0.91K]

071 middleware(下) – 中介使用種類.mp4 [13.05M]

071 node-express-appusetype.zip [5.40K]

072 node-express-appusestatic.zip [6.30K]

072 static – 載入靜態檔案.mp4 [10.91M]

073 ejs – 語言介紹.mp4 [9.54M]

074 ejs – 環境安裝.mp4 [19.47M]

074 node-express-ejsinstall.zip [7.08K]

075 ejs – 參數導入.mp4 [13.15M]

075 node-express-ejsvariable.zip [7.16K]

076 ejs – 載入內容種類.mp4 [13.85M]

076 node-express-ejs.zip [7.09K]

077 ejs – 載入陣列.mp4 [13.30M]

077 node-express-ejsarray.zip [7.18K]

078 ejs – 設定 layout.mp4 [12.88M]

079 postman – api 管理工具.mp4 [5.43M]

080 postman – 取得 get 資料、基礎操作.mp4 [13.79M]

081 body-parser – 取得表單資料.mp4 [30.36M]

081 node-express-bodyparserinstall.zip [8.50K]

082 redirect 跳轉頁面設定.mp4 [10.67M]

083 使用 postman 傳送表單資訊.mp4 [18.09M]

084 node-express-bodyparserpostajax.zip [9.34K]

084 post ajax 前後端介接原理.mp4 [30.26M]

085 node-express-bodyparserpostajaxjson.zip [9.51K]

085 post ajax json 格式.mp4 [12.14M]

086 postman – post ajax json 格式講解.mp4 [9.14M]

087 router 進階設定.mp4 [12.50M]

088 express-generator (上).mp4 [7.38M]

089 express-generator (下).mp4 [12.72M]

08 express + firebase 設計 restful api todoist [196.64M]

090 node-expressfirebase-final.zip [4.88K]

090 node-expressfirebase-init(1).zip [3.44K]

090 開發項目介紹.mp4 [6.34M]

091 express 整合 firebase 流程.mp4 [25.48M]

092 firebase – once、set 寫入讀取資料.mp4 [10.39M]

093 firebase – then 設計思維.mp4 [8.90M]

094 ejs 整合 firebase.mp4 [13.55M]

095 restful api todolist – ejs 版型設計.mp4 [8.75M]

096 restful api todolist – 新增資料 api.mp4 [21.33M]

097 restful api todolist – 刪除資料 api.mp4 [18.88M]

098 restful api todolist – ejs init.mp4 [15.50M]

099 restful api todolist – client ajax (上).mp4 [39.46M]

100 restful api todolist – client ajax (下).mp4 [28.06M]

09 cookie、session [117.85M]

101 cookie 講解.mp4 [11.40M]

101 cookie.pdf [508.90K]

102 cookie 瀏覽器 client 端設計.mp4 [11.85M]

103 cookie node.js server 設計[].mp4 [20.76M]

104 session 講解.mp4 [9.06M]

105 session 開發環境設計.mp4 [18.51M]

106 session 寫入資料.mp4 [10.56M]

107 node-cookie-final.zip [4.63K]

107 session 結合 from post 設計.mp4 [20.40M]

108 cookie、session 總結.mp4 [7.16M]

109 fb login 機制講解.mp4 [7.66M]

110 cookie、session 語法.html [2.49K]

10 電子郵件發送功能實作 [168.63M]

111 mail-init.zip [4.71K]

111 環境建置篇.mp4 [16.60M]

112 gmail 前置設定.mp4 [2.94M]

112 -gmail-.txt [0.04K]

113 前言備註.html [1.02K]

114 nodemailer – 發信功能介接.mp4 [37.52M]

114 nodemailer.txt [0.03K]

114 node-mail-sendmail.zip [5.32K]

115 csrf – 介紹篇.mp4 [11.12M]

115 -csrf-.txt [0.08K]

116 csurf – 阻擋跨站攻擊.mp4 [29.41M]

116 csurf-.txt [0.03K]

116 node-mail-csrfinstall.zip [5.43K]

117 dotenv – 環境變數設定.mp4 [14.89M]

117 dotenv-npm-.txt [0.04K]

117 node-mail-dotenv.zip [5.58K]

118 dotenv – heroku 環境變數設定.mp4 [5.93M]

119 connect-flash – 資料暫存設計.mp4 [22.01M]

119 connect-flash-github.txt [0.04K]

119 node-mail-flash.zip [5.41K]

120 -.txt [0.11K]

120 mail-final.zip [6.21K]

120 -psd.zip [20.38M]

120 接下來,教您還能如何優化.mp4 [7.79M]

11 將 node.js 部署至 heroku [69.43M]

121 環境安裝.mp4 [17.07M]

122 node.js 程式碼講解[].mp4 [12.68M]

123 將 node.js 部署至 heroku[].mp4 [23.86M]

124 npm 載入細節講解.mp4 [15.83M]

12 動態應用程式設計 [14.71M]

125 作業介紹.mp4 [14.71M]

13 會員管理系統設計 – express + firebase authentication [239.74M]

126 前置作業.html [1.24K]

127 node-member-final.zip [10.95K]

127 node-member-init.zip [7.21K]

127 系統設計概觀介紹.mp4 [11.49M]

128 初始化結構.mp4 [6.93M]

129 載入資料庫模組.mp4 [24.86M]

130 載入認證模組.mp4 [12.53M]

131 註冊邏輯設計.mp4 [20.35M]

132 -api-.txt [0.10K]

132 認證與資料庫整合設計.mp4 [24.68M]

133 firebase 表單驗證 + flash 快閃設計.mp4 [13.50M]

134 -api-.txt [0.09K]

134 登入邏輯設計.mp4 [19.28M]

135 會員 session 設計.mp4 [18.29M]

136 ejs ui 開發.mp4 [6.04M]

137 會員專區頁面開發.mp4 [11.89M]

138 頁面瀏覽權限控管 (middleware).mp4 [10.21M]

139 留言板資料庫設計.mp4 [17.74M]

140 表單內容驗證模組.mp4 [29.20M]

141 留言板資料呈現.mp4 [12.73M]

14 es6 promise 補充章節 [57.43M]

142 同步與非同步的關念.mp4 [13.00M]

143 本章節所使用的相關原始碼.html [2.33K]

144 定義屬於自己的 promise 函式.mp4 [16.57M]

145 promise all 與 promise race.mp4 [11.64M]

146 firebase 與 promise.mp4 [16.22M]

15 部落格前後台整合設計 [458.67M]

147 部落格前後台設計 – 課程介紹.mp4 [14.82M]

148 blog-template.txt [0.05K]

148 express-ejs-extend-.txt [0.05K]

148 使用現成版型套版.mp4 [34.95M]

149 透過環境變數設定 firebase 資料庫連線.mp4 [21.25M]

150 環境變數設定.html [3.04K]

151 製作後台文章分類.mp4 [31.25M]

152 製作後台文章分類 – 與畫面的呈現.mp4 [15.60M]

153 connect-flash-.txt [0.04K]

153 express-session-.txt [0.04K]

153 製作後台文章分類 – 刪除文章.mp4 [29.45M]

154 製作後台文章分類 – 分類過濾.mp4 [8.94M]

155 使用文字編輯工具建立文章.mp4 [27.78M]

156 相同版型製作新增及轉址.mp4 [31.40M]

157 新增文章頁面細節調整.mp4 [12.67M]

158 moment-.txt [0.04K]

158 stringtags-.txt [0.04K]

158 後台文章列表呈現.mp4 [29.42M]

159 使用分頁標籤控制 _草稿_ 及 _公開_ 文章.mp4 [14.29M]

160 使用 ajax 刪除文章.mp4 [31.34M]

161 將文章呈現在前端台畫面.mp4 [20.90M]

162 前台分頁功能製作 – 後端邏輯.mp4 [36.76M]

163 前台分頁功能製作 – 畫面呈現.mp4 [10.60M]

164 製作 ejs 及 node.js 模組[].mp4 [22.45M]

165 註冊、登入及權限的說明.mp4 [24.10M]

166 將網頁添加 disqus 留言板.mp4 [9.41M]

167 錯誤頁面製作.mp4 [14.68M]

168 heroku 部署說明.mp4 [8.32M]

169 課程作業說明.mp4 [8.31M]

quiz(teachnodejs).html [24.96K]

0
分享到:

评论0

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址