码迷,mamicode.com
首页 >  
搜索关键字:specification    ( 588个结果
ffmpeg文档09-OpenCL选项
9 OpenCL选项 当FFmpeg编译时打开了--enable-opencl配置,则可以在全局使用OpenCL选项。 下面是支持的选项: build_options:设置编译选项,指定编译的注册核心 参考"OpenCL Specification Version: 1.2 chapter 5.6.
分类:其他好文   时间:2016-02-17 22:17:08    阅读次数:507
第15篇 PSR-04 规范
1. Overview This PSR describes a specification for autoloading classes from file paths. It is fully interoperable, and can be used in addition to any
分类:其他好文   时间:2016-02-01 17:42:33    阅读次数:170
SQL语句中SELECT语句的执行顺序
SELECT语句的执行的逻辑查询处理步骤: 执行顺序 语句 8 SELECT 9 DISTINCT 11 <TOP_specification> <select_list> 1 FROM <left_table> 3 <join_type> JOIN <right_table> 2 ON <join
分类:数据库   时间:2016-01-29 15:58:24    阅读次数:193
初识Rest、JSR、JCP、JAX-RS及Jersey
REST:即表述性状态传递(英文:Representational State Transfer,简称REST)是一种分布式应用的架构风格,也是一种大流量分布式应用的设计方法论。 JSR是Java Specification Reque...
分类:Web程序   时间:2016-01-25 09:56:57    阅读次数:230
USB 2.0 Hub IP Core
来自: http://arasan.com/products/usb/usb-2-0/usb-2-0-hub/The Arasan USB 2.0 Hub IP core is an USB 2.0 specification compliant hub corethat supports 480 ...
分类:其他好文   时间:2016-01-22 17:04:49    阅读次数:174
Linux学习笔记:MySQL修改表结构
mysql>helpaltertable Name:‘ALTERTABLE‘ Description: Syntax: ALTER[ONLINE|OFFLINE][IGNORE]TABLEtbl_name [alter_specification[,alter_specification]...] [partition_options] alter_specification: table_options |ADD[COLUMN]col_namecolumn_definition [FIRST|AFTE..
分类:数据库   时间:2016-01-19 17:39:31    阅读次数:234
BodyContent揭秘及定制复杂的JSP标签
BodyContent揭秘及定制复杂的JSP标签 jsp中的定制标签功能可以帮助我们来更好地实现presentation layer。我在学习的时候,感觉最困难的就是BodyContent这个类,Sun在API和specification中对BodyContent介 绍的非常少,以至于很多程序员.....
分类:Web程序   时间:2016-01-18 10:20:20    阅读次数:317
Linux学习笔记:创建用户与授权
一般就用GRANT来创建用户和授权语法格式GRANTpriv_type[(column_list)][,priv_type[(column_list)]]...ON[object_type]priv_levelTOuser_specification[,user_specification]...[REQUIRE{NONE|ssl_option[[AND]ssl_option]...}][WITH{GRANTOPTION|resource_option}...]grantall..
分类:系统相关   时间:2016-01-17 21:45:44    阅读次数:163
Linux学习笔记:创建用户与授权
一般就用GRANT来创建用户和授权语法格式GRANTpriv_type[(column_list)][,priv_type[(column_list)]]...ON[object_type]priv_levelTOuser_specification[,user_specification]...[REQUIRE{NONE|ssl_option[[AND]ssl_option]...}][WITH{GRANTOPTION|resource_option}...]grantall..
分类:系统相关   时间:2016-01-16 23:58:32    阅读次数:376
capwap学习笔记——初识capwap(一)(转)
初识CAPWAP2.1 CAPWAP简介CAPWAP——Control And Provisioning of Wireless Access Points Protocol Specification。其由两个部分组成:CAPWAP协议和无线BINDING协议。前者是一个通用的隧道协议,完成AP发...
分类:其他好文   时间:2016-01-11 13:46:15    阅读次数:165
588条   上一页 1 ... 38 39 40 41 42 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!