码迷,mamicode.com
首页 >  
搜索关键字:standards    ( 320个结果
AJAX背景技术介绍
AJAX全称为“Asynchronous JavaScript and XML”(异步JavaScript和XML),是指一种创建交互式网页应用的网页开发技术。 主要包含了以下几种技术: Ajax(Asynchronous JavaScript + XML)的定义 基于web标准(standards ...
分类:Web程序   时间:2016-05-09 09:45:27    阅读次数:146
PHP推荐标准(PSR)
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平台 C# ASP.NET
.NET 平台 根据微软的定义: .NET is a“ revolutionary new platform, built on open Internet protocols and standards, with tools and services that meld computing an ...
分类:Windows程序   时间:2016-04-19 14:16:40    阅读次数:239
pipe standard
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问题解决方法
win7中VS2010中安装CSS3.0问题解决方法 在安装Standards Update for VS2010 SP1后,VS2010中没有CSS3.0问题,以下是我的解决方法 1、首先去官网下载 CSS 3 Intellisense Schema 网址:http://visualstudiog ...
分类:Windows程序   时间:2016-04-15 07:05:33    阅读次数:178
ecshop安装过程中的问题:cls_image::gd_version();不支持JPEG;Deprecated: preg_replace();Strict Standards;
在安装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七层网络模型与TCP/IP协议
OSI(Open System Interconnection)是一个开放性的通行系统互连参考模型,他是一个定义的非常好的协议规范,共包含七层协议。OSI七层协议是由ISO (International Standards Organization)在1978年为网络通信制定的。但是,OSI七层模型... ...
分类:其他好文   时间:2016-04-10 17:51:16    阅读次数:127
PHP-007(转)
今天安装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
320条   上一页 1 ... 16 17 18 19 20 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!