只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-11-12 12:38 Awakenedy 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 学习selenium对话框处理出现错误 a.py内容: from selenium import webdriver import timedriver = webdriver.Firefox()driver.get("http://www.baidu.com/") time.sleep(3)#点击 阅读全文
posted @ 2018-10-12 16:13 Awakenedy 阅读(8165) 评论(0) 推荐(1) 编辑
摘要: 安装beautifulsoup后,运行测试报错 经过测试发现是lxml的问题,使用 pip install lxml 安装,安装完后,在运行还是一样出错, 经百度、知乎的说法是新的库不支持,新版本语法支持改变了 使用 pip install lxml时,自动安装的是最新 4.2.5版本 解决方法一: 阅读全文
posted @ 2018-10-08 11:24 Awakenedy 阅读(37912) 评论(3) 推荐(9) 编辑
摘要: 进https://www.vim.org/scripts/script.php?script_id=4521网站下载vim -auto-save https://www.vim.org/scripts/download_script.php?src_id=26426 tar xvf vim-auto 阅读全文
posted @ 2018-09-29 10:33 Awakenedy 阅读(3228) 评论(0) 推荐(0) 编辑
摘要: 移动硬盘是NTFS格式的,挂载时候kernel不支持这格式 出现:filesystem type ntfs not configured in kernel 阅读全文
posted @ 2018-09-25 13:50 Awakenedy 阅读(8883) 评论(0) 推荐(0) 编辑
摘要: 1安装wine,wine安装使用网上自行查找 2、安装flash播放器.exe 下载附件的falsh播放相关.tar.gz,解压后得到 Flash.ocx (flash10 for windows的插件和 Swf播放器.exe) 下载:https://pan.baidu.com/s/1faO_XRP 阅读全文
posted @ 2018-08-30 15:27 Awakenedy 阅读(1068) 评论(0) 推荐(0) 编辑
摘要: 这里安装的是hplip 1.首先确定cups有没有安装 没有的话 yum install cups 安装 2.安装 hplip yum install -y hplip hplip-* 3执行 hp-setup 安装 plugin 阅读全文
posted @ 2018-08-30 12:41 Awakenedy 阅读(1835) 评论(0) 推荐(0) 编辑
摘要: pip的使用,对于默认的pip源的速度经常出现不稳定以及访问速度非常慢的情况 使用自己指定的镜像源来提升速度 pip install 要安装的包 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 例: pip insta 阅读全文
posted @ 2018-07-20 14:51 Awakenedy 阅读(741) 评论(0) 推荐(0) 编辑
摘要: 解决方法 可以通过两个入口进行设置: 1、右击Session中的连接,选择Properties->Terminal->Anti-idle->勾选Send protocol NO-OP。 2、当已经建立连接的情况,可以通过上面方法,另外也可以通过点击Options->Session Options-> 阅读全文
posted @ 2018-07-16 15:37 Awakenedy 阅读(421) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-07-16 15:36 Awakenedy 阅读(0) 评论(0) 推荐(0) 编辑