電腦和網路使用筆記
記錄分享個人玩電腦的筆記。電腦是一種工具,善用軟體,可以玩得有效率。 p.s. 小弟分享的是個人實際使用的版本,未必是最新版本。
2024年9月7日 星期六
如何在 wxmaxima 的 text cell 輸入 LaTeX 的數學式
›
TeX: $\omega$, $|\cos(\phi)|$ TeX: \[ x^2 = 0 \]
2024年9月3日 星期二
iframe 的用法
›
利用 iframe 這個 html 的 tag,就可以在網頁中顯示其它網頁的內容 <iframe src="https://yourhost.com/path/to/notebook.html" width="100%" heigh...
2024年9月2日 星期一
如何用 git 更新檔案
›
git add . git commit -m "Update website content" git push origin main
2024年9月1日 星期日
如何用 RStudio 做 quarto 網站,並放到 github
›
To depl...
如何用 RStudio 發表 Quarto 網站到 github
›
To depl...
›
首頁
查看網路版