摘要:
最近在学习Visual Studio连接mysql EF模型。在nuget中安装mysql.data时总是提示The package 'MySql.Data' tried to add a framework reference to 'System.Runtime' which was not f 阅读全文
摘要:
在scrapy项目中,由于编码问题,下载的网页中中文都是utf-8编码,在Pipeline.py中方法process_item将结果保存到数据库中时,提示UnicodeDecodeError: 'utf8' codec can't decode byte in position invalid st 阅读全文