新營學習網
:::
社團報名
線上書籍
電腦作業繳交
連結網站
Scratch 網站
宜蘭scratch 網站
南市scratch競賽平台
全民資安素養自我評量
學校主站
登入
使用 臺南市 OpenID 快速登入
:::
所有書籍
「prolin 筆記」目錄
MarkDown
3-3 google web designer
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)
4-1 基礎
prolin 筆記 ========= ### 第一次執行 先設定自已的帳號名稱,範例: git config --global user.name "John Doe" git config --global user.email johndoe@example.com ### 取得 github 的程式碼 git clone
會在所在目錄下,下載一份完整程式。 ### 建立自已的 git 在該目錄中 建立 README.md 檔案,在其中撰寫專案文件 git init \#增加檔案 (如果有多檔案,重複加入) git add README.md #加入說明文字 git commit -m "first commit" #指定網站上的專案 (要先在 github 網頁中建立,取得專案網址) git remote add origin
#開始上傳,會詢問帳號、密碼 git push -u origin master #如果失敗,可能遠端已有檔案版本不一致,需要先下載同步一下 git pull -u origin master #### 再次新增檔案 git add index.php git commit -m "說明文字" #再次上傳 git push -u origin master #### 修改後再上傳 vim index.php git add index.php git commit -m " Fix something " git push -u origin master #### 刪除檔案 git rm index.php git commit -m " Fix something " git push -u origin master 這些可以使用很多圖像軟體,簡化以上動作。例 ATOM 編輯器的 github 套件。
Google網站翻譯工具列
站內搜尋
search
進階搜尋