码迷,mamicode.com
首页 >  
搜索关键字:standard    ( 4798个结果
Default Method in Java 8
Default Methods The section?Interfaces?describes an example that involves manufacturers of computer-controlled cars who publish industry-standard interfaces that describe which methods can be in...
分类:编程语言   时间:2014-09-21 19:02:31    阅读次数:408
Oracle安装介质及补丁集下载地址
Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XPhttp://download.oracle.com/otn/nt/oracle9i/9201/92010NT_Disk1.z...
分类:数据库   时间:2014-09-19 17:07:15    阅读次数:440
三种代理服务器以及反向代理详解
1、标准代理服务器(Standard Proxy Cache) 一个标准的代理缓存通常是用来在本地网络的一台机器上存储静态的Web页面的(html ,image)。当这个页面被再次请求时,浏览器将从本地的代理缓存(Proxy Cache)直接得到它,而不是从源Web Server。浏览器明确的被配....
分类:其他好文   时间:2014-09-19 13:24:55    阅读次数:162
JSON
JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。它基于JavaScript(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, Perl, Python等)。...
分类:Web程序   时间:2014-09-18 14:56:04    阅读次数:340
STL之auto_ptr
What's auto_ptr? The auto_ptr type is provided by the C++ standard library as a kind of a smart pointer that helps to avoid resource leaks when excep....
分类:其他好文   时间:2014-09-16 23:25:21    阅读次数:214
STL之Pairs
什么是Pair 关于类Pair的介绍,下面是引自《C++ Standard Library》的一段话: The class pair is provided to treat two values as a single unit. It is used in several places wi.....
分类:其他好文   时间:2014-09-16 22:03:51    阅读次数:176
【Android基础】Activity的启动模式(android:launchMode)
在android里,有4种activity的启动模式,分别为: “standard” (默认) “singleTop” “singleTask” “singleInstance” 它们主要有如下不同: 1. 如何决定所属task “standard”和”singleTop”的activity的目...
分类:移动开发   时间:2014-09-16 10:58:30    阅读次数:204
数据库服务器改名导致Reporting Service不可用的案例
案例环境: 操作系统版本 : Windows Server 2012 R2 Standard 数据库版本 : SQL Server 2012 Standard Edition SP2 案例介绍: 其实已经是第二次碰到这种情况,还是决定将这个案例记录一下。第一次是做数据库迁移时碰到,没有时间整理记录,...
分类:数据库   时间:2014-09-15 15:54:29    阅读次数:316
混沌数学之Standard模型
相关软件混沌数学之离散点集图形DEMO相关代码:class StandardEquation : public DiscreteEquation{public: StandardEquation() { m_StartX = 0.25f; m_StartY =...
分类:其他好文   时间:2014-09-15 15:43:09    阅读次数:221
黑马程序员_JAVA基础知识总结2
-------android培训、java培训、期待与您交流! ----------IDE ---> Itegrity Development EnvironmentJava EE --- > Java Enterprise EditionJava SE ---> Java Standard Edi...
分类:编程语言   时间:2014-09-14 17:57:57    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!