在我看来一个自动化测试平台的构建,是一种最好的了解开发语言,单元测试框架,自动化测试驱动,设计模式等等等的途径。因此,在下选择了自动化测试的这个话题来和大家分享一下本人关于软件开发和测试的认识。刚刚开通了博客,就从最基础的开始吧,算是手记也算是给对自动化完全不了解的小伙伴开个头。时间允许的话会坚持更...
Supporting Different Screens上一课下一课This lesson teaches you toCreate Different LayoutsCreate Different BitmapsYou should also readDesigning for Multiple...
分类:
其他好文 时间:
2016-01-20 00:56:00
阅读次数:
228
http://www.codeschool.cn/lesson/14.htmlget和post是神马?get和post是http中两种最常用到的请求类型简单理解get请求get请求多用于获取信息(无修改操作)1. 常用于页面整体刷新 比如:浏览器现在是百度的首页www.baidu.com,点击 贴....
分类:
其他好文 时间:
2016-01-14 22:27:41
阅读次数:
175
1. 类是一种抽象的概念,对象是类的一种具体表示形式,是具体的概念。先有类,然后由类来生成对象(Object)。对象又叫做实例(Instance)。2. 类由两大部分构成:属性以及方法。属性一般用名词来表示,方法一般用动词来表示。3. 如果一个 java 源文件中定义了多个类,那么这些类中最多只能有...
分类:
编程语言 时间:
2016-01-12 23:07:15
阅读次数:
216
1、级联查询 字段 关联的字段 使用的方法2、sql代码块and ID=#{id,jdbcType=INTEGER}and LESSON_ID=#{lessonId,jdbcType=INTEGER}and VERSION =#{version,jdbcType=VARCHAR}and EXTEND...
分类:
编程语言 时间:
2016-01-12 19:20:30
阅读次数:
154
A. Playing with PaperOne day Vasya was sitting on a not so interesting Maths lesson and making an origami from a rectangulara mm × b mm sheet of pap.....
分类:
其他好文 时间:
2016-01-09 21:29:10
阅读次数:
144
1.按照例子保存代码、编译以及安装模块An introduction to Linux kernel programming - Lesson 4: Writing and running your first kernel module2.查看输出1)dmesg2)cat /var/log/sys...
分类:
其他好文 时间:
2016-01-01 11:08:16
阅读次数:
142
Vim tutor makes you know enough commands to easily use Vim. If you wanna get full version of vim tutor, execute vimtutor in the shell. Lesson 1 The cu...
分类:
系统相关 时间:
2015-12-20 13:09:03
阅读次数:
282
Array filter creates a new array with all elements that pass the test implemented by the provided function. In this lesson we discuss how only a truth...
分类:
编程语言 时间:
2015-12-19 06:34:49
阅读次数:
149
var http=require('http');var cheerio=require('cheerio');//页面获取到的数据模块var url='http://www.jcpeixun.com/lesson/1512/';function filterData(html){ /*所要获...
分类:
Web程序 时间:
2015-12-16 15:15:41
阅读次数:
223