码迷,mamicode.com
首页 >  
搜索关键字:specification    ( 588个结果
基于Entity Framework的自定义分页,增删改的通用实现
一个基于Entity Framework的自定义分页,增删改的通用实现,同时包含Entity的生成,Specification模式,Unit of Work实现。 ...
分类:其他好文   时间:2017-07-24 09:51:38    阅读次数:189
Linux下MySQL的基础(一)
MYSQL的基础1.MySQL服务器中帮助的使用格式: mysql>helpcommand eg: mysql>helpcreatedatabase Name:‘CREATEDATABASE‘ Description: Syntax:CREATE{DATABASE|SCHEMA}[IFNOTEXISTS]db_name [create_specification]... create_specification: [DEFAULT]CHARACTERSET[=]c..
分类:数据库   时间:2017-07-19 17:57:18    阅读次数:203
mysql_1
--创建数据库 create {database | schema} [if not exists] db_name [ create_specification [, create_specification] ... ] create_specification: [default] chara... ...
分类:数据库   时间:2017-07-17 17:17:30    阅读次数:164
mysql_3
--修改表 alter [ignore] table tbl_name alter_specification [, alter_specification] ... alter_specification: add [column] column_definition [first | after... ...
分类:数据库   时间:2017-07-17 17:16:30    阅读次数:210
ebtables
EBTABLES NAME ebtables (v2.0.10-1) - Ethernet bridge frame table administration SYNOPSIS ebtables [-t table ] -[ACDI] chain rule specification [match ...
分类:其他好文   时间:2017-07-13 12:38:21    阅读次数:496
PowerPC汇编指令集
PowerPC 体系结构规范(PowerPC Architecture Specification)公布于 1993 年,它是一个 64位规范 ( 也包括 32 位子集 )。差点儿全部常规可用的 PowerPC(除了新型号 IBM RS/6000 和全部IBM pSeries 高端server)都是 ...
分类:其他好文   时间:2017-07-01 22:36:45    阅读次数:284
WAVE PCM soundfile format
WAVE PCM soundfile format The WAVE file format is a subset of Microsoft's RIFF specification for the storage of multimedia files. A RIFF file starts o ...
分类:其他好文   时间:2017-06-30 17:07:23    阅读次数:271
swagger例子
Data Types Primitive data types in the Swagger Specification are based on the types supported by the JSON-Schema Draft 4. Models are described using t ...
分类:其他好文   时间:2017-06-29 13:31:20    阅读次数:193
Android 5.x Theme 与 ToolBar 实战
1、概述 随着Material Design的逐渐的普及,业内也有很多具有分享精神的伙伴翻译了material design specification ,中文翻译地址:Material Design 中文版。So,我们也开始Android 5.x相关的blog,那么首先了解的当然是其主题的风格以及 ...
分类:移动开发   时间:2017-06-20 23:50:48    阅读次数:343
Spring data jpa 实现简单动态查询的通用Specification方法
本篇前提: SpringBoot中使用Spring Data Jpa 实现简单的动态查询的两种方法 这篇文章中的第二种方法 实现Specification 这块的方法 只适用于一个对象针对某一个固定字段查询,下面通过泛型改写了这个方法: 利用 java泛型,实现了基本的查询通用方法。 该类中第一个方 ...
分类:编程语言   时间:2017-06-13 12:47:37    阅读次数:447
588条   上一页 1 ... 25 26 27 28 29 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!