日常報錯

1、MySQL:ERROR 1067 (42000): Invalid default value for ‘gender’
在這裏插入圖片描述
我把‘男’改成‘M’就好了,識別不了中文是很常見的報錯。日常規避方法:養成使用英文習慣
在這裏插入圖片描述
2、Jupyter notebook
在這裏插入圖片描述
錯誤描述:In[1]變成In[*]且程序無法運行
錯誤原因:Kernel is busy
解決辦法: Go to the menu Kernel and click Interrupt.If it doesn’t work, click Restart. You need to go in a new cell and press Shift + Enter to see if it worked.
持續更新中~

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章