摘要: 1. http://www.cnblogs.com/pwc1996/p/5425234.html 2. 然后你连接不成功就继续往下看 找到ip 然后用这个ip连就行了 3. 参考链接:https://segmentfault.com/q/1010000003840346 阅读全文
posted @ 2017-05-22 19:53 twfb 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 方法一: https://www.microsoft.com/store/productId/9NBLGGH1ZBKW (包括必应,windows聚焦) 方法二: 1. 成果图; 解释下 每次执行完后,我是将喜欢的壁纸前面加'z'然后手动编号, 不喜欢的也是加‘z’不过后面加999999999999 阅读全文
posted @ 2017-05-22 15:21 twfb 阅读(4072) 评论(0) 推荐(0) 编辑
摘要: ```python import os from PIL import Image from PIL import ImageFile import imagehash 仅适用于图片内容完全相同,而尺寸不同的比较 def compare_image(img_file1, img_file2): if 阅读全文
posted @ 2017-05-22 15:00 twfb 阅读(5599) 评论(0) 推荐(1) 编辑
摘要: 1. 2. windows的话还要 执行次 2. 测试连接 阅读全文
posted @ 2017-05-22 13:52 twfb 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 1. 安装virtual box 预览版 https://www.virtualbox.org/wiki/Testbuilds 2. 安装Docker Toolbox(注意在安装toolbox时不要勾选virtua box) 3. 注意事项:需要以管理员权限运行Docker Quikstart 参考 阅读全文
posted @ 2017-05-12 14:57 twfb 阅读(1923) 评论(0) 推荐(0) 编辑
摘要: 1. 在用py2写爬虫,将内容写入文件时出现 UnicodeEncodeError错误 2. 解决方法: 阅读全文
posted @ 2017-05-12 13:19 twfb 阅读(650) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://zhidao.baidu.com/question/501954189.html 阅读全文
posted @ 2017-05-03 18:08 twfb 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 1. 寻找配置文件 2. 修改 文件,去掉 前的 尤其要注意这个字体名,不是字体文件的名字 例如:这里的BigYoungMediumGB2.0为字体名 (我是同时也把字体文件的名改为了字体名(即BigYoungMediumGB2.0)) 3. 把字体文件放入到文件夹 中 4. 坐标轴的负号正常显示 阅读全文
posted @ 2017-04-27 14:54 twfb 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 1. 安装java,intellij 为付费版 2. 配置环境变量 3. Configure Project Defaults Project Structure 4. 按钮New... JDK 选择JDK位置(默认: ) 5. 下载TomCat TomCat9:(http://apache.fay 阅读全文
posted @ 2017-04-16 23:31 twfb 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 1. 下载 2. 随便解压到某个位置(我是解压到了jdk下的lib目录下) 3. 打开intellij File Project Structure Modules Dependencies 点击最右边的 JARs or directories... 选择解压后文件中的jar文件 OK 4. 现在你 阅读全文
posted @ 2017-04-05 23:26 twfb 阅读(458) 评论(0) 推荐(0) 编辑