最近装系统php5.5.16的版本出现问题: 在config.php上加上: error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);...
分类:
Web程序 时间:
2014-12-03 19:43:14
阅读次数:
164
http://blog.jobbole.com/29454/常用javascript设计模式 http://coderlmn.github.io/code-standards/#userconsent#前端代码规范 及 最佳实践http://www.w3cfuns.com/thread-559195...
分类:
其他好文 时间:
2014-12-03 11:58:49
阅读次数:
371
在安装Ecshop的时候,遇到两个问题: 1.Strict Standards: Non-static method cls_image::gd_version() should not be called statically inD:\X\www\ecshop\install\include.....
分类:
其他好文 时间:
2014-11-26 13:43:21
阅读次数:
161
编码问题的解决:ANSI格式编码:ANSI码(American National Standards Institute),中文:美国国家标准学会的标准码。定义:不同的国家和地区制定了不同的标准,由此产生了 GB2312, BIG5, JIS 等各自的编码标准。这些使用 2 个字节来代表一个字符的各...
分类:
系统相关 时间:
2014-11-23 20:08:03
阅读次数:
227
本加密系列的第一篇博文解释了基于控制器的加密(CBE),并概要介绍了FIPS验证流程。现在来探讨一下Federal Information Processing Standards 140 (FIPS 140-2,联邦信息处理标准)的验证级别及其需求。...
分类:
其他好文 时间:
2014-11-07 11:29:13
阅读次数:
165
系统语言(language)定制资源值(values)本文地址: http://blog.csdn.net/caroline_wendy语言代码参考:http://www.loc.gov/standards/iso639-2/php/code_list.php创建资源值文件夹(values), 添加语言标记, 常用英文和繁体中文:values-en: 英文values-zh-rTW: 繁体中文...
分类:
移动开发 时间:
2014-11-07 08:39:29
阅读次数:
179
HTML文档根据文档顶部的doctype声明来决定渲染模式,有标准模式(Standards Mode)与怪异模式(Quirks mode,或叫做混杂模式)两种模式。 IE5及以前默认总是表现为怪异模式,IE6~IE8遇到非正常声明或特定声明时也会进入怪异模式。 否则,如果有正确声明do...
分类:
Web程序 时间:
2014-11-07 00:43:45
阅读次数:
390
mac地址对应厂商列表可以再ieee官方网站下载
wget http://standards.ieee.org/develop/regauth/oui/oui.txt
Generated: Mon, 03 Nov 2014 06:00:03 -0500
OUI/MA-L Organization
company_id...
分类:
系统相关 时间:
2014-11-04 15:06:01
阅读次数:
3991
前端规范而又完整的编码规范并不多见,如果你想找一个完整的,推荐你看下下面的链接内容,千万不能错过。http://coderlmn.github.io/code-standards/另:jquery编码风格js篇如下:http://contribute.jquery.org/style-guide/js/jquery编码风格html篇如下:http://contribute.jq..
分类:
其他好文 时间:
2014-11-01 12:04:25
阅读次数:
169
错误原因:这是由于 php 5.3版本后。要求继承类必须在父类之后定义。否则就会出现Strict Standards: PHP Strict Standards: Declaration of .... should be compatible with that of .... 的错误提示。也就是...
分类:
Web程序 时间:
2014-10-30 15:03:31
阅读次数:
310