Spring Data JPA支持JPA2.0的Criteria查询,相应的接口是JpaSpecificationExecutor。 Criteria 查询:是一种类型安全和更面向对象的查询 这个接口基本是围绕着Specification接口来定义的, Specification接口中只定义了如下一... ...
分类:
其他好文 时间:
2017-03-06 17:46:01
阅读次数:
594
ALTER [IGNORE] table tb_name alter_spec,alter_spec......... alter_specification: ADD [COLUMN] create_definition [FIRST|AFTER column_name] --添加新字段 ADD ...
分类:
数据库 时间:
2017-02-26 17:12:34
阅读次数:
203
<!-- https://mvnrepository.com/artifact/xerces/xercesImpl --><dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.11. ...
分类:
编程语言 时间:
2017-02-24 14:24:23
阅读次数:
662
Java语言规范 <The Java Language Specification> 1、Java语言支持的四种类型:接口、类、数组和基本类型。 前三种类型通常被称为引用类型,类实例和数组是对象。基本类型的值则不是对象。 2、类的成员有它的域、方法、成员类和成员接口。 3、方法的签名由它的名称和所有 ...
分类:
编程语言 时间:
2017-02-18 17:15:34
阅读次数:
180
OpenAPI Specification (fka Swagger RESTful API Documentation Specification) Version 2.0 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL ...
分类:
其他好文 时间:
2017-01-18 12:28:05
阅读次数:
433
specification 规格;说明书 guide 指南 Desing 设计 Parts 部件 Crystal 晶体;晶振 preliminary 初步 SPK 扬声器 REC 录音 RF 无线电频率 MIC 麦克风 outline 概要 ESD 静电 LCM 液晶显示器 semaphore 信号 ...
分类:
其他好文 时间:
2016-12-30 10:35:49
阅读次数:
159
第一步: 第二步: 第三步:下面这个图在这个页面的下方,所以你只要一直往下看,直到看到下图的文字为止: 第四步: 第五步: 这样你就可以成功下载该java 语言规范的pdf了。 它直接下载的网址为: http://docs.oracle.com/javase/specs/index.html ...
分类:
数据库 时间:
2016-12-27 07:50:12
阅读次数:
286
Rest接口对应Swagger Specification路径获取办法: 根据location的值获取api json描述文件 也许有同学会问,为什么搞的这么麻烦,api json描述文件不就是http://domain:port/v2/api-docs获取的么。 因为如果使用group,api j ...
分类:
编程语言 时间:
2016-12-26 21:59:04
阅读次数:
2018
Mapbox Vector Tile Specification A specification for encoding tiled vector data. License The text of this specification is licensed under a Creative C... ...
分类:
其他好文 时间:
2016-12-18 23:58:56
阅读次数:
573
TileJSON TileJSON is an open standard for representing map metadata. License The text of this specification is licensed under a Creative Commons Attri... ...
分类:
Web程序 时间:
2016-12-18 23:01:42
阅读次数:
292