会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sunyllove
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
30
31
32
33
34
35
36
37
38
···
54
下一页
2020年10月20日
OKR考核模板(二)
该文被密码保护。
阅读全文
posted @ 2020-10-20 10:58 sunyllove
阅读(0)
评论(0)
推荐(0)
OKR考核模板(一)
该文被密码保护。
阅读全文
posted @ 2020-10-20 10:25 sunyllove
阅读(0)
评论(0)
推荐(0)
2020年10月19日
美团面试题
该文被密码保护。
阅读全文
posted @ 2020-10-19 16:43 sunyllove
阅读(0)
评论(0)
推荐(0)
2020年10月16日
测试职级体系
该文被密码保护。
阅读全文
posted @ 2020-10-16 11:35 sunyllove
阅读(0)
评论(0)
推荐(0)
2020年10月9日
转正申请20201009
该文被密码保护。
阅读全文
posted @ 2020-10-09 15:14 sunyllove
阅读(0)
评论(0)
推荐(0)
2020年9月11日
QTT-转正小结
该文被密码保护。
阅读全文
posted @ 2020-09-11 08:48 sunyllove
阅读(0)
评论(0)
推荐(0)
2020年8月18日
python 把一文件包含中文的字符写到另外文件乱码 UnicodeDecodeError: 'gbk' codec can't decode byte 0xac in position
摘要: 报错的代码是: file2 = open('target.txt','w')for line in open('test.txt'): file2.write(line)原因:文件编码不一致导致解决方案: 加上编码限制
阅读全文
posted @ 2020-08-18 19:12 sunyllove
阅读(168)
评论(0)
推荐(0)
python version 2.7 required,which was not found in the registry
摘要: 安装PIL-1.1.7.win32-py2.7的时候,不能再注册表中识别出来python2.7 方法:新建一个register.py 文件,把一下代码贴进去,保存 # # script to register Python 2.0 or later for use with win32all # a
阅读全文
posted @ 2020-08-18 10:30 sunyllove
阅读(193)
评论(0)
推荐(0)
ImportError: No module named dateutil.parser
摘要: 在命令行窗口输入,如果电脑是同时python2和python3 的话,记得分清楚pip和pip2. 由于我使用的是2版本,所以: pip2 install python-dateutil
阅读全文
posted @ 2020-08-18 10:03 sunyllove
阅读(862)
评论(0)
推荐(0)
解决python2.x用urllib2证书验证错误, _create_unverified_context
摘要: 解决以下错误: 错误1:AttributeError: 'module' object has no attribute '_create_unverified_context', 错误2:URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILE
阅读全文
posted @ 2020-08-18 09:47 sunyllove
阅读(760)
评论(0)
推荐(0)
上一页
1
···
30
31
32
33
34
35
36
37
38
···
54
下一页
公告