码迷,mamicode.com
首页 >  
搜索关键字:4th edition    ( 1650个结果
How to Resize a Datafile (文档 ID 1029252.6)
APPLIES TO:Oracle Database - Enterprise Edition - Version 9.2.0.1 and laterInformation in this document applies to any platform.Checked for relevance ...
分类:其他好文   时间:2015-02-12 17:51:29    阅读次数:173
oracle express edition 11g无法打开127.0.0.1:8080
今天装了oracle express edition 11g进行oracle学习,可是安装完成后,无法打开数据库主页即:127.0.0.1:8080,baidu,google上网查了好多久,各种方法用了,比如修改端口号等,还是没有解决。 这是在我工作的电脑上发现的问题,我想是否是固定IP的问题,按这个思路还是解决不了问题。回家后我在自己电脑上装了同样的安装包,一切正常。第二天到公司,还是各种尝试...
分类:数据库   时间:2015-02-12 16:16:49    阅读次数:260
UNIX环境高级编程第二版勘误errata
http://www.apuebook.com/errata2e.html Welcome to the web site dedicated to the support of the second edition of Advanced Programming in the UNIX® Envi...
分类:其他好文   时间:2015-02-07 18:50:47    阅读次数:228
Grid Infrastructure Single Client Access Name (SCAN) Explained (文档 ID 887522.1)
APPLIES TO:Oracle Database - Enterprise Edition - Version 11.2.0.1 and laterExalogic Elastic Cloud X4-2 Half RackInformation in this document applies ...
分类:数据库   时间:2015-02-06 18:40:47    阅读次数:155
How to Modify Public Network Information including VIP in Oracle Clusterware (文档 ID 276434.1)
APPLIES TO:Oracle Database - Enterprise Edition - Version 11.2.0.3 to 12.1.0.2 [Release 11.2 to 12.1]Information in this document applies to any platf...
分类:数据库   时间:2015-02-05 18:19:01    阅读次数:310
SQL Server Mobile/Compact Edition 简单介绍
除了SQL Server Express,SQL Server还有个更轻量级的版本:SQL Server Compact Edition,容易让人想起Windows Compact Edition (Windows CE)。这个版本的SQL Server只有1个.sdf数据文件 (是不是想到了Acc...
分类:数据库   时间:2015-02-04 23:17:18    阅读次数:252
The C Programming Language (second edition) 实践代码(置于此以作备份)
1、#include #include #include #include#define myPrint(expr) printf(#expr " =%d\n",expr);//2-3int htoi(char *s){ int n=0; while(*s!='\0') { ...
分类:其他好文   时间:2015-02-04 21:35:16    阅读次数:292
(转)透明光照模型与环境贴图之基础理论篇(折射率、色散、fresnel定律) .
摘抄“GPU Programming And Cg Language Primer 1rd Edition” 中文名“GPU编程与CG语言之阳春白雪下里巴人” 材质和光的交互除了反射现象,对于透明物体还存在透射现象。模拟光的透射现象通常是一个比较头痛的问题,因为需要至少计算光的两次透射方向,首先计算...
分类:其他好文   时间:2015-02-04 09:17:22    阅读次数:266
CentOs5.8下安装Oracle12C
12C安装向导:http://docs.oracle.com/database/121/LTDQI/toc.htm12C下载地址:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html1.安...
分类:数据库   时间:2015-02-02 21:23:40    阅读次数:170
JSON
JSON编辑JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。它基于JavaScript(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语...
分类:Web程序   时间:2015-02-02 09:33:49    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!