利用 nvm 在 mac 快速在多個 Node 版本之間切換
nvm (Node Version Manager)nvm allows you to quickly install and use different versions of node via the command line.https://github.com/nvm-sh/nvm
Ins ...
Jupyter shortcuts
Jupyter shortcutscommand / comment multiple lines
esc go to command mode (left you can see from green to blue), then can use the following shortcuts
d ...
Array 和 List 的分別
For my own quick reference only.這個 post 的內容全部引用自這篇文章,感謝:菜鳥工程師的紀錄: Array與List
Array使用連續記憶體空間,List【不需要】使用連續記憶體空間。連續記憶體空間是什麼意思?比方說你要蓋五棟房子,連續記憶體空間代表你要找一 ...
【workflow record】Display IMDb movies as self-made catalog
工作流程自我記錄
019c1828562ed0550126aed58258d1809a4a2eb45da6a4c00a44de5bcf78ff5744816158a2da4cdcec03f146f498a13298151b7608a3bcc4b29cc33c ...
【Python - IMDbPY】Output the cover URLs from a list of IMDb movie IDs
Used IMDbPY
Reference: Python IMDbPY – Getting cover URL of the series - GeeksforGeeks
pythonimport imdbf = open('imdb-coverURL-20211029.txt', 'w')ia ...
Mac terminal 美化記錄
把 terminal 改成這樣子:
主要是跟著這篇文章做的:打造一個美學偏執狂的 Mac 終端機 | 林瀚軒 Han-Hsuan Lin
顏色和展示方面做了些更改,記錄一下。
1. 安裝 Homebrewzsh/usr/bin/ruby -e "$(curl -fsSL https://raw.g ...
【筆記】Excel formula notes
ShortcutAuto add $ to allpress F4
Show cell formulapress F2
Pin the cellpin the cell, don’t change the cell in a formula when inserting or deleting a ...
【Python】Differences between return and print (why use print in function will output None?)
Introduction
Why use print in python function will sometimes output None?
What are the differences between print and return?
To answer my questions a ...
Hexo Butterfly 主題:添加天氣時鐘 (butterfly-clock / hexo-electric-clock)
前言感謝這位 小冰 大大的插件和教學文檔
➊ hexo-electric-clock 教程:hexo-electric-clock 电子时钟插件 | 小冰博客➋ butterfly-clock 教程:基于 Butterfly 主题的模拟电子钟侧边栏小部件 3.0 版 | 小冰博客
如果你的 B ...
Hexo Butterfly 主題:添加統計圖表 (hexo-butterfly-charts)
前言感謝這位 guole 大大的插件和教學文檔
使用Charts插件给Butterfly增加统计图表 | guole’s Blog
由於我的 Butterfly 主題是超舊版(2.1.0)(現在已經是 3.8.4 😂),所以有些代碼的插入地方會不同,記錄一下:
效果在歸檔和分類頁面加了。 ...