原创 bug預防

1、頁面顯示:                                         產品的網頁通常保證在1024*768 的分辨率下顯示正常,但是常常忽略800*600分辨率下的顯示情況。如果頁面設計明確只考慮1024*76

原创 Appium自動化對應jar包文件

Appium自動化jar包    java-client-4.1.2.jar, selenium-server-standalone-3.0.0-beta3.jar

原创 Android studio集合

怎麼安裝Android studio詳細教程:http://jingyan.baidu.com/article/3d69c55150e181f0cf02d70c.html

原创 json使用鍵值解析方法

json使用鍵值解析方法 public class JsonUtils1 { public void parseJson(String jsonData){try {JsonReader reader=new JsonReader(new

原创 Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:解決辦法

在eclipse執行maven問題 錯誤Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1: 解決辦法更改eclipse中的jre路徑改爲

原创 Linux集合

Linux如何配置yum文件:http://jingyan.baidu.com/article/925f8cb8ffe931c0dce05647.html 解決VMware Authorization Service not runnin

原创 xmind思維導圖集合

XMind思維導圖教程怎麼創建流程圖 :http://jingyan.baidu.com/article/851fbc37b9d5343e1e15ab10.html

原创 eclipse開發代碼集合

eclipse如何在Windows下卸載已安裝插件 :http://jingyan.baidu.com/article/37bce2be7bffb71002f3a219.html

原创 接口測試集合

在Chrome瀏覽器怎麼安裝Postman :http://jingyan.baidu.com/article/a17d528513abe28099c8f274.html SoapUI接口測試怎麼創建測試用例:http://jingyan

原创 chrome瀏覽器啓動(python)

from selenium import webdriver from selenium.common.exceptions import NoSuchElementException from sele

原创 json解析

用於兩組數據相同下解析 public class JsonUtils { public void parseJson(String jsonData){Type listType = new TypeToken<LinkedList<Us

原创 github集合

github怎麼創建代碼倉庫 :http://jingyan.baidu.com/article/c843ea0ba1110d77921e4a7e.html

原创 robotium獲取所有控件GridView、ScrollView下所有控件

1、使用UI Automatorview工具獲取,獲取class的屬性 2、獲取GridView位置後,通過遍歷方法獲取所有控件 GridView V=solo.getView(android.widget.GridView.class,

原创 性能測試集合

HD Tune怎麼檢查壞道,怎麼磁盤監測:http://jingyan.baidu.com/article/f006222806cbdcfbd3f0c88c.html xshll4安裝及遠程連接linux服務器配置:http://jing

原创 xml文件解析

待完成xml文件解析 解析文件 package xml; import org.xml.sax.Attributes; import org.xml.sax.helpers.DefaultHandler; public class My