码迷,mamicode.com
首页 >  
搜索关键字:recent    ( 1003个结果
会引发ConnectionResetError的代码
服务端selectserver.py 客户端selectclient.py 在客户端断开时 Traceback (most recent call last): File "selectserver.py", line 21, in data = fb.recv(4096) ConnectionRe ...
分类:其他好文   时间:2018-09-16 21:33:11    阅读次数:947
pip3 install scrap报错
mac系统 pip3 install scrapy 失败 No local packages or working download links found for incremental>=16.10.1 使用pip3 install scrapy命令之后,会出现如下问题: Collecting ...
分类:其他好文   时间:2018-09-16 20:55:38    阅读次数:205
python学习之【第四篇】:Python中的列表及其所具有的方法
1.前言 列表是Python中最常用的数据类型之一,是以[ ]括起来,每个元素以逗号隔开,而且里面可以存放各种数据类型,而且列表是有序的,有索引值,可切片,方便取值。 2.创建列表 3.访问列表中的元素 以索引方式访问 以切片方式访问(包左不包右) 4.列表元素的增 append(obj) 将新元素 ...
分类:编程语言   时间:2018-09-08 21:02:49    阅读次数:181
题解报告:hdu 2196 Computer(树形dp)
Problem Description A school bought the first computer some time ago(so this computer's id is 1). During the recent years the school bought N-1 new co ...
分类:其他好文   时间:2018-09-08 00:49:03    阅读次数:163
安装mysqlclient, 链接mysql失败,提示“Library not loaded: @rpath/libmysqlclient.21.dylib”
问题: >>> import MySQLdb Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/anaconda3/envs/LearnDjango/lib/python2.7/site-pac ...
分类:数据库   时间:2018-09-07 23:16:23    阅读次数:667
忘记一切,全神贯注。1
Dotcom era warning for index funds and ETFs amid great tech sell-off科技股动荡背后的被动押注与价格扭曲 If value investors have been on the rack in recent times, their ...
分类:其他好文   时间:2018-09-04 00:16:45    阅读次数:190
Python locale error: unsupported locale setting
1、 问题 用pip install安装包的时候会提示: Traceback (most recent call last): File "/usr/bin/pip", line 11, in sys.exit(main()) File "/usr/lib/python2.7/dist-packag ...
分类:编程语言   时间:2018-09-03 00:05:17    阅读次数:290
python
https://blog.csdn.net/funnyPython/article/details/78141649 小例子: 以为会打印 1 2 3 1 结果报了错 上网查了资料,说list包含数字,不能直接转化成字符串。 解决办法: 即遍历list的元素,把他转化成字符串。这样就能成功输出1 2 ...
分类:编程语言   时间:2018-08-31 21:15:21    阅读次数:225
Scrapy,终端startproject,显示错误TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
F:\python_project\test>scrapy startproject spz Traceback (most recent call last): File "d:\python3.6\lib\runpy.py", line 193, in _run_module_as_main " ...
分类:Windows程序   时间:2018-08-28 10:35:24    阅读次数:937
Python 异常
try except 有时候我们写程序的时候,会出现一些错误或异常,导致程序终止。例如,做除法时,除数为0,会引起一个ZeroDivisionError 运行结果: Traceback (most recent call last):File "C:/Users/lirong/PycharmProj ...
分类:编程语言   时间:2018-08-27 21:25:07    阅读次数:176
1003条   上一页 1 ... 29 30 31 32 33 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!