美文网首页我爱编程
软件资源汇总(持续更新中...)

软件资源汇总(持续更新中...)

作者: 小仙女本人呀 | 来源:发表于2018-03-31 13:56 被阅读0次

    Java

    JDK or JRE下载:http://www.oracle.com/technetwork/java/javase/downloads/index.html

    Jenkins

    Jenkins下载(依赖JDK/JRE):https://jenkins.io/download/

    Jenkins本机地址:http://localhost:8080/ ,通过Tomcat部署的是 http://localhost:8080/Jenkins/

    Jenkins插件下载:http://updates.jenkins-ci.org/download/plugins/

    Jenkins用户手册:https://jenkins.io/doc/

    Tomcat 9下载(依赖JDK/JRE):https://tomcat.apache.org/download-90.cgi

    Ant

    Ant下载地址(需要安装JDK而不是JRE):http://ant.apache.org/bindownload.cgi

    Ant用户手册:https://ant.apache.org/manual/index.html

    Jmeter

    Jmeter下载(需要安装JDK而不是JRE):https://jmeter.apache.org/download_jmeter.cgi

    Jmeter用户手册:https://jmeter.apache.org/usermanual/index.html

    Jmeter Plugins下载:https://jmeter-plugins.org/downloads/all

    Jmeter插件文档:https://jmeter-plugins.org/wiki/Start/

    Jmeter+Ant 搭建:https://github.com/jfifield/ant-jmeter

    Python

    Python下载:https://www.python.org/downloads/

    Python手册:https://www.python.org/downloads/ 拉到下载页面最底部的Files列表,下载“Windows help file”,下载完成的文件名是Pythonxxx.chm,打开文件标题显示“Python x.x.x documentation”。

    Selenium

    Selenium在已经安装Python的前提下,可以通过命令“pip install Selenium”安装。

    Selenium文档:https://www.seleniumhq.org/docs/

    Selenium IDE组件下载:https://addons.mozilla.org/zh-CN/firefox/addon/selenium-ide/ (仅支持Firefox55之前的版本。)

    火狐浏览器下载(历史版本):http://ftp.mozilla.org/pub/firefox/releases/

    火狐浏览器驱动(geckodriver.exe)下载:https://github.com/mozilla/geckodriver/releases

    谷歌浏览器驱动(chromedriver.exe)下载:http://chromedriver.storage.googleapis.com/index.html

    Edge浏览器驱动(MicrosoftWebDriver.exe)下载:https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/

    Android

    Android SDK下载:http://www.android-studio.org/

    Genymotion(安卓模拟器)下载:https://www.genymotion.com/download/ (下载with VirtualBox版)

    Genymotion ova文件下载:https://pan.baidu.com/s/1pP9e9Tj4PiPn4CwNTgkqOw  密码:03n3

    相关文章

      网友评论

        本文标题:软件资源汇总(持续更新中...)

        本文链接:https://www.haomeiwen.com/subject/rmygcftx.html