+ 我來回答
回答最高可+2積分
+ 我來回答
回答最高可+2積分
最新回答 / 慕瓜9658264
請問你怎么解決的這個(gè)問題?我也遇到了
+ 我來回答
回答最高可+2積分
最新回答 / 慕粉3535685
網(wǎng)頁端播放視頻下方就是“資料下載”<...圖片...>
最新回答 / qq_慕妹2519153
3-1 運(yùn)行代碼連接數(shù)據(jù)庫創(chuàng)建數(shù)據(jù)表時(shí)報(bào)警告:Warning: (1366, "Incorrect string value: '\\xD6\\xD0\\xB9\\xFA\\xB1\\xEA...' for column 'VARIABLE_VALUE' at row 1")解決:改用mysql-connector-python驅(qū)動。1、安裝mysql-connector-python驅(qū)動:pip install mysql-connector-python ?2、修改代碼engine = create_...
+ 我來回答
回答最高可+2積分
最新回答 / weixin_慕的地6306883
在數(shù)據(jù)庫中手動創(chuàng)建lagou的數(shù)據(jù)庫就行啦.創(chuàng)庫語句: create database lagou charset utf8;