在 ArchLinux 上搭建 LaTeX 環境並使用 VScode 編寫
紀錄一下我在 ArchLinux 上配置 LaTeX 的過程。
970 words
|
5 minutes
Cover Image of the Post
Markdown 學習筆記 - 基礎語法
Markdown 我認為是非常好的語言,我每次寫 Blog 或是寫項目、作筆記,Markdown 是首選,LaTeX 比較適合拿來寫報告或是論文。我就在這篇寫一下 Markdown 基礎語法,也就是平常經常用到的語法,其實當初學 Markdown 只花了一小時,後面慢慢寫多就習慣了。
1492 words
|
7 minutes
Cover Image of the Post
JS - Object Array 賦值問題
這是我在寫小 DEMO 發現的,關於 JS 的賦值問題,這裡涉及到了 Pointer。
316 words
|
2 minutes
Cover Image of the Post
JS - forEach()、map()、filter()、reduce()、循環遍歷
在這篇文章筆記紀錄一下 JS 的 Array 屬性。
617 words
|
3 minutes
Cover Image of the Post
React 學習筆記 - JSX、組件、渲染、路由、Redux
因為我前段時間學了 React,我會在這邊文章紀錄我學到的內容。
5597 words
|
28 minutes
Cover Image of the Post
Flask 跨域設置
關於 Flask 跨域接收請求的設置真的蠻好配置的,我想並不難,但我還是稍微寫一下,避免新手不知道怎麼做。
82 words
|
1 minute
Cover Image of the Post
Flask 中使用 JWT
因為我寫的上一篇文章是”Flask 中使用 MySQL”,文章內容有提及 JWT 的使用,這篇就是寫一下我在 JWT 上的使用。
2167 words
|
11 minutes
Cover Image of the Post
Flask 中使用 MySQL
我一開始學 Flask 時是看 Flask 的官方教學學的,不得不說 Flask 官方文檔寫得很好。因為 Flask 官方教學是使用 Sqlite 做為數據庫,但是我想要使用 MySQL,在自己網上搜索,加上自己的鑽研手做,這裡紀錄我摸索的結果。因為我偏好使用原生 SQL 語法,所以下面的數據庫操作都是原生語句,例子也是我之前做的某個項目裡面拿出來的。
1617 words
|
8 minutes
Cover Image of the Post