summer-tee

博客园 首页 新随笔 联系 订阅 管理

2018年2月8日 #

摘要: http://blog.csdn.net/henni_719/article/details/53583883 阅读全文
posted @ 2018-02-08 17:38 summer-tee 阅读(95) 评论(0) 推荐(0)

摘要: 在Python27的安装路径下D:\Python27\Lib\site-packages\robotide\contrib\testrunner下的testrunner.py文件的第400行pop方法里的这一句:return result.decode(‘UTF-8’) try: result=re 阅读全文
posted @ 2018-02-08 16:29 summer-tee 阅读(123) 评论(0) 推荐(0)

摘要: oracle vm virtualbox虚拟机里面系统盘C盘容量不够,需要扩容,步骤如下: 1.使用命令更改当前虚拟机的文件大小 VBoxManage.exe modifyhd YOUR_HARD_DISK.vdi --resize SIZE_IN_MB 参考 http://blog.csdn.ne 阅读全文
posted @ 2018-02-08 14:30 summer-tee 阅读(324) 评论(0) 推荐(0)

摘要: 编辑rc.loacl脚本 Ubuntu开机之后会执行/etc/rc.local文件中的脚本,所以我们可以直接在/etc/rc.local中添加启动脚本。当然要添加到语句:exit 0 前面才行。如: 复制代码 代码如下: 复制代码 sudo service mysql start sudo serv 阅读全文
posted @ 2018-02-08 12:52 summer-tee 阅读(184) 评论(0) 推荐(0)

摘要: 问题:执行pip安装其他模块时,提示Unknown or unsupported command 'install'解决方法:1.使用命令检查pip装在哪里C:\>where pip结果返回:C:\strawberry\perl\bin\pipC:\strawberry\perl\bin\pip.b 阅读全文
posted @ 2018-02-08 11:15 summer-tee 阅读(142) 评论(0) 推荐(0)