Week9

期中考週: 1.學員期中報告影片錄製。 2.影片標題與說明。 3.學員填寫自評表單。 4.個人期中報告影片嵌入網頁。 5.學員口頭期中報告。

Week8

上課內容: 說明協同產品設計流程的教育目標、Building a clean model V-rep 模擬。

Week7

清明連假~~

Week6

上課內容: bubbleRob V-rep 模擬,延續上周部分。 1.Click Add new collection. 2.Select bubbleRob and then click Add in the collection dialog. 3.Click Add new distance object in distance dialog. 4.Select a distance pair: [collection] collection - all other...

Week5

上課內容: bubbleRob V-rep 模擬。 1.Add a primitive sphere of diameter 0.2 to the scene with [Menu bar --> Add --> Primitive shape --> Sphere]. 2.Rename to it BubbleRob. 3.Adjust the X-size item to 0.2. 4.Enabled Body is respondable and Body is dynamic ....

Week4

上課內容: 在可攜程式系統中加上 ungit 、利用 ssh 與 private key 對 Github 倉儲提交推送。 在可攜程式系統中加上 ungit 1.下載 cdb w4 版本.7z + nodejs_with_ungit.7z,ungit 設定說明。 2.解壓縮後將 nodejs 放到 cd2019_cdb_w4 的 y 內。 3.更改 start.bat 路徑,可參考ungit 設定說明 。 clone cmstest 的倉儲。 5.設定 kungit 。 6.打指令 kungit 。

Week3

上課內容: 如何使用 ungit 進行檔案推送及版本的推還確認。 1.先在y的home內部進行user config綁定。 2.到python wsgi.py動態網站更改部分的資料。 3.接著開啟ungit後進行commit上傳。 4.上傳後再push即可更改成功。 5.到warehousing尋找commit recond。 如何運用ungit回推版本: 1.先開啟ungit,並將某一個歷程編上tag。 2.使用指令 git checkout...

Week2

228連假

Week1

上課內容:建立 Windows 64 位元可攜程式系統。 1.下載 Python3.7.2,選擇 Windows x86-64 executable installer 。 2.安裝 Python ,選擇 Customize installation (客製化安裝),接著將 Optional Features 內的 Documentation 和 Python test suite 兩個不勾選,再將 Advanced Options 內的路徑縮短為 C:\p37 後,安裝程式。 3.下載...

Python Getting Started

以下程式架構取自 http://lab.kmol.info/blog/brython-programming-environment.html, 使用 static/py/ 目錄中的 ace.py 程式定義.