码迷,mamicode.com
首页 >  
搜索关键字:specification    ( 588个结果
MySQL数据库及表的管理
库管理1.创建数据库mysql>helpcreatedatabase; CREATE{DATABASE|SCHEMA}[IFNOTEXISTS]db_name [create_specification]... create_specification: [DEFAULT]CHARACTERSET[=]charset_name |[DEFAULT]COLLATE[=]collation_name2.删除数据库mysql>helpdropdatabase; DROP{D..
分类:数据库   时间:2016-12-15 14:59:36    阅读次数:279
something about topojson
An extension of GeoJSON that encodes topology! TopoJSON https://github.com/topojson/topojson The TopoJSON Format Specification https://github.com/topo ...
分类:Web程序   时间:2016-12-14 11:38:15    阅读次数:247
HW职责 (Hardware Engineer)
硬件设计就是根据产品经理的需求PRS(Product Requirement Specification),在COGS(Cost of Goods Sale)的要求下,利用目前业界成熟的芯片方案或者技术,在规定时间内完成符合PRS功能(Function),性能(Performance),电源设计(P ...
分类:其他好文   时间:2016-12-12 09:39:21    阅读次数:200
iptables命令基本用法(2)
iptables命令基本用法#maniptables NAME iptables—administrationtoolforIPv4packetfilteringandNAT SYNOPSIS iptables[-ttable]{-A|-C|-D}chainrule-specification iptables[-ttable]-Ichain[rulenum]rule-specification iptables[-ttable]-Rchainrulenumrule-specification ..
分类:其他好文   时间:2016-12-04 01:09:35    阅读次数:202
读高性能JavaScript编程学英语 第一章第三页第二段话
Script Positioning 脚本位置 The HTML 4 specification indicates that a <script> tag may be placed inside of a <head> or <body> tag in an HTML document and ...
分类:编程语言   时间:2016-11-29 17:15:17    阅读次数:164
UVa 442 矩阵链乘
Input Specification Input consists of two parts: a list of matrices and a list of expressions. The first line of the input file contains one integer n ...
分类:其他好文   时间:2016-11-27 23:47:26    阅读次数:215
NEEP书目清理
Specification: 01.按从上至下顺序,资料所属类别主要为101(思想政治理论),201(英语一),301(数学一),408(计算机学科专业基础综合)。部分资料为通用,例如通用英语一/英语二。具体类别该项内部注明,若无说明则默认不通用。 02.各项资料说明按从左至右顺序依次为书名,编者及 ...
分类:其他好文   时间:2016-11-27 22:53:04    阅读次数:122
Liferay7 BPM门户开发之36: 使用Portlet filters过滤器做切面AOP
使用Portlet filters过滤器做切面AOP Portlet Filters定义于JSR286 Java Portlet Specification 2.0 Portlet Filters是为了在4个生命周期的过程中,提供外部的AOP支持,这非常不显眼,但也很有用,比如可以用在Liferay ...
分类:其他好文   时间:2016-11-14 14:52:56    阅读次数:146
CSUFT 1003 All Your Base
1003: All Your Base Time Limit: 1 Sec Memory Limit: 128 MB Submit: 4 Solved: 2 Description Premise: Given a specification for a “base” (well, actually ...
分类:其他好文   时间:2016-11-12 22:18:16    阅读次数:229
OPC的理解Open Packaging Conventions
Open Packaging Conventions (OPC) OPC是一个文件容器技术。被微软创建,用来存储XML或者非XML文件结合起来的规范, 称为Open XML Paper Specification (OpenXPS)文档。 基于OPC文件格式的文档组合了文档元素无关的优势以及文件非常 ...
分类:其他好文   时间:2016-11-03 07:39:20    阅读次数:221
588条   上一页 1 ... 29 30 31 32 33 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!