源apt的源列表存放在/etc/apt/sources.list文件中,在安装时通常已经配置好(取决于你安装时的设置)。此列表告诉apt包管理工具要从哪些镜像寻找哪些内容。如果要使用Testing源,则要对该列表进行修改,可以使用vi文本编辑器。列表中有#号开头的行是注释行,不影响apt管理工具的读...
分类:
其他好文 时间:
2015-05-18 14:21:05
阅读次数:
103
书在这里Selenium is a set of tools for automating browsersSelenium IDE: This is a Firefox add-in used to record and play back the Selenium scripts with Fi...
分类:
编程语言 时间:
2015-05-14 18:23:23
阅读次数:
138
GitHub地址:https://github.com/Amnesia0704文章主题:测试用例的自动生成所选文章:MacHiry A, Tahiliani R, Naik M. Dynodroid: An input generation system for android apps[C]//P...
分类:
其他好文 时间:
2015-05-14 15:46:43
阅读次数:
108
目录(?)[-]Android automated testing 1How to test Android applications Tip2Unit tests vs functional tests 3JUnit 3 4Running tests on a server without dis...
分类:
移动开发 时间:
2015-05-13 19:28:20
阅读次数:
256
Preparing for App ReviewAfter you finish testing, you’re ready to submit your app for review. This chapter highlights a few tips to help you through t...
分类:
移动开发 时间:
2015-05-11 16:02:45
阅读次数:
244
1.从其他机器拷贝文件夹格式: scp -r 文件夹名用户名@机器名:/路径
范例: scp -r search work@zjm-testing-ps23.zjm.baidu.com:/home/work/
2.查看哪个程序在用特定端口格式: netstat -nap | grep 端口号
范例: netstat -nap | grep 8080
3.实时监控日志文件内容格式: tail...
分类:
系统相关 时间:
2015-05-10 11:32:14
阅读次数:
210
由于练习机模拟,误删了口令文件,所以不得不重建:
SQL> exit
从 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options 断
开
...
分类:
其他好文 时间:
2015-05-08 16:41:28
阅读次数:
113
*********声明:本系列课程为Cem Kanner的软件黑盒測试基础的笔记版**************What's A COMPUTER PROGRAM?Textbooks often define a "computer program" like this:A program is a ...
分类:
其他好文 时间:
2015-05-07 20:06:09
阅读次数:
140
Apache Benchmark下载:http://down.tech.sina.com.cn/page/3132.htmlab 的全称是 ApacheBench , 是 Apache 附带的一个小工具 , 专门用于 HTTP Server 的 benchmark testing , 可以同时模拟多...
分类:
Web程序 时间:
2015-05-07 00:53:46
阅读次数:
140
Lesson: Generics (Updated)
In any nontrivial software project, bugs are simply a fact of life. Careful planning, programming, and testing can help reduce their pervasiveness, but somehow, somewhe...
分类:
编程语言 时间:
2015-05-06 17:53:05
阅读次数:
187