ChuanPo

Results 4 comments of ChuanPo

雖然有點久的題目。 我下載 2020.03.22 windows 版本,安裝於 windows 7,也是無法編輯使用者詞庫。 不過找到另外的解決方案,如果有人需要參考: 說明:自訂詞庫其實使用 sqlite3 存在 windows 使用者的目錄底下(參考圖一) ![chewing_sqlite3](https://user-images.githubusercontent.com/1387383/101333463-9b409580-38b1-11eb-8741-5d2c65d7eb29.JPG) 使用 [DB browser for sqlite] 可以編輯裡面的 table [userphrase_v1](參考圖二) ![chewing_sqlite3-2](https://user-images.githubusercontent.com/1387383/101333860-143fed00-38b2-11eb-8347-022453aafc8b.JPG)

ok, I found some way to do this. ```python import schedule import time, datetime def job(): print("I'm working %s"%(datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S'))) def control_job(): tnow = datetime.datetime.now() hm = tnow.strftime('%H:%M') #hour:minute like...

Hi, @ciroanacleto Although I never use .tag(), but it sounds interesting. It can function like a switch. Here is another example, if you don't need job to run at exactly...