Tab 鍵時好時壞,怎麼辦
Karabiner-Elements
Karabiner-Elements
I tried to practice plotting the data from the modules Plotly and Pandas.
看了閱部客關於零工經濟的影片心得
以下練習貼上Jupyter Notebook程式碼:
參考這篇文章
Fitting inverse spin Hall voltage
import matplotlib.pyplot as plt fig, ax=plt.subplots(dpi =300) plt.tight_layout(pad=3, w_pad=4.8, h_pad=3.6) plt.tick_params(direction = "in") plt.xticks(fon...
摘要
這是為了參加去年 2020/12/26 滅火器 On Fire Day 2020 發起的挑戰
一個懶人腳本,很多時候在Terminal裡面直接執行這個程式比起開網頁登入還要快 中間省下的時間可以做別的事😆 它會登入這個網站,然後取得你薪資欄的最後一位並顯示到帳日期 如果今年都還沒有薪資入帳,就不會顯示去年的最後一條(目前沒打算修正這個小bug) 記得要裝好selenium還有去抓Chrome符合你瀏覽器版...