上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页

2017年9月20日

摘要: 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 阅读(156) 评论(0) 推荐(0)

2017年9月14日

摘要: 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 阅读(695) 评论(0) 推荐(0)

2017年9月13日

摘要: jenkins slave上执行脚本报错 解决方法:在系统配置中设置shell execuate C:\Windows\system32\cmd.exe 保存即可 阅读全文
posted @ 2017-09-13 13:25 sunny_2016 阅读(184) 评论(0) 推荐(0)

2017年9月11日

摘要: #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 阅读(225) 评论(0) 推荐(0)

2017年9月8日

摘要: <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 阅读(89) 评论(0) 推荐(0)

2017年9月6日

摘要: 环境: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 阅读(1106) 评论(0) 推荐(1)

2017年9月4日

摘要: 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 阅读(102) 评论(0) 推荐(0)

2017年9月2日

摘要: 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 阅读(113) 评论(0) 推荐(0)

2017年8月31日

摘要: http://mirrors.aliyun.com/ http://tools.android-studio.org/index.php/sdk http://wiki.open.qq.com/wiki/website/SDK%E4%B8%8B%E8%BD%BD http://rj.baidu.co 阅读全文
posted @ 2017-08-31 14:45 sunny_2016 阅读(99) 评论(0) 推荐(0)

2017年8月29日

摘要: #序列化 >>> import json>>> d={"key":"value"}>>> d{'key': 'value'}>>> json.dumps(d)'{"key": "value"}' #反序列化>>> j=json.dumps(d)>>> j'{"key": "value"}'>>& 阅读全文
posted @ 2017-08-29 09:02 sunny_2016 阅读(104) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 35 下一页

导航