subtitle
Hexo 筆記 Hexo 筆記
圖片除了可以放在統一的images文件夾中,還可以放在文章自己的目錄中。文章的目錄可以通過配置_config.yml來生成。 插入圖片_config.ymlpost_asset_folder: true 開啟摺疊theme _config.
2021-04-12 Jayson-Zheng
eloquentJS_06-The Secret Life of Objects eloquentJS_06-The Secret Life of Objects
The Secret Life of Objects class Rabbit { constructor(type) { this.type = type; } speak(line) { console.log(Th
2020-07-10
eloquentJS_05-Higher-Order Functions eloquentJS_05-Higher-Order Functions
https://repl.it/@KevinMulhern/eloquentjavascriptchapter5-1 repeat 12345678function repeat(n , action) { for(let i=0; i&l
2020-07-10
eloquentJS_04-Data StructuresObjects and Arrays eloquentJS_04-Data StructuresObjects and Arrays
1234567891011121314151617let journal = [ {events: ["work", "touched tree", "pizza", "running", "television"]
2020-07-10
04.Memory-筆記 04.Memory-筆記
測驗https://sandbox.cs50.io/https://cs50.harvard.edu/x/2020/weeks/2/https://www.youtube.com/watch?v=cF6YkH-8vFk20mins十六進制H
2020-06-30
02-Array-筆記 02-Array-筆記
測驗https://sandbox.cs50.io/https://cs50.harvard.edu/x/2020/weeks/2/https://www.youtube.com/watch?v=8PrOp9t0PyQ&t=11s
2020-06-30
01-C-筆記 01-C-筆記
https://sandbox.cs50.io/https://www.youtube.com/watch?v=e9Eds2Rc_x8 ** clang **source code -> complier -> machi
2020-06-30
單字 單字
ultimatelyimplementedsynonymousin the sequence of charactersby conventionhuman conventionsyntax square brackethoodpointe
2020-06-29
Firebase 目錄 Firebase 目錄
Cloud Functions for Firebase 適用情境 : 1.您的使用者第一次登入發送 email 給他們 2.使用者上傳圖片到你的storage bucketyou can analyze resize, and manip
2020-06-10
Firebase 目錄 Firebase 目錄
slideOptions: transition: slide .reveal { font-size: 24px; } Cloud FunctionsIntroduction官方文件 提供服務 推送訊息給用戶 執行資料庫
2020-06-10
2 / 3