
python
文章平均质量分 55
咆哮蜗牛
这个作者很懒,什么都没留下…
展开
-
swig封装c++成Python,兼容所有python3
解决swig封装Python3无法兼容所有Python3的问题。同时提供解决swig兼容Python2和Python3的封装问题。原创 2021-11-27 21:48:19 · 1571 阅读 · 0 评论 -
致命的错误:python中误输入tab键
今天写了一小段python代码,不知怎的,就是调试不出来,最后才知道原创 2014-04-18 09:21:23 · 3081 阅读 · 3 评论 -
python lxml.path UnicodeDecodeError的解决方案
今天在爬数据,使用lxml.path的时候出现了异常“UnicodeDecodeError: 'utf8' codec can't decode byte 0x87 in position 0: invalid start byte”,在此记录一下解决方案出错的代码:# coding: utf-8import sysfrom lxml import etree, htmlimport ur...原创 2018-06-03 16:46:43 · 977 阅读 · 0 评论