ITAKEN'S PAGES
windows下: ModuleNotFoundError: No module named 'win32api' windows下: ModuleNotFoundError: No module named 'win32api'
问题描述 PS D:\python\project> python -m scrapy runspider proxies.py 2017-11-09 11:25:18 [scrapy.utils.log] INFO: Scrapy 1.4
2017-11-09
多条件排序 三 多条件排序 三
题目 多组类别的多个商品进行排序, 每个商品, 含有两个用于排序的参考, 一个是评分(0-10分), 一个是价格. 现在要求评分按照梯队(8.0, 8.8, 9.0, 9.5)进行展示, 评分在相同梯队中则价格低的排在前面. 例如: 设置9
2017-11-08
ImportError: libcublas.so.8.0: cannot open shared object file: No such file or directory ImportError: libcublas.so.8.0: cannot open shared object file: No such file or directory
环境配置 ubuntu 17.04 Python 3.5.3 问题描述 已经安装了 caffe-cuda, libcaffe-cuda-dev, libcudart8.0, nvidia-cuda-dev 包,但是还是报错. $ pyt
2017-11-02
SyntaxError: Non-ASCII character 'å' in file demo/demo.py on line 8, but no encoding declared; SyntaxError: Non-ASCII character 'å' in file demo/demo.py on line 8, but no encoding declared;
环境配置 Python 3.5.3 问题描述 $ python demo/demo.py File "demo/demo.py", line 8 SyntaxError: Non-ASCII character
2017-10-28
Auto packing the repository for optimum performance. Auto packing the repository for optimum performance.
问题描述 git pull 拉取更新内容, 提示: Auto packing the repository for optimum performance. 使用 git fsck , 但是没有效果. 使用管理员运行也没有效果. 使用
2017-10-20
多条件排序 二 多条件排序 二
题目 多组类别的多个商品进行排序, 每个商品, 含有三个用于排序的参考, 一个是是否优先展示 一个是评分, 一个是价格, 现在要求优先展示排在最前面, 其次是评分高的排在前面, 如果评分相同则价格低的排在前面. 解法 可以使用array_w
2017-10-17
多条件排序 多条件排序
题目 一个商品, 含有两个用于排序的参考, 一个是评分, 一个是价格, 现在要求评分高的排在前面, 如果评分相同则价格低的排在前面. 解法 可以使用usor 进行排序. 代码如下: $arr = [ ['score' => 6.7,
2017-10-16
Failed to authenticate SSH session. Failed to authenticate SSH session.
问题描述 使用gitkraken git pull 拉取更新内容错误, 提示: Failed to authenticate SSH session: Invalid key data, not base64 encodeed. 因为使用
2017-10-12
you-get依赖包未安装报错,无法使用 you-get依赖包未安装报错,无法使用
个人开发环境 you-get: version 0.4.915 OpenSSL: 1.0.2g 问题描述 regel@DESKTOP-K146JU9:/mnt/c/Users/user/Downloads$ you-get http:/
2017-09-30
windows的ubuntu子系统pip安装的包无法运行 windows的ubuntu子系统pip安装的包无法运行
个人环境配置 OS 名称: Microsoft Windows 10 企业版 OS 版本: 10.0.15063 Build 15063 Python: 3.5.2 pip: 9.0.1 问题描述 在windows的ubuntu子系统中
2017-09-30
5 / 10