Integration tests let us keep our tests fast and reliable. They also allow us to test scenarios that are hard to recreate in a full end-to-end setup. ...
分类:
其他好文 时间:
2018-07-06 01:50:24
阅读次数:
183
有关react的ui组建antd.design新推出的pro版本,最近用到了路由方面。 common与routes; 首先需要在menu.js里面配置: { name: '精品', icon: 'dashboard', path: 'finequality', children: [ { name: ...
分类:
其他好文 时间:
2018-07-04 17:33:38
阅读次数:
499
Even if you have your application fully cached, you couldn’t perform any external request without internet connection. That’s why in order to build an ...
1 2 3 4 5 6 7 8 Document 9 10 11 16 17 18 19 20 21 22 23 24 25 ... ...
分类:
Web程序 时间:
2018-06-30 14:55:15
阅读次数:
235
J.U.C提供了实现线程池的简单工具类Executors。本文介绍线程池的基本使用。 ...
分类:
编程语言 时间:
2018-06-30 00:21:51
阅读次数:
208
Android初学第73天 16_CameraIntent 代码 Criminalintent CrimeLab.java ...
分类:
移动开发 时间:
2018-06-22 19:33:34
阅读次数:
191
Android初学第28天 11_ViewPaper 代码 Crime.java ...
分类:
移动开发 时间:
2018-06-21 11:49:03
阅读次数:
129
一 什么是Lambda表达式 Lambda表达式:可以让你的代码更加的简洁。ambda无法单独出现,需要一个函数式接口来盛放,可以说lambda表达式方法体是函数式接口的实现,lambda实例化函数式接口,可以将函数作为方法参数,或者将代码作为数据对待。 二 Lambda表达式特性 首先我们得知道函 ...
分类:
编程语言 时间:
2018-06-21 11:43:00
阅读次数:
163
desc table_nameshow create tableshow index from table_namecardinality列不重复值的个数 预估的值 通过采样的形式select count(1)from table_name;5.5 show create table 会触发采样 5 ...
分类:
其他好文 时间:
2018-06-20 11:11:45
阅读次数:
127
简化dba的管理操作1:启用 omf 23:16:04 SYS@orcl> show parameter DB_CREATE_FILE_DESTNAME TYPE VALUE------------------------------------ ----------- --------------... ...
分类:
数据库 时间:
2018-06-07 17:51:41
阅读次数:
153