学习用到的资料网站

来源:互联网 发布:淘宝付费推广站长 编辑:程序博客网 时间:2024/05/22 10:29

1.软件自动化测试工具_SilkTest

http://www.ltesting.net/ceshi/ceshijishu/rjcsgj/borland/silktest/

Android开发资料汇总:

http://www.csdn.net/article/2011-08-30/303833

VMware安装mac os:

http://diybbs.zol.com.cn/1/34037_629.html

Selenium教程:

http://www.ltesting.net/ceshi/open/kygncsgj/selenium/

手机测试知识点:

http://www.51testing.com/zhuanti/mobilephone.html

自动化测试学习:

http://forum.droidpilot.com/forum.php?mod=viewthread&tid=38&extra=page%3D1

eggPlant:

http://www.testplant.com/support/downloads/current/

中国软件测试:

http://softtest.chinaitlab.com/sji/Index.html

Droidpilot下载地址:

http://www.droidpilot.cn/%E6%94%AF%E6%8C%81%E4%B8%AD%E5%BF%83/%E5%9C%A8%E7%BA%BF%E6%96%87%E6%A1%A3.aspx

Maven: 

 http://maven.apache.org/eclipse-plugin.html

maven config: https://cwiki.apache.org/confluence/display/MAVEN/NoGoalSpecifiedException

Eclipse Plugin:

AJDT: http://www.eclipse.org/ajdt/downloads/

maven支持svn,需要先安装subeclipse:

网址:http://subclipse.tigris.org/servlets/ProjectProcess;jsessionid=DD22B969D64D4A7B426D8F30D573794A?pageID=p4wYuA

PyDev下载:

http://sourceforge.net/projects/pydev/files/pydev/

MonkeyRunner代码:

http://www.java2s.com/Open-Source/Android/android-core/platform-sdk/com/android/monkeyrunner/Catalogmonkeyrunner.htm


安装Ipython,需要:

1.安装python,       2.安装setuptools,     3.安装pyreadline     4.安装ipython

Ipython下载:

 http://ipython.scipy.org/dist/

Ipython下载需要相应的python版本, Ipython 0.10需要安装python 2.6:

setuptools:

http://pypi.python.org/pypi/setuptools#downloads

Pyreadline下载:

http://pypi.python.org/pypi/pyreadline

Ubuntu系统下载:

http://cdimage.ubuntu.com/


Python资料学习网站:


PySide :http://qt-project.org/wiki/PySideDownloads

ChinaUnix文档中心: http://fanqiang.chinaunix.net/

Python基础与高级教程:http://www.tutorialspoint.com/python/python_reg_expressions.htm


Python 插件:(chilkat)

http://www.chilkatsoft.com/python.asp


Python 调用ssh:

http://www.example-code.com/python/ssh_remote_command.asp

Python在线课程

有讲解也有练习,练习有答案。
http://www.upriss.org.uk/python/PythonCourse.html

在线Python练习

简单,在线写代码和运行测试。
http://codingbat.com/python
注:该网站也有Java练习。

填空让assert成立的练习

比较简单,也是一种比较好的练习方式。还可以感受下TDD。
安装后运行它,修改assert条件让测试通过。
https://bitbucket.org/gregmalcolm/python_koans/wiki/Home
git镜像:
https://github.com/gregmalcolm/python_koans/wiki

Google的教程

讲解非常清晰,重点突出。
http://code.google.com/intl/zh-CN/edu/languages/google-python-class/

User Story循序渐进练习

每个练习,循序渐进提出多个需求。适合训练开发方法。
http://codingdojo.org/cgi-bin/wiki.pl?KataCatalogue
题目的TDD实现:
https://github.com/garora/TDD-Katas

Python在线游戏

level 0~33,利用python知识得到图片中显示问题的结果,然后填到URL中,即可看到结果。
http://www.pythonchallenge.com/
比如:图片显示 2^38,用Python计算出结果为274877906944,把URL中的0改为它即可。

Python在线练习

http://osix.net/modules/article/topic.php?id=27

Python游戏编程竞赛

可能比较难。
http://pyweek.org/

Building Skills in Python

英文。较详细。有练习。
http://www.itmaybeahack.com/homepage/books/python.html
 

类似ACM小项目

输入答案,它就会校验是否正确。
http://projecteuler.net/
 

其它网址:

大学课程
http://www.cdf.toronto.edu/~csc108h/fall/
http://www.cdf.toronto.edu/~csc148h/winter/
 
http://www.knowing.net/index.php/2006/06/16/15-exercises-to-know-a-programming-language-part-1/
 
http://code.google.com/codejam/contests.html
 
http://pysnippet.blogspot.com/2010/09/python-koans-great-way-to-learn-python.html
 
在线题目
http://apps.topcoder.com/wiki/display/tc/Sample+Problem+Statements
 
在线练习讨论(介绍了很多在线练习网站)
http://stackoverflow.com/questions/29578/python-exercises-to-hone-your-skills
 
http://www.hackthissite.org/   (黑客在线练习)
http://osix.net/modules/geek/


MonkeyRunner源码:

http://www.java2s.com/Open-Source/Android/android-core/platform-sdk/com/android/monkeyrunner/Catalogmonkeyrunner.htm

com.android.monkeyrunner.easy源码下载地址:

http://source-android.frandroid.com/sdk/monkeyrunner/src/com/android/monkeyrunner/easy/README

HierarchyViewer.java

http://www.oschina.net/code/explore/android-2.2-froyo/com/android/hierarchyviewer/HierarchyViewer.java

MonkeyRunner Script:

http://androidxref.com/source/xref/sdk/monkeyrunner/scripts/monkey_playback.py

jython in Ubuntu下载

https://launchpad.net/ubuntu/+source/jython


有些比较知名的,像
资源汇总的http://bbs.linuxtone.org/forum.php?mod=viewthread&tid=2133
google的https://code.google.com/intl/zh-CN/edu/languages/google-python-class/
社区之http://bbs.chinaunix.net/forum.php?mod=forumdisplay&fid=55
IT公司面试手册:http://www.mianwww.com/
上面三个名气应该比较大了,下面可能就不是这么知名了,从网上逛出来的:

纯PYTHON练习网站:http://www.checkio.org/

各语言视频资源综合的http://thenewboston.org/tutorials.php
各语言入门中的入门教程:http://code.he.net/ 只有动态语言
非ACM的编程练习型网站:
http://projecteuler.net/
http://codility.com 这个的题目算是ACM的,不过应该会难一点,所以,做出一题就有一张证书……
http://www.pythonchallenge.com 这个不知道是在哪儿有推荐过了
类型于上面python挑战的,闯关式:http://challenge.greplin.com/
一个没试过的:http://codegolf.com/competition/active
这个打广告为主,面试攻略:http://www.careercup.com/ 有一个论坛里面专门有刷这上面题目的

这个好像是在黑客与画家里面提到的:http://codekata.pragprog.com/
一些python的免费英文电子书:http://www.greenteapress.com/

大概就这么多,别的是些公开课、博客、ACMOJ、别的内容。

希望下面的兄弟能补充新的资源^-^
另外,欢迎大家到我的csdn博客去看看,水平有限,莫笑,欢迎大家指点
http://blog.csdn.net/sndnyangd :)

Win7下载:

http://www.mydigitallife.info/download-windows-7-iso-official-32-bit-and-64-bit-direct-download-links/

Windows 7 Professional x64 (64-bit)

English: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65805/X15-65805.iso
German: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65813/X15-65813.iso
French: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65811/X15-65811.iso
Spanish: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65843/X15-65843.iso

Windows 7 Professional x86 (32-bit)

English: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65804/X15-65804.iso
German: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65812/X15-65812.iso
French: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65810/X15-65810.iso
Spanish: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65842/X15-65842.iso

Windows 7 Home Premium x64 (64-bit)

English: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65733/X15-65733.iso
German: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65741/X15-65741.iso
French: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65738/X15-65739.iso
Spanish: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65771/X15-65771.iso

Windows 7 Home Premium x86 (32-bit)

English: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65732/X15-65732.iso
German: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65740/X15-65740.iso
French: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65738/X15-65738.iso
Spanish: http://msft-dnl.digitalrivercontent.net/msvista/pub/X15-65770/X15-65770.iso

Windows 7 Enterprise [English 60 Days Trial] – Source]

32-bit (x86): 7600.16385.090713-1255_x86fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENEVAL_EN_DVD.iso
64-bit (x64): 7600.16385.090713-1255_x64fre_enterprise_en-us_EVAL_Eval_Enterprise-GRMCENXEVAL_EN_DVD.iso

Windows 7 Ultimate x64 (64-bit)

[Unofficial] English: http://91.121.99.184/paolo/win7-64bit.iso

Windows 7 Ultimate x86 (32-bit)

[Unofficial] English: http://91.121.99.184/paolo/win7.iso

Windows 7 N Version Direct Download Links [Windows 7 N English for Europe - No Windows Media Player (WMP12)]

Windows 7 Home Premium N x86 (32-bit): http://msft-dnl.digitalrivercontent.net/msvista/pub/X16-13457/X16-13457.iso
Windows 7 Home Premium N x64 (64-bit): http://msft-dnl.digitalrivercontent.net/msvista/pub/X16-13459/X16-13459.iso
Windows 7 Professional N x86 (32-bit): http://msft-dnl.digitalrivercontent.net/msvista/pub/X16-13548/X16-13548.iso
Windows 7 Professional N x64 (64-bit): http://msft-dnl.digitalrivercontent.net/msvista/pub/X16-13550/X16-13550.iso

Note: Use download manager to ensure proper download as the file size is bigger than 2GB. All ISOs above containsWindows 7 RTM build version 6.1.7600.16385.

Tip 1: To convert an installed Windows 7 to another language, download Windows 7 language packs and install.

Tip 2: To enable selection of Windows 7 edition to install during setup, uses ei.cfg Removal Utility.

Tip 3: Use Windows 7 ISO Image Edition Switcher to change edition of a Windows 7 ISO.

Source

Update 1: Download Windows 7 SP1 official ISO (SP1-U version)

Update 2: Download Windows 7 with SP1 Integrated ISO


Android自动化测试工具_Ranorex:

http://www.ranorex.com/mobile-automation-testing/android-test-automation.html?gclid=CKnAker3zbICFVBT4godgC4AEw

MonkeyRunner及Android SDK源代码:

http://source-android.frandroid.com/sdk/

Android学习网站:

http://www.eoeandroid.com/thread-181021-1-1.html


原创粉丝点击