新營學習網
:::
社團報名
線上書籍
電腦作業繳交
連結網站
Scratch 網站
宜蘭scratch 網站
南市scratch競賽平台
全民資安素養自我評量
學校主站
登入
使用 臺南市 OpenID 快速登入
:::
所有書籍
「prolin 筆記」目錄
MarkDown
3-1 Visual Studio Code
1. 雜記
1-1 雜記
1-2 打包批次檔
1-3 chrome 擴充--沈浸式翻譯
1-4 AI 相關
2. scratch 3 to html
3. 程式編輯工具
3-1 Visual Studio Code
3-2 Atom 程式編輯工具
3-3 google web designer
4. GIT 版本控制筆記
4-1 基礎
4-2 分支管理
4-3 下載遠端分支工作
4-4 回復
4-5 狀況處理
4-6 fork 針對別的程式做分支,提供貢獻
4-7 參考資料
5. H5P 製作HTML5互動內容
6. PixiJS Html5 Game engine
7. Onyx boox note2 筆記
7-1 kindle 書籍匯出
7-2 使用 Fontforge script 製作簡轉繁字體
7-3 小米多看電紙書灌第三方app的方法
7-4 google play 圖書下載
8. Docker
8-1 安裝
8-2 使用映像檔
8-3 使用方式
8-4 常用映像檔
9. google app script
9-1 使用csv 試題製作 google 測驗表單(單選)
9-2 google ClassRoom成績依班級名條整理
9-3 列出雲端目錄下的所有檔案
9-4 web app
10. appsheet
10-1 基本功能介紹
10-2 進階功能
11. App inventor 2
11-1 ListView
11-2 常用
12. 魔術方塊
13. OpenWrt (aerohive ap 121)
3-3 google web designer
prolin 筆記 ========= 常用套件 ---- - cht-menu 中文化選單 - emmet 快速建立 html 語法 emmet 基本教學 html:5 \[TAB鍵\] 可以產生網頁版面 ! \[TAB鍵\] 可以產生網頁版面 table>tr\*3>td\*5 \[TAB鍵\] 可以產生三行五欄的表格 Ctrl+Shit+0 可以選取對映的整段 - color-picker 選色,出現 HTML 顏色編碼 rgb() 預設鍵 Ctrl+Alt + c - atom-live-server 方便修改內容時,即時更新網頁畫面 ctrl-alt-l launch live server on port 3000. ctrl-alt-q stop live server. ctrl-alt-3 launch live server on port 3000. ctrl-alt-4 launch live server on port 4000. ctrl-alt-5 launch live server on port 5000. ctrl-alt-8 launch live server on port 8000. ctrl-alt-9 launch live server on port 9000. - github git 同步到 github 工具 (內建) - platformio-ide-terminal 終端機 Ctrl + ` - Atom Python Run atom-python-run 可修改 F5 command ,使用 python3 python3 {file} - Autocomplete Python python 輔助單詞 程式碼 snippets ------------ - jquery-snippets 視窗右下方先確認是否為 javascript ajax \[TAB鍵\] 就可以出現範本 - atom-bootstrap3 (可查看偏好設定中說明) icon <span class="glyphicon glyphicon-"></span> form-group <div class="form-group"> <label for=""></label> <input type="text" class="form-control" id="" placeholder=""> <p class="help-block">Help text here.</p> </div> ### 自訂自己的 snippets (snippets.cson) ```php '.source.php': 'xoopsDB_select': 'prefix': 'xoopsDB_sel' 'body': """ global $xoopsDB; $sql = " SELECT * FROM ".$xoopsDB->prefix("$1")." order by $2 "; $result = $xoopsDB->query($sql) or die($sql."
".$xoopsDB->error()); while ($row = $xoopsDB->fetchArray($result)) { $data[$row["subject_id"]] = $row["subject_name"]; } """ ```
Google網站翻譯工具列
站內搜尋
search
進階搜尋