首先看一组对比,比如说我们要测试的结果是一个Linearlaout
AssertJ Android:
assertThat(layout).isVisible()
.isVertical()
.hasChildCount(4)
.hasShowDividers(SHOW_DIVIDERS_MIDDLE);
Regular JUnit:
...
分类:
移动开发 时间:
2014-10-17 15:33:51
阅读次数:
166
//mysql登陆mysql -u root -p ->enter//查看mysql表的完整信息show full columns from tablename//查看数据库的完整信息show create database name//更改数据库字符集alter database name cha...
分类:
数据库 时间:
2014-10-17 15:07:43
阅读次数:
185
Link:http://stackoverflow.com/questions/3256369/navigating-java-call-stack-in-eclipse解决方法:In the "debug perspective", find/show the view named "debug"...
分类:
编程语言 时间:
2014-10-17 15:07:25
阅读次数:
195
ASMM自动共享内存管理:
自动根据工作量变化调整
最大程度地提高内存利用率
有助于消除内存不足的错误
show">SYS@PROD>show parameter sga
NAME TYPE VALUE
------------------------------------ ----------...
分类:
数据库 时间:
2014-10-17 12:06:46
阅读次数:
258
SQL> show all --查看所有68个系统变量值 SQL> show user --显示当前连接用户 SQL> show error --显示错误 SQL> set heading off --禁止输出列标题,默认值为ON SQL> set feedback off --禁止显示最后一行.....
分类:
数据库 时间:
2014-10-17 01:45:13
阅读次数:
327
题目链接 :http://acm.bnu.edu.cn/v3/problem_show.php?pid=40517这又是很不错的一道题目。题意是给一个n*n(n 2 #include 3 #include 4 5 using namespace std; 6 #define lson a, ...
分类:
其他好文 时间:
2014-10-17 01:08:53
阅读次数:
287
Cookie的简单使用程序逻辑:index.jsp用来输入和处理Cookie和取得Cookie(不知道是内存还客户端的)用show.jsp来接收表单数据和Cookie ,再发送Cookie 给客户端。index.jsp页面Insert title here姓名 : >出生日期 :> 邮箱地址...
分类:
其他好文 时间:
2014-10-17 01:07:03
阅读次数:
416
题目 :http://acm.bnu.edu.cn/v3/problem_show.php?pid=40489最近做到的一道蛮有意思的题目(codechef现在的题目确实很赞了)题意 :中文题面 (cc的一大好处就是有中文翻译,嘿嘿)区间Max = max{a_i|gcd(a_i, g) > 1 &...
分类:
其他好文 时间:
2014-10-16 23:35:33
阅读次数:
307
每个Android应用程序都可以使用SQLite数据库。它创建的位置在data/data//databases/运行后打开,window->show view->other..Android->File Explorer在File Explorer的data/data/下找到相应应用,找到datab...
分类:
移动开发 时间:
2014-10-16 21:02:53
阅读次数:
244