最新回答 / 慕粉3535685
網頁端播放視頻下方就是“資料下載”<...圖片...>
最新回答 / qq_慕妹2519153
3-1 運行代碼連接數(shù)據庫創(chuàng)建數(shù)據表時報警告:Warning: (1366, "Incorrect string value: '\\xD6\\xD0\\xB9\\xFA\\xB1\\xEA...' for column 'VARIABLE_VALUE' at row 1")解決:改用mysql-connector-python驅動。1、安裝mysql-connector-python驅動:pip install mysql-connector-python ?2、修改代碼engine = create_...
2020-05-02
最新回答 / weixin_慕的地6306883
在數(shù)據庫中手動創(chuàng)建lagou的數(shù)據庫就行啦.創(chuàng)庫語句: create database lagou charset utf8;
2020-04-13