有老师喜欢python2,有人喜欢Python3,现在就有问题,老师所说的入门基础视频讲的内容用的p2,使用得数据库连接库为MySQLdb,操作类似
2017-08-10
安装beautifulsoup4出现 Fatal error in launcher: Unable to create process using '"'报错使用
python3 -m pip install beautifulsoup4 安装
python3 -m pip install beautifulsoup4 安装
2017-08-08
最赞回答 / shanshan591
运行一次也会出问题吧,这是编码问题,print这个函数有限制,代码:import ioimport sysimport urllib.requestsys.stdout=io.TextIOWrapper(sys.stdout.buffer,encoding=’gb18030’)res=urllib.request.urlopen(“http://www.baidu.com”)print(res.read().decode(‘utf-8’)
2017-07-27