码迷,mamicode.com
首页 >  
搜索关键字:standards    ( 320个结果
php中使用end方法报错
Strict Standards: Only variables should be passed by reference in 1.如果在使用end()时出现这个错误,那么原因可能是参数的问题,让我们找到手册中的end()函数API,如图所示;2.可以看到end的参数是一个引用(referenc...
分类:Web程序   时间:2015-10-11 17:51:05    阅读次数:138
php报错:Strict Standards: Only variables should be passed by reference in...
我的报错代码DB::unDB($_result = null , $_db);改成下面这种写法就不报错了。(和php版本有关系)$_result = null;DB::unDB($_result , $_db);
分类:Web程序   时间:2015-10-09 22:39:47    阅读次数:167
jQuery 编程的最佳实践
转自:http://lab.abhinayrathore.com/jquery-standards/加载jQuery1.坚持使用CDN来加载jQuery,这种别人服务器免费帮你托管文件的便宜干嘛不占呢。CDN Benefits2.安全起见,最好还是提供一个本地备份以便在无法从远程CDN服务器获取jQ...
分类:Web程序   时间:2015-09-30 13:04:20    阅读次数:356
代码规范之争——[个人Week2作业]
这四个问题均是出自http://goodmath.scientopia.org/2011/07/14/stuff-everyone-should-do-part-2-coding-standards/。我对这四个问题均持反驳的看法,下面是我的理由~Q1:这些规范都是官僚制度下产生的浪费大家的编程时间...
分类:其他好文   时间:2015-09-30 06:23:01    阅读次数:185
html5shiv
https://github.com/hgonlywj/html5shivIE 无法渲染 HTML5 样式http://intertwingly.net/blog/2008/01/22/Best-Standards-Support#c1201006277Chris Wilson: If you (t...
分类:Web程序   时间:2015-09-28 20:52:20    阅读次数:131
精通CSS高级Web解决方案(第2版)——读书笔记
CSS Mastery Advanced Web Standards Solutions Second EditionAuthor:Andy BuddI have been addicted to reading this book for a few days.It is just like ch...
分类:Web程序   时间:2015-09-19 10:46:05    阅读次数:201
关于ANSI 和 Unicode
关于ANSI和Unicode1.ANSI American National Standards Institute(美国国家标准学会),ANSI编码不是一种具体的编码方式,而是一种指定在某些环境下使用某些编码方式的标准。1.1ASCII码 English环境下,ANSI编码标准为ASCII;A.....
分类:其他好文   时间:2015-09-05 20:36:00    阅读次数:215
关于PKCS的文档资料
关于PKCS的文档资料,在这里查找:http://www.emc.com/emc-plus/rsa-labs/standards-initiatives/public-key-cryptography-standards.htm
分类:其他好文   时间:2015-08-31 19:03:08    阅读次数:143
Coding Standards & Best Practices
Loading jQueryAlways try to use a CDN to include jQuery on your page.CDN BenefitsClick herefor a list of popular jQuery CDNs.Implement a fallback to y...
分类:其他好文   时间:2015-08-31 13:32:53    阅读次数:286
jQuery编程的最佳实践
来源 : 微信公众号【前端大全】链接 : http://dwz.cn/1Bhn6m==========================英文:Abhinay Rathore译文:刘哇勇(@刘哇勇)网址:http://lab.abhinayrathore.com/jquery-standards/好像是...
分类:Web程序   时间:2015-08-31 11:35:10    阅读次数:197
320条   上一页 1 ... 19 20 21 22 23 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!