ChinaUnix.net
相关文章推荐:

Class requires API level 11 current min is 7

我用cpre预编译器编译通过了,但是用xlC_r编译是老是报错1506-166 (S) Definition of function class requires parentheses. 查看了我写的代码,在那一行我只是定义了一个类:具体如下 class CConfigureFile { public: CConfigureFile(); CConfigureFile(char* pszFileName); // 打开配置信息文件 BOOL OpenCfgFile(char* pszFileName); // 获取配置文件中相关配置字段的值 BOOL GetConfigValue(char* pszSegName, char* ps...

by graysun2003 - Sybase - 2007-12-11 11:34:26 阅读(2582) 回复(3)

相关讨论

在sco unix中有ftp_login 等 ftp api. hp-ux 11.00 中有没有? 如果没有,如何ftp 文件。

by fishmanno1 - C/C++ - 2003-07-08 18:14:45 阅读(580) 回复(1)

java.sql.SQLException: Driver requires declaration of procedure to either contain a '\nbeg in' or '\n' to follow argument declaration, or SELECT privilege on mysql.proc to parse col umn types. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:910) at com.mysql.jdbc.DatabaseMetaData.getCallStmtParameterTypes(DatabaseMetaData.java:1364) at com.mysql.jdbc.Databa...

by gladness - MySQL文档中心 - 2007-01-31 16:52:07 阅读(527) 回复(0)

++++ include/linux/kernel.h 141: #define min(x,y) ({ 142: const typeof(x) _x = (x); 143: const typeof(y) _y = (y); 144: (void) (&_x == &_y); 145: _x < _y ? _x : _y; }) (void) (&_x == &_y); 这句是什么作用阿????

by @sky - C/C++ - 2008-03-26 11:58:27 阅读(1128) 回复(4)

請問 Sybase 有沒有像 DB2 的 current timestamp 這種特殊字串啊? 因為我用 current timestamp 結果就變成 "current timestamp"字串而不是當時的時間戳記(但是DB2是可以的) thx 有先用 timestamp 搜尋過版面了,但是找不到資料只好發帖來問... 在線等待 :)

by cyclops49 - Sybase - 2004-11-29 13:06:24 阅读(651) 回复(0)

help: 谁能告诉我as400怎么加静态路由啊

by radius - AS400 - 2004-01-07 09:56:46 阅读(561) 回复(1)

Dear XXX san; How are you doing! When I check the filesystem monitor, I found the /backup/GAL directory was somewhat getting larger reached critical level(91% ).But I couldn't find any other wrong files. Could you help me? By the way ,/backup/GAL directory is on the was01p:10.249.200.15. Thanks for your support! Best regards, XXXX 2005.5.8 Dear XXX san; How are you doing! When I check th...

by daichuang - AIX文档中心 - 2005-05-08 08:48:02 阅读(812) 回复(0)

DEBIAN下: 编绎MPLAYER时出现以下错误` Error: The GUI requires PNG support, please install libpng and libpng-dev packages. 请问应如何更新那些包?或是那里有MPLAYER包

by argum - 系统管理 - 2006-12-11 16:44:03 阅读(479) 回复(0)

•类的详细描述:类是一个域和方法的命名集合,域持有数据的值,方法操作这些这些值。 •一个类建立了一个域的集合:它定义了一个对象的属性。属性的类型是其它类、原子数据类型(如boolean或int)和接口。 •类设计者应该可以合理化类属性间的关联。 •类名应该既可以反映属性的意义,又能代表类的行为。 •一个类必须支持所有它所定义的行为,包括在超类中定义的和在类所支持的接口中定义的。(不支持超类...

by solar.xie - Java文档中心 - 2008-12-18 00:39:12 阅读(600) 回复(0)

oracle 8i 宕机问题?Dumping the buffer at level 8 instead of level 0 系统报错,日志显示 Dumping the buffer at level 8 instead of level 0 For full buffer dumps enable the following named event alter session set events 'immediate trace name full_dumps level 1' 内存4G ,SGA 1.5G ,共享内存2G 操作系统SOLARIS8 ,ORACLE 8.1.7.4 最近出现这个错误,重启,再过两天,又出现这个问题。请问怎样解决。 ALERT.L...

by testtest111 - Oracle - 2005-04-01 23:19:30 阅读(773) 回复(1)

level 1和level s 分别有什么作用的?有啥区别?

by maldinihjw - Solaris - 2004-05-26 00:19:47 阅读(550) 回复(3)