09 2017 档案

pip安装指定版本的程序的命令
摘要: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 阅读全文

posted @ 2017-09-27 11:06 sunny_2016 阅读(676) 评论(0) 推荐(0) 编辑

mysql的创建数据库表及添加数据
摘要: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 阅读全文

posted @ 2017-09-22 14:08 sunny_2016 阅读(612) 评论(0) 推荐(0) 编辑

webpy安装
摘要: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. 阅读全文

posted @ 2017-09-20 13:03 sunny_2016 阅读(153) 评论(0) 推荐(0) 编辑

windows 上jenkins slave 执行脚本提示成功,但是没有运行
摘要:cd /d D:\Python27python baidu.py 或者 D:cd "D:\\Python27"python baidu.py http://www.jianshu.com/p/26d20148ab9a 安装插件 执行robotframework脚本命令: d:cd "d:\robot 阅读全文

posted @ 2017-09-14 13:28 sunny_2016 阅读(679) 评论(0) 推荐(0) 编辑

jenkins slave上执行脚本报错
摘要:jenkins slave上执行脚本报错 解决方法:在系统配置中设置shell execuate C:\Windows\system32\cmd.exe 保存即可 阅读全文

posted @ 2017-09-13 13:25 sunny_2016 阅读(182) 评论(0) 推荐(0) 编辑

python selenium2 动态调试
摘要:#coding=utf-8'''Created on 2017-9-9 @author: ceshi 转自https://testerhome.com/topics/9897''' # rpcserver.pyimport picklefrom selenium.webdriver.chrome.w 阅读全文

posted @ 2017-09-11 13:32 sunny_2016 阅读(221) 评论(0) 推荐(0) 编辑

maven配置阿里云国内仓库
摘要:<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> <mirrorOf>central</mirrorOf> </mir 阅读全文

posted @ 2017-09-08 13:34 sunny_2016 阅读(87) 评论(0) 推荐(0) 编辑

jenkins部署报404错误
摘要:环境: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 阅读全文

posted @ 2017-09-06 13:41 sunny_2016 阅读(1082) 评论(0) 推荐(1) 编辑

elipse常用插件下载
摘要:https://www.douban.com/note/142165105/ https://marketplace.eclipse.org/ http://maven.aliyun.com/nexus/content/repositories/ m2e - http://m2eclipse.son 阅读全文

posted @ 2017-09-04 13:32 sunny_2016 阅读(97) 评论(0) 推荐(0) 编辑

jenkins部署
摘要:1、下载war包 ,直接启动 2、安装tomcat,war包放入webapp中启动 tomcat 7 用jenkins 1.5的包报错,换成2.46的包后正常 配置tomcat-user内容【可选】 <role rolename="tomcat"/> <role rolename="role1"/> 阅读全文

posted @ 2017-09-02 14:11 sunny_2016 阅读(108) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示