OwenChen0911

Results 4 issues of OwenChen0911

謝謝您的教學分享 目前練習將DB由sqlite改成mysql,參照了網上作法( [這裡](https://www.shubhamdipt.com/blog/django-transfer-data-from-sqlite-to-another-database/) ) 但進到後台phpmyadmin,卻發現category的資料庫沒建起來?! 您有遇過這樣問題嗎?? 謝謝

I've added the animation, that's great. But how to disable it?

我看了源碼,PrinterWriter裡有一個 write指令 我試著用 write(PrintCommands.realTimeStatusTransmission(1)); 但怎麼取得印表機狀態呢?? 謝謝

我有大量的日期要轉換天干地支 lunar = sxtwl.Lunar() vfunc = np.vectorize(lunar.getDayBySolar) day = vfunc(date_df.year, date_df.month, date_df.day) 試著想將其向量化,但不知正確用法 會出現這樣錯誤 TypeError: in method 'Lunar_getDayBySolar', argument 2 of type 'int'