码迷,mamicode.com
首页 >  
搜索关键字:standards    ( 320个结果
IBM Bluemix初识
今天浏览it新闻的时候偶然发现了IBMBluemix,一个基于云平台的Paas平台。什么是IBMBluemix?它有什么特性,能给我们带来什么?下面是bluemix网站上对自己的介绍:WhatisBluemix?IBMBluemixisanopen-standards,cloud-basedplatformforbuilding,managing,andrunningappsofalltype..
分类:其他好文   时间:2014-09-01 15:55:13    阅读次数:332
关于数字证书(转载)
数字证书的格式与区别作为文件形式存在的证书一般有这几种格式: 1.带有私钥的证书 由Public Key Cryptography Standards #12,PKCS#12标准定义,包含了公钥和私钥的二进制格式的证书形式,以pfx作为证书文件后缀名。 2.二进制编码的证书 证书中没有私钥,...
分类:其他好文   时间:2014-08-29 12:56:59    阅读次数:239
《精通CSS》读书笔记(一)
最近新添16本书,目前开始看陈剑瓯翻译的《精通CSS——高级Web标准解决方案》(Andy Budd, CSS Mastery -- Advanced Web Standards Solutions)。以下是读书笔记。首先,挺遗憾的是,除了封面上译者名字外,就完全看不到跟译者有关的东西,没有译者简介...
分类:Web程序   时间:2014-08-27 10:40:47    阅读次数:231
Browser security standards via access control
A computing system is operable to contain a security module within an operating system. This security module may then act to monitoraccessrequests by ...
分类:数据库   时间:2014-08-25 19:00:04    阅读次数:442
IE 怪异模式(Quirks Mode)对 HTML 页面的影响
本文主要描述 Quirks Mode 和 Standards Mode 这两种文档模式渲染页面时的差异由来,并且给出一些详细的例子说明差异所在。通过阅读本文,Web 开发工程师可以对浏览器工作原理有更为深刻的理解,避免自己所开发的 Web 应用在不同的浏览器上产生不同的效果。Quirks Mode ...
分类:Web程序   时间:2014-08-25 11:40:34    阅读次数:355
Linux之select系统调用_1
SYNOPSIS /* According to POSIX.1-2001 */ #include /* According to earlier standards */ #include #include #include int select(int nfds, fd_set *readfds...
分类:系统相关   时间:2014-08-24 00:18:21    阅读次数:401
优先级与严重级
Q. What’s the difference between priority and severity?Answer:“Priority” is associated with scheduling, and “severity” is associated with standards.“P...
分类:其他好文   时间:2014-08-12 10:05:13    阅读次数:209
C语言学习second--C语言基础学习
1.标准C语言C语言诞生于20世纪70年代,年龄比我们自己还要大,期间产生了很多标准,但是各种编译器对标准的支持不尽相同。ANSI C是使用的最广泛的一个标准,也是第一个正式标准,被称为“标准C语言”。ANSI C于1980年由美国国家标准局(American National Standards ...
分类:编程语言   时间:2014-08-09 15:51:08    阅读次数:311
ecshop 常见问题记录
今天在研究ecshop的时候遇到几个问题,现记录在下: 问题一: 1.Strict Standards: Non-static method cls_image::gd_version() should not be called statically in D:\X\www\ecshop\install\includes\lib_installer.php on line 31 解决方法:...
分类:其他好文   时间:2014-08-06 19:26:12    阅读次数:306
ecshop 在php5.5上安装错误解决
1.找到ecshop\includes\cls_image.php文件搜索function gd_version改成static function gd_version2、Strict Standards: Only variables should be passed by reference i...
分类:Web程序   时间:2014-08-01 19:10:02    阅读次数:201
320条   上一页 1 ... 28 29 30 31 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!