07 2015 档案

摘要:#include <string> #include <iostream> #include <stdio.h> #include <sql.h> #include <sqlext.h> #include <sqltypes.h> #include <sqlucode.h> int main() { 阅读全文
posted @ 2015-07-14 10:51 Qt小罗 阅读(353) 评论(0) 推荐(0)
摘要:确保之前已装好ORACLE和ODBC,ODBC连接数据库时会出现几个问题 一、登陆oracle并启动 [root@bunsol:/export]$su - oracle Oracle Corporation SunOS 5.10 Generic Patch January 2005 [oracle@ 阅读全文
posted @ 2015-07-10 13:58 Qt小罗 阅读(828) 评论(0) 推荐(0)
摘要:1.make 版本为:GNU Make 3.822.gcc版本是:3.4.3(pkg install ...)2.直接./configue是不行的 解决:./configue -platform solaris-g++ -qt-libpng -confirm-license 阅读全文
posted @ 2015-07-09 11:09 Qt小罗 阅读(399) 评论(0) 推荐(0)