Normally, a keystroke registered to a component is activated when the component has the focus. This type of activation condition is called WHEN_FOCUSE ...
This example changes the focus traversal keys for the entire application. For an example of how to change the focus traversal keys for a particular co ...
分类:
移动开发 时间:
2018-09-06 10:55:14
阅读次数:
215
The Japanese language is notorious for its sentence ending particles. Personal preference of such particles can be considered as a reflection of the s ...
分类:
其他好文 时间:
2018-09-05 17:32:40
阅读次数:
142
1、注解 @Api:用在类上,说明该类的作用。 @ApiOperation:注解来给API增加方法说明。 @ApiImplicitParams : 用在方法上包含一组参数说明。 @ApiImplicitParam:用来注解来给方法入参增加说明。 @ApiResponses:用于表示一组响应 @Api ...
分类:
其他好文 时间:
2018-09-02 18:47:02
阅读次数:
233
Reducer receives (key, values) pairs and aggregate values to a desired format, then write produced (key, value) pairs back into HDFS. Reducer Class Pr ...
分类:
其他好文 时间:
2018-09-01 18:06:22
阅读次数:
180
一、排序规则 有时候我们向数据库插入文本时,会出现乱码“?”,这时有可能是我们创建数据库没有设置好排序规则 以 Chinese_PRC_CI_AS 为例 前半部分Chinese_PRC指的是针对大陆简体字unicode的排序规则 后半部分的含义为: _BIN 二进制排序 _CI(CS): 是否区分大 ...
分类:
数据库 时间:
2018-09-01 00:02:12
阅读次数:
889
一、创建实例方法 参考:http://www.cnblogs.com/manglu/p/4115128.html 1、InstancePerDependency 对每一个依赖或每一次调用创建一个新的唯一的实例。这也是默认的创建实例的方式。 官方文档解释:Configure the component ...
分类:
其他好文 时间:
2018-08-30 23:34:16
阅读次数:
214
腾讯课堂正式发布: 《Neo4j 图数据库视频教程 》 快速入门和掌握Neo4j相关技术 ...
分类:
数据库 时间:
2018-08-29 21:27:31
阅读次数:
233
需求: 目前kafka的topic上有一批数据,这些数据被分配到9个不同的partition中(就是发布时key:{m1,m2,m3,m4...m9},value:{records items}),mx(m1,m2...m9)这些数据的唯一键值:int_id+start_time,其中int_id和 ...
分类:
其他好文 时间:
2018-08-29 01:18:08
阅读次数:
248
腾讯课堂正式发布: 《Neo4j 图数据库视频教程 》 快速入门和掌握Neo4j相关技术 ...
分类:
数据库 时间:
2018-08-28 18:00:36
阅读次数:
223