码迷,mamicode.com
首页 >  
搜索关键字:standards    ( 320个结果
select,poll,epoll之api笔记
参考:http://www.cnblogs.com/Anker/p/3265058.htmlselect /* According to POSIX.1-2001 */ #include /* According to earlier standards */ ...
分类:Windows程序   时间:2015-07-12 15:40:07    阅读次数:241
Centos6.6安装PHP_CodeSniffer
安装: pear install PHP_CodeSniffer 查看安装 [root@vb002 ~]# /usr/local/php/bin/phpcs -i The installed coding standards are PSR1, Squiz, PHPCS, MySource, PEAR, Zend and PSR2 检查代码 [root@vb002 ~]...
分类:Web程序   时间:2015-07-04 12:48:38    阅读次数:139
Ajax
1.什么是ajax,为什么要使用Ajax(请谈一下你对Ajax的认识)什么是ajax:AJAX是“Asynchronous JavaScript and XML”的缩写。他是指一种创建交互式网页应用的网页开发技术。Ajax包含下列技术:基于web标准(standards-based presenta...
分类:Web程序   时间:2015-06-23 21:31:38    阅读次数:155
Java 编码与字符
一、字符集介绍ANSI:American National Standards Institute。中文:美国国家标准学会不同国家的和地区为此制定了不同标准,由此产生了 GB2312、GBK、Big5、Shift_JIS 等各自的编码标准。这些使用 1 至 4 个字节来代表一个字符的各种汉字延伸编码...
分类:编程语言   时间:2015-06-22 19:10:35    阅读次数:157
ecshop因为php版本过高而引起的报错。
由于本人的php版本已经为5.5.151、Strict Standards: Non-static method cls_image::gd_version() should not be called statically未声明静态static将return cls_image::gd_versi...
分类:Web程序   时间:2015-06-20 18:23:50    阅读次数:126
ecshop安装常见问题及解决办法
一,Ecshop首页出现报错:Only variables should be passed by referen 最近想安装一个ECSHOP商城上去,老是报错,出现下面这就话: Strict Standards: Only variables should be passed by refer.....
分类:其他好文   时间:2015-06-18 19:40:47    阅读次数:134
OpenFlow Switch Specification 1.3.0 (一)
一、 介绍         这个文档描述了 OpenFlow 交换机的设计需求。我们建议你在阅读此文档之前,先阅读《OpenFlow 白皮书》。《OpenFlow 白皮书》可以通过 Open Networking Foundation website(https://www.opennetworking.org/standards/open-flow)获得。这个说明文档涵盖的内容有:...
分类:其他好文   时间:2015-06-16 13:10:31    阅读次数:339
X++ Coding Standards [MSDN AX 2012]
MS Dynamics AX中对编写X++提倡的最佳实践原则还是极有借鉴实用价值。因此温习而知新并借来记之。General coding principles for Microsoft Dynamics AX.Declare variables as locally as possible.Che...
分类:其他好文   时间:2015-06-06 23:20:26    阅读次数:173
【NS2】WiMAX_NS2说明文档(转载)
关于目前NS2中WiMAX模块的说明(1)美国NIST(National Institute of Standards and Technology)版,可以从NIST主页获得,2007.04 release,无OFDMA,无PHY(2)WiMAX forum+AATG+NIST+几个大学版,未对外...
分类:其他好文   时间:2015-06-01 22:07:12    阅读次数:108
当一个变量只能通过引用传递的时候。
如: $tmplCacheFile = $this->tmplVarReplace(file_get_contents($tmplCacheFile));Strict Standards: Only variables should be passed by reference in /dat...
分类:其他好文   时间:2015-05-19 10:18:13    阅读次数:95
320条   上一页 1 ... 21 22 23 24 25 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!