AJAX全称为“Asynchronous JavaScript and XML”(异步JavaScript和XML),是指一种创建交互式网页应用的网页开发技术。 主要包含了以下几种技术: Ajax(Asynchronous JavaScript + XML)的定义 基于web标准(standards ...
分类:
Web程序 时间:
2016-05-09 09:45:27
阅读次数:
146
PSR是PHP Standards Recommendation的简称。PSR-1: 基本的代码风格
PHP标签
必须把PHP代码放在 或 标签中。不得使用其他PHP标签语法。
编码
所有PHP文件都必须使用UTF-8字符集编码,而且不能有字节顺序标记
目的
一个PHP文件可以定义符号(类、性状、函数和常量等),或者执行有副作用的操作...
分类:
Web程序 时间:
2016-05-07 09:02:46
阅读次数:
198
原文链接:http://www.dofactory.com/reference/csharp-coding-standards 补充 原文链接:http://www.cnblogs.com/JimmyZhang/archive/2013/06/05/3118936.html ...
分类:
其他好文 时间:
2016-04-27 06:55:33
阅读次数:
183
一,如何解决IE7和IE8的BUG 微软在IE8提供三种解析页面的模式 IE8 Standard Modes :默认的最标准的模式,严格按照W3C相关规定 IE7 Standards Modes :IE7现在用的解析网页的模式,开起机关是在<head>中加入 <meta http-equiv="X- ...
分类:
其他好文 时间:
2016-04-24 14:16:52
阅读次数:
171
.NET 平台 根据微软的定义: .NET is a“ revolutionary new platform, built on open Internet protocols and standards, with tools and services that meld computing an ...
Our pipe standards is complete, such as GB/T8163-2008, GB/T8162-2008, GB3087-2008, GB5310-2009, GB6479-2013, GB/T17396-2009,GB/T9711-2001/ API Spec 5L ...
分类:
其他好文 时间:
2016-04-19 12:10:25
阅读次数:
156
win7中VS2010中安装CSS3.0问题解决方法 在安装Standards Update for VS2010 SP1后,VS2010中没有CSS3.0问题,以下是我的解决方法 1、首先去官网下载 CSS 3 Intellisense Schema 网址:http://visualstudiog ...
在安装Ecshop的时候,遇到好多好多问题: 1.Strict Standards: Non-static method cls_image::gd_version() should not be called statically in D:\X\www\ecshop\install\includ ...
分类:
其他好文 时间:
2016-04-11 11:41:47
阅读次数:
189
OSI(Open System Interconnection)是一个开放性的通行系统互连参考模型,他是一个定义的非常好的协议规范,共包含七层协议。OSI七层协议是由ISO (International Standards Organization)在1978年为网络通信制定的。但是,OSI七层模型... ...
分类:
其他好文 时间:
2016-04-10 17:51:16
阅读次数:
127
今天安装ecshop的时候最上面出现了一个错误提示:Strict Standards: Only variables should be passed by reference in F:\www.xxxx.com\cls_template.php on line 418 解决办法: 打开cls_t ...
分类:
Web程序 时间:
2016-04-09 21:54:19
阅读次数:
218