摘要:pip安装指定版本的程序的命令 pip install -i https://pypi.douban.com/simple/ django==1.10.3 或者 pip install django==1.10.3 或者 pip3 install django==1.10.3 或者 python3
阅读全文
摘要:C:\Users\ceshi>mysql -u root -pEnter password: ******Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 3Server versi
阅读全文
摘要:C:\Users\ceshi>python -m pip install web.pyCollecting web.py Downloading web.py-0.38.tar.gz (91kB) 100% 92kB 61kB/sInstalling collected packages: web.
阅读全文
摘要:cd /d D:\Python27python baidu.py 或者 D:cd "D:\\Python27"python baidu.py http://www.jianshu.com/p/26d20148ab9a 安装插件 执行robotframework脚本命令: d:cd "d:\robot
阅读全文
摘要:jenkins slave上执行脚本报错 解决方法:在系统配置中设置shell execuate C:\Windows\system32\cmd.exe 保存即可
阅读全文
摘要:#coding=utf-8'''Created on 2017-9-9 @author: ceshi 转自https://testerhome.com/topics/9897''' # rpcserver.pyimport picklefrom selenium.webdriver.chrome.w
阅读全文
摘要:<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> <mirrorOf>central</mirrorOf> </mir
阅读全文
摘要:环境:tomcat 7+jdk1.7+win10 64 jenkins_1.5.23 部署完成后服务器启动输入网址:http://192.168.3.100:8080/jenkins打开无法访问报404 由于war包带版本号,输入http://192.168.3.100:8080/jenkins_1
阅读全文
摘要:https://www.douban.com/note/142165105/ https://marketplace.eclipse.org/ http://maven.aliyun.com/nexus/content/repositories/ m2e - http://m2eclipse.son
阅读全文
摘要:1、下载war包 ,直接启动 2、安装tomcat,war包放入webapp中启动 tomcat 7 用jenkins 1.5的包报错,换成2.46的包后正常 配置tomcat-user内容【可选】 <role rolename="tomcat"/> <role rolename="role1"/>
阅读全文