Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anaer/proc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/anaer/proc
- Owner: anaer
- Created: 2014-07-05T10:00:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-06T03:21:56.000Z (over 10 years ago)
- Last Synced: 2024-10-12T07:41:25.582Z (4 months ago)
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.TXT
Awesome Lists containing this project
README
环境要求:
1.安装Cygwin, 并且将bin目录添加到环境变量PATH中
makefile 中的 @rm 需要使用
2.安装Oracle, 设置相应的环境变量
-IC:\oracle\product\10.2.0\db_1\precomp\public C:\oracle\product\10.2.0\db_1\precomp\lib\orasql10.lib
3.安装vc++6.0, 并根据VCVARS32.BAT,设置相应的环境变量
需要使用它的cl.exe编译器
4.代码中包含数据库连接代码,编译时需要按实际情况修改
代码中SQL也需要修改