学习资源整理

d 1. 资料合集: http://www.runoob.com/
2. w3c: http://www.w3school.com.cn/
3. DiggerPlus: http://www.diggerplus.org/
4. POI使用详解:
http://www.cnblogs.com/LiZhiW/p/4313789.html?utm_source=tuicool&utm_medium=referral
http://blog.csdn.net/for_china2012/article/details/29844661
http://blog.csdn.net/s_ongfei/article/details/2794570
http://www.yiibai.com/apache_poi/apache_poi_cells.html
http://jakarta.apache.org/poi/
http://jakarta.apache.org/poi/hssf/quick-guide.html
相关jar包:http://poi.apache.org/download.html#POI-3.8
office 2007还需要xbean.jar包
poi-ooxml-3.12.jar xlsx
poi-3.12.jar xls
poi-ooxml-schemas-3.12.jar
xbean.jar
5. testNG plugin:
http://plugins.netbeans.org/plugin/38973/
6. curl命令行工具:
http://jingyan.baidu.com/article/a681b0dec4c67a3b1943467c.html
7. Selenium:
http://seleniumhq.org/:Selenium官网
http://openqa.org/:Selenium官方论坛,有很多参考资料:>,极力推荐!
Selenium中文:记录大量Selenium中文资料的地方
http://seleniumcn.cn/ :一个Selenium中文论坛
http://tech.it168.com/a2013/0906/1530/000001530755.shtml selenium2和TestNG
http://www.uml.org.cn/Test/201307154.asp
http://www.ltesting.net/ceshi/open/kygncsgj/selenium/
selenium之 chromedriver与chrome版本映射表(更新至v2.27):
http://blog.csdn.net/huilan_same/article/details/51896672
8. (web api测试)
HTTP协议:http://rainy646556896.iteye.com/admin/blogs/2286771
URL命名规则: http://blog.csdn.net/w_amwf/article/details/48497255
9. DBPool:
c3p0的配置方式:http://myokm123.iteye.com/blog/1743452
c3p0-0.9.1.2.jar
10. log4j配置详解:
http://www.360doc.com/content/12/0717/17/7656232_224765999.shtml
http://blog.csdn.net/thunder09/article/details/5355382
11. Eclipse生成exe文件:
http://jingyan.baidu.com/article/358570f6727bb7ce4724fc88.html
Netbeans生成exe文件:
http://jingyan.baidu.com/album/fb48e8be7989336e622e14e6.html
12. Python Flask搭建API接口:
http://www.zhihu.com/question/20934087
http://blog.csdn.net/qwiwuqo/article/details/8970621
文档: http://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask
快速入门: http://www.pythondoc.com/flask/quickstart.html
Python以及Flask的安装: http://blog.csdn.net/qwiwuqo/article/details/8970621
13. 安装python2.x
14. 安装esay_install
15. 安装Flask:
1> 打开控制台:,输入easy_install virtualenv, 安装virtualenv
2> 配置虚拟环境: virtualenv myvir,相应路径下回多一个文件夹myvir
3> 在myvir目录的Scripts下,输入activate.bat进入虚拟环境,然后输入esay_install Flask
4> 控制台输入python hello.py
5> 浏览器输入http://127.0.0.1:500访问对应的api
16. 微信小程序开发视频+案例源码链接:
https://pan.baidu.com/s/1slMusmp 密码: e9ux
微信小程序PSD&Sketch源文件+字体包+规范:https://pan.baidu.com/s/1qXLvaB6
17. Eclipse教程:
http://www.yiibai.com/eclipse/
18. RFS:
http://blog.csdn.net/tulituqi/article/category/897484
开发系统关键字:
http://www.cnblogs.com/fnng/p/4261293.html
定制自己的library:
http://www.cnblogs.com/matt123/archive/2012/09/15/2687078.html
19. ETL测试:
ETL测试指导:
https://www.tutorialspoint.com/etl_testing/index.htm
java项目——大数据量的处理:
http://blog.csdn.net/zhangzijiejiayou/article/details/50616520
20. Mobile Test:
https://www.tutorialspoint.com/mobile_testing/index.htm
21. NodeJs:
下载: https://nodejs.org/en/
http://www.tutorialspoint.com/nodejs/nodejs_restful_api.htm
http://www.runoob.com/nodejs/nodejs-tutorial.html
http://emberjs.com/
http://frisbyjs.com/
http://www.protractortest.org/#/
http://webdriver.io/guide/testrunner/gettingstarted.html
https://www.npmjs.com/browse/star?offset=0
https://www.npmjs.com/package/package
https://nodejs.org/api/
22. Groovy API:
XML:
http://docs.groovy-lang.org/latest/html/gapi/groovy/util/XmlSlurper.html
SQL:
http://docs.groovy-lang.org/latest/html/gapi/groovy/sql/Sql.html
MarkupBuilder:
http://docs.groovy-lang.org/latest/html/api/groovy/xml/MarkupBuilder.html
GroovyTestCase:
http://docs.groovy-lang.org/latest/html/api/groovy/util/GroovyTestCase.html
Groovy:
/groovy/lang/DelegatingMetaClass.html#respondsTo(java.lang.Object”>http://www.boyunjian.com/javadoc/org.codehaus.groovy/groovy/2.1.5//groovy/lang/DelegatingMetaClass.html#respondsTo(java.lang.Object, java.lang.String)
Groovy 官方api:
http://docs.groovy-lang.org/latest/html/gapi/
23. Json Schema
http://json-schema.org/latest/json-schema-validation.html#toc
http://json-schema.org/
24. Python
Json encoder and decoder:
https://docs.python.org/3/library/json.html#module-json
Schema Validation:
http://python-jsonschema.readthedocs.io/en/latest/validate/
25. SoapUI
26. python + selenium
https://github.com/lintyleo/pysepro
27. Jemeter
http://www.ltesting.net/ceshi/open/kyxncsgj/jmeter/
28. TestNG
http://www.yiibai.com/html/testng/2013/0913292.html
http://testng.org/doc/documentation-main.html
29. 自动化
http://www.cnblogs.com/TankXiao/p/3316355.html
30. Groovy域账号连接db

 def url = "jdbc:jtds:sqlserver://host:1433/metadb;useNTLMv2=true;domain=domain1"
 def userName = "userName"
 def pwd = "password"
 def driver = "com.microsoft.sqlserver.jdbc.SQLServerDriver"
 def sql = Sql.newInstance(url, userName, pwd, driver)
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值