- 課程網站: wordpress-2015course
- Category: 2015 計算機程式 (教材專用)
- 課程vimeo: 虎尾科大機械設計工程
- 隨身可攜程式系統: 隨插隨用, 協同加值
- 完整版: Ana3_2015
- 精簡版: Ana3_lite2.7z
程式語言: Python 3
工程模擬運算: Anaconda 3
IPython Notebook 功能: Jupyter (6人協作平台, 筆記與網誌編輯)
文字編輯器: SciTE (處理設定)
大綱管理系統: Leo Editor 5.1 final (Markdown節點架構, pelican靜態網誌)
影片錄製: CamStudio
影片轉檔: FormatFactory (from avi to flv)
影片撥放器: VLCPortable
- 近端檔案傳輸: C:\FFOutput>python -m http.server
- 執行python模組http.server超文件傳輸
- 查詢ip位址: ipconfig /all
- i: 網際網路, p:協定, config: 設定
- IPv4位址: 192.168.1.35:8000
- 192.168: 內部ip, python http.server預設port號: 8000, http預設port號: 80
執行設定批次檔: fix.zip (安裝模組)
- 檔案說明:fix.bat: 點選執行 (閃一下, 執行完三個複製)
- launchLeo.py: 啟動Leo Editor管理系統
- python.properties: 解譯python程式
- start: 安裝模組Leo Editor, pelican, Markdown (pip: 安裝/卸除模組)
Enter Leo id: leo (產生唯一節點序號, 3個字以上的字串)
- Leo操作指令: 節點架構次序
- Ctrl I: 新增節點
- Ctrl R: 子節點(下一層)
- Ctrl L: 母節點(上一層)
- 右鍵選擇 Refresh from disk: 更新資料內容(雙向)
- 藍色小框框: 表示此節點有資料內容
- GitHub倉儲下載:
- Download ZIP: 僅下載所選分支資料
- HTTPS clone URL: 下載包含所有分支資料
- coursemdetw/reveal: reveal-gh-pages (網誌基本架構)
- index.html: 網誌首頁
- reveal.leo:
- @button pelican content: 滑鼠停留在此節點上, 點按 pelican-content 按鈕
- 將.md檔資料轉為pelican靜態網誌
- @settings: Leo設定
- @path pelican\content: 網誌文章 (.md檔: Markdown)
- @edit 2015cphww1.md
- Slug: 2015cp_hw_w1 (.md檔轉超文件存檔名稱)
- Summary: 文章摘要
- iframe: 視窗嵌入
- :target="_blank": 視窗另啟分頁
- @button pelican content: 滑鼠停留在此節點上, 點按 pelican-content 按鈕
- GitHub倉儲推送流程:
- git branch: 查尋分支
- git branch gh-pages: 建立分支
- git checkout gh-pages: 切換分支
- git add -A: 拍快照
- git commit -m "提交訊息"
- 身分設定: 檔案儲存在home.gitconfig
- git config --global user.email "學號@nfu.edu.tw"
- git config --global user.name "學號"
- 認證完成, 再次提交
- git commit -m "提交訊息"
- git push origin gh-pages #網址代號: origin
- Username: 學號@nfu.edu.tw
- Password: GitHub密碼
Comments
comments powered by Disqus