2007年06月
Last time , i provided a full example of OCI , which contains the actual code of connection
and SQL . Certainly it could not cover all of the knowledge , but i think it is a good beginning
for the fresher . 在上一次,我提供了一个完整的OCI示例,内容包括数据库连接和SQL操作的实际代码。
当然一个小例子不可能包括所有内容,不过我认为对初学者是一个不错的开始。阅读全文>
发表于 @ 2007年06月25日 20:33:00|评论(loading...)|编辑
If you skimmed through some articles wrote in series before, you would find that i am not
very interested in Pro*C , for i didn't use much ink . Frankly speaking , i prefer to use OCI or
OCCI instead , and the mainly purpose of this series is to give some actual help to the developer turning to OCI or OCCI .
如果浏览过以前的系列文章,你会发现我对ProC的兴趣并不是非常大。坦率地讲,我
更喜欢OCI和OCCI,这个系列文章的主要目的就是为了给准备使用OCI或者OCCI的开发人
员提供一些实际的帮助。阅读全文>
发表于 @ 2007年06月24日 20:09:00|评论(loading...)|编辑
It is a pity that there is a few aritcle written in Chinese which talking about
the material method of Makefile for Pro*C/C++ .Maybe it's not diffcult to the most
Linux developers , but I find lots of questions about the method of compile
which follows no answer .
I don't know why .
1.Preface
Assumed that you just finished the installation of Oracle Pro*C In Linux OS ,
you hurry to enter the directory which contains lots of Pro*C examples and type
this command " make 阅读全文>
发表于 @ 2007年06月08日 20:32:00|评论(loading...)|编辑
Now we have already known about the Pro*C/C++ Development Environment in Windows
or Linux, but it is not enough.
Anyway, esaier said than done, let's start our trip.
我们上面已经了解Windows和Linux下的ProC开发环境,这里我们更进一步去
简要介绍下ProC的预编译参数。阅读全文>
发表于 @ 2007年06月07日 22:53:00|评论(loading...)|编辑
上文简单介绍了Windows下ProC配置开发,这次我们使用Linux平台再次配置Oracle ProC开
发环境(RedHat Linux 9 + Oracle 92)。
《ORACLE数据库开发(一).Windows下配置使用ProC》和《ORACLE数据库开发(二).Linux下配置使用ProC》
这两篇文章的目的只是做一些基础介绍,至于Oracle ProC编译参数以及Linux下的ProC Makefile
相关内容,将再后续文章逐步引入。
一言以弊之,先易后难。阅读全文>
发表于 @ 2007年06月07日 21:50:00|评论(loading...)|编辑
ProC是Oracle数据库提供的开发接口,支持多种语言。ProC虽然调试维护起来十分不便,
但是依靠其结构化清晰的嵌入式SQL,也成为了C/C++语言访问控制数据库的常用方式。
本文首先介绍Windows平台下,使用Visual C++ 6.0 和 Visual C++ .Net配置ProC的
开发环境。 阅读全文>
发表于 @ 2007年06月06日 21:49:00|评论(loading...)|编辑
一、内容概要
本文主要介绍Oracle在Linux下安装创建启动数据库过程中常见问题的解决方法。这部分
内容在配置管理服务器系列文章中也已有比较详细的提及,这里做一次专题总结。
二、Oracle数据库在Linux环境下的安装
《虚拟机RedHatLinux9安装Oralce92全过程》
http://blog.csdn.net/liwei_cmg/archive/2006/05/28/759286.aspx
《从服务器构建说起(四).Linux下安装配置Oracle》
http://blog.csdn.net/liwei_cmg/archive/2007/04/18/1568923.aspx
阅读全文>
发表于 @ 2007年06月05日 22:52:00|评论(loading...)|编辑
一、序
前面一些系列文章着重介绍了递归语法树在编译理论方面的应用。本文则会介绍另一种
实现方式----堆栈。
堆栈在底层系统有十分广泛的应用,同样也十分擅长处理语法结构,这里通过实际示例
探讨如何构造堆栈完成语法分析。
重要补充:下面是本系列文章全示例代码统一的调试测试环境,另对于lex,yacc文件需
要存储为Unix格式,这一点和Linux,Unix下shell很类似,DOS格式的Shell是不能够被执行
的,同样bison,lex编译DOS格式文件会出错误提示:
Red Hat Linux release 9 (Shrike)
Linux 2.4.20-8
gcc version 3.2.2 20030222
bison (GNU Bison) 1.35
lex version 2.5.4
flex version 2.5.4
阅读全文>
发表于 @ 2007年06月05日 11:08:00|评论(loading...)|编辑