摘要: org.xml.sax.SAXParseException; systemId: file:/C:/Users/xxxxxxxxx/AppData/Local/Temp/uiautomatorviewer_1000364766579250143/dump_3481235599237504664.ui 阅读全文
posted @ 2016-03-21 13:23 testway 阅读(1388) 评论(0) 推荐(0) 编辑
摘要: import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.Arrays; public class Demo { ... 阅读全文
posted @ 2016-03-20 20:14 testway 阅读(10182) 评论(1) 推荐(0) 编辑
摘要: java项目需要一些配置,配置放置目录如:/src/main/resources; 如果没有这个文件夹,需要右键项目>new>source folder > Folder name 填写/src/main/resources 点击确定,就生成了该目录。 在该目录下面添加一个文件:system-con 阅读全文
posted @ 2016-03-19 20:45 testway 阅读(11792) 评论(0) 推荐(0) 编辑
摘要: 1、下载http://dev.mysql.com/downloads/mysql/ 2、Community > MySQL Community Server 3、Other Downloads: > Windows (x86, 32-bit), ZIP Archive 5、解压mysql-5.7.1 阅读全文
posted @ 2016-03-19 14:49 testway 阅读(43178) 评论(2) 推荐(1) 编辑
摘要: 当磁盘大小超过标准时会有报警提示,这时如果掌握df和du命令是非常明智的选择。 df可以查看一级文件夹大小、使用比例、档案系统及其挂入点,但对文件却无能为力。 du可以查看文件及文件夹的大小。 两者配合使用,非常有效。比如用df查看哪个一级目录过大,然后用df查看文件夹或文件的大小,如此便可迅速确定 阅读全文
posted @ 2016-03-16 20:59 testway 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 测试需要同时在多个android设备上运行,就需要启动多个appium 第一台是运行微信: DesiredCapabilities capabilities = new DesiredCapabilities(); capabilities.setCapability(CapabilityType. 阅读全文
posted @ 2016-03-09 12:37 testway 阅读(3330) 评论(0) 推荐(0) 编辑
摘要: 如何在 Android 手机上实现抓包? http://www.zhihu.com/question/20467503 我想知道某个应用究竟在数据提交到哪里,提交了什么。网上的教程太复杂,不想麻烦。有没有快速的方式实现在android网络抓包?比如手机流量类监控软件是否已经实现可否借鉴? 4 条评论 阅读全文
posted @ 2016-03-08 16:34 testway 阅读(9243) 评论(0) 推荐(0) 编辑
摘要: 无Root抓包:Packet Capture 1.2.3 http://www.coolapk.com/apk/app.greyshirts.sslcapture 阅读全文
posted @ 2016-03-08 16:28 testway 阅读(729) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/yuzhongwusan/archive/2012/07/20/2601306.html 前端开发利器—FIDDLER 1.Fiddler相对其他调试工具的优势 HttpWatch 和 Firebug绝大多数前端开发人员都比较熟悉,但是HttpWatch 阅读全文
posted @ 2016-03-04 16:03 testway 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 以知乎社区账号登录使用微博账号为例,使用uiautomatorviewer 可以定位到登录框、密码框,需要结合appium的inspector1、genymotion 模拟器开启,模拟器安卓系统为4.4.4,cmd 命令安装应用adb installzhihu_244.apk2、 appium in... 阅读全文
posted @ 2016-01-17 12:25 testway 阅读(4060) 评论(0) 推荐(0) 编辑