码迷,mamicode.com
首页 >  
搜索关键字:specification    ( 588个结果
WSAStartup function
【WSAStartup function】ParameterswVersionRequested[in]The highest version of Windows Sockets specification that the caller can use. The high-order byte ...
分类:其他好文   时间:2015-09-29 11:11:52    阅读次数:216
java7 API详解
Java? Platform, Standard Edition 7API SpecificationThis document is the API specification for the Java?Platform, Standard Edition.See: DescriptionPack...
分类:编程语言   时间:2015-09-23 06:33:29    阅读次数:221
iptables的用法【笔记】
语法:iptables[-ttable]{-A|-C|-D}chainrule-specification-t可用来指定表,默认为filter表,可用选项有:filter默认使用的表,书写规划时,可不用指定,针对链INPUT,FORWARD,OUTPUT链有效nat主要用于做SNAT(源地址转换),DNAT(目标地址转换),针对链PREROUTING,POSTROUTING..
分类:其他好文   时间:2015-09-19 06:21:35    阅读次数:199
树 List Leaves 【用数组模拟了树状结构建树+搜索叶子节点+按照特殊规律输出每个叶子节点】
Given a tree, you are supposed to list all the leaves in the order of top down, and left to right.Input Specification:Each input file contains one tes...
分类:编程语言   时间:2015-09-16 17:52:54    阅读次数:306
Bug
The software doesn't do something that the product specification says it should do.The software does something that the product specification says it ...
分类:其他好文   时间:2015-09-14 13:41:03    阅读次数:111
3GPP TS 36.401 V12.2.0 要点总结
3GPP TS 36.401 V12.2.0 要点总结3rd Generation Partnership Project;Technical Specification GroupRadio Access Network;Evolved Universal Terrestrial Radio Ac...
分类:其他好文   时间:2015-09-09 08:31:24    阅读次数:363
ionic tab导航在android 顶部解决方案
For iOS, tabs will appear at the bottom of the screen. For Android, tabs will be at the top of the screen, below the nav-bar. This follows each OS‘s design specification, but can be configured with...
分类:移动开发   时间:2015-09-04 11:12:26    阅读次数:188
多线程中对static和volatile的理解
问题来源于编码规范的一个例子一. 关于server模式下的主存和工作内存 规则40 多线程访问同一个可变变量,需增加同步机制说明:根据Java Language Specification中对Java内存模型的定义, JVM中存在一个主内存(Java Heap Memory),Java中所有变量都储...
分类:编程语言   时间:2015-08-27 21:06:32    阅读次数:208
MySQL基本语句——增、删、查、改
1.数据库的创建、修改、删除创建:CREATE{DATABASE|SCHEMA}[IFNOTEXISTS]db_name[create_specification];例如:CREATEDATABASEIFNOTEXISTStestCHARACTERSET‘gbk‘COLLATE‘gbk_chinese_ci‘;修改:ALTER{DATABASE|SCHEMA}[db_name]alter_specification;通常只能修改数据库字符集..
分类:数据库   时间:2015-08-21 00:27:30    阅读次数:267
Mysql用户授权管理
Mysql涉及用户权限的语句有GRANT,REVOKE通过Mysql自带的help文档可以查看相应的语法:GRANTGRANTpriv_type,......ON[obj_type]priv_levelTOuser_specification[WITHwith_option...]priv_type对应的有:ALL|ALTER|ALTERROUTINE|CREATE|CREATEROUTINE|CREATETEMPORARYTABLES|CREA..
分类:数据库   时间:2015-08-18 12:19:40    阅读次数:211
588条   上一页 1 ... 40 41 42 43 44 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!