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进行oracle学习,可是安装完成后,无法打开数据库主页即:127.0.0.1:8080,baidu,google上网查了好多久,各种方法用了,比如修改端口号等,还是没有解决。
这是在我工作的电脑上发现的问题,我想是否是固定IP的问题,按这个思路还是解决不了问题。回家后我在自己电脑上装了同样的安装包,一切正常。第二天到公司,还是各种尝试...
分类:
数据库 时间:
2015-02-12 16:16:49
阅读次数:
260
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
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
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 Express,SQL Server还有个更轻量级的版本:SQL Server Compact Edition,容易让人想起Windows Compact Edition (Windows CE)。这个版本的SQL Server只有1个.sdf数据文件 (是不是想到了Acc...
分类:
数据库 时间:
2015-02-04 23:17:18
阅读次数:
252
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
摘抄“GPU Programming And Cg Language Primer 1rd Edition” 中文名“GPU编程与CG语言之阳春白雪下里巴人” 材质和光的交互除了反射现象,对于透明物体还存在透射现象。模拟光的透射现象通常是一个比较头痛的问题,因为需要至少计算光的两次透射方向,首先计算...
分类:
其他好文 时间:
2015-02-04 09:17:22
阅读次数:
266
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(JavaScript Object Notation) 是一种轻量级的数据交换格式。它基于JavaScript(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语...
分类:
Web程序 时间:
2015-02-02 09:33:49
阅读次数:
205