Skip to content

Home各周筆記

40423122 edited this page Nov 14, 2016 · 1 revision

9/22筆記

網址:http://chiamingyen.github.io/kmolab/blog/index.html

下載網址:140.130.17.17(只能在學校裡使用) 2016fall裡的檔案倒數兩個擇一下載(ana2016fall_os(3.0g)or mini2016fall.7z(98m))

1.創2016fallcadp_hw 將README打勾 格式:python 加密:agpl

新增gh-pages分支 進入setting 點branches 將master變更為gh-pages 點update

2.git clone 2016fallcadp_hw

cd 2016fallcadp_hw

git branch

git checkout gh-pages

git branch(再次檢查)

3.創 學號.github.io 將README打勾 格式:python 加密:agpl

點選create new file

打入index.html

點commit new file

4.創 2016fallcadp_ag100(組別) 將README打勾 格式:python 加密:agpl

將2016fallcadp_ag100 clone下來

cd 2016fallcadp_ag100

git branch

git checkout gh-pages

git branch(再次檢查)

將自己的2016fallcadp_hw clone網址複製

git submodule add -b gh-pages 網址 學號

git staus(檢查)

依序將隊友的資料夾加入

git add -A

git commit -m "名稱"

git push origin gh-pages

完成

9/29筆記

1.radinsed半徑 2.diameter直徑 3.place放置 4.symmetrically對稱 5.lnitially開始 6.oriented定位 7.axes軸 8.indicated表示 9.respectively分別 10.parallel平行 11.extruding長出 12.automatically自動 13.coincident一模一樣 14.constraint約束 15.horizontal橫 16.perpendicular垂直 17.step圖(格式)

錄影工具:sharex

1.paths

2.task → screen recorder → options

開始錄製:shift+ print screen

射出成型軟體:moldex3d

簡報:shower.js

9/29作業

成品影片:https://vimeo.com/185029053

10/6筆記

proxy設定:proxy.mde.tw 通訊阜:3128

去聲音指令:ffmpeg.exe -i 檔名 -c copy -an out.mp4

字幕指令:ffmpeg.exe -i out.mp4 -vf subtitles=in.srt out2.mp4

安裝pelican指令:pip install pelican

Clone this wiki locally