码迷,mamicode.com
首页 >  
搜索关键字:standard    ( 4798个结果
The POSIX API/nss/nscd
https://code.google.com/p/nsscache/wiki/BackgroundOnNameServiceSwitchThe POSIX APIPOSIX is a standard that defines an operating system interface and i...
分类:Windows程序   时间:2015-03-04 16:38:53    阅读次数:252
Android activity四大启动模式详解
Activity中四大启动模式 在AndroidManifest.xml中 ,有一个默认的activity  在它里面可以设置activity启动模式,  android:launchMode="“  ,该属性用于配置Activity的加载模式,该属性支持4中属性  每不同的模式出现不同的效果,下面详解启动模式。 standard:标准模式,默认加载模式 singleTop:Task顶单...
分类:移动开发   时间:2015-03-03 16:43:50    阅读次数:194
iOS开发-JSON解析
JSON(JavaScript Object Notation)在网络传输中几乎无处不在,JSON是一种轻量级的数据交换格式,是基于JavaScript(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,数...
分类:移动开发   时间:2015-03-03 08:36:49    阅读次数:197
Spring MVC Hello World Example(转)
Spring 3 You may interest at thisSpring 3 MVC hello world example.In Spring MVC web application, it consist of 3 standard MVC (Model, Views, Controlle...
分类:编程语言   时间:2015-03-02 23:47:00    阅读次数:323
《C++ 标准库》读书笔记 - 第二章 Introduction to C++ and the Standard Library
1. History of the C++ Standards1.1 History of the C++ StandardsC++98 -> C++03 -> TR1 -> C++11 -> C++14(书中没有,貌似是最新标准)1.2 Common Questions about the C++...
分类:编程语言   时间:2015-03-02 18:24:26    阅读次数:208
PHP的ArrayAccess接口介绍
在 PHP5 中多了一系列新接口。在 HaoHappy 翻译的你可以了解到他们的应用。同时这些接口和一些实现的 Class 被归为 Standard PHP Library(SPL)。在 PHP5 中加入了很多特性,使类的重载 (Overloading) 得到进一步的加强。ArrayAccess 的...
分类:数据库   时间:2015-03-01 16:59:14    阅读次数:172
1080. Graduate Admission (30)
时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueIt is said that in 2013, there were about 100 graduate schools ready to proceed over 40,000 ...
分类:其他好文   时间:2015-03-01 16:53:19    阅读次数:176
mfs
http://www.moosefs.org/http://moosefs.com/download.htmlCE版Community EditionNow you can install MooseFS in standard way using your favorite package man...
分类:其他好文   时间:2015-02-28 12:54:48    阅读次数:189
C++ STL标准模板库
标准模板库 STL(StandardTemplate Library),即标准模板库,是一个具有工业强度的、高效的C++程序库。它被容纳于C++标准程序库(C++ Standard Library)中,是ANSI/ISO C++标准中最新的也是极具革命性的一部分。该库包含了诸多在计算机科学领域里所常用的基本数据结构和基本算法,为广大C++程序员们提供了一个可扩展的应用框架,高度体现了软件的可复...
分类:编程语言   时间:2015-02-27 17:03:48    阅读次数:159
SSL工作原理
关键词:SSL,PKI,MAC摘 要:SSL利用数据加密、身份验证和消息完整性验证机制,为基于TCP等可靠连接的应用层协议提供安全性保证。本文介绍了SSL的产生背景、安全机制、工作过程及典型组网应用。缩略语:缩略语英文全名中文解释AESAdvanced Encryption Standard高级加密...
分类:其他好文   时间:2015-02-27 14:47:46    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!