ChinaUnix.net
相关文章推荐:

near initialization for

在WINDEF.H头文件中有如下描述: #undef far #undef near #undef pascal #define far #define near #if (!defined(_MAC)) && ((_MSC_VER >= 800) || defined(_STDCALL_SUPPORTED)) #define pascal __stdcall #else #define pascal #endif #define far #define near #undef FAR #undef near #define FAR far /这一行是什么意思? #define near near typedef WORD near *...

by selinaverne - C/C++ - 2008-05-12 10:12:08 阅读(2185) 回复(2)

相关讨论

C++ introduced the concept of a constructor, a special method automatically called when an objects is created. Java also adopted the constructor, an in additon has a garbage collector that automatically releases memory resources when they're no longer being used. Guaranteed initialization with the constructor In Java, the class designer can guarantee initialization of ...

by Kingway886 - Java文档中心 - 2006-07-17 09:14:08 阅读(958) 回复(0)

when i use a client to run a programme, it has the error message: waiting for ipc:0 initialization failed. is there anyone who can tell me how to initialize the ipc services. or there is other possilbe reason which may result in the ipc intialization fail. it is known that the ipc service on the server is normal, cause i use another client to run the same programme successfully. //sorry, i can'...

by kugua - Solaris - 2005-09-27 16:06:41 阅读(1102) 回复(1)

请教怎么解决这个问题,谢谢了!!!

by 斜晖 - Oracle - 2004-04-20 04:07:15 阅读(1042) 回复(4)

db2 insert into DATACORE.ETL_LOGGER values (9999999,'20090411M_SV_ACCM_TIME_PROC','2009-04-11 10:0:55','2009-04-11 10:13:59','ok','M_SV_ACCM_TIME_PROC-success ','M_SV_ACCM_TIME_PROC_D','2009-04-11'); -bash: syntax error near unexpected token `(' 系统是cent linux ,数据库是db2 9 为什么会报这样的错误呢?~

by upperc - Shell - 2009-04-23 15:23:41 阅读(6708) 回复(5)

一个简单的c文件hello.c如下: #include int main(void) { printf("Hello, world!\n"); return 0; } 按照示例写的相应的makefile如下: hello:hello.o cc -o hello hello.o hello.o:hello.c stdio.h cc -c hello.c clean: rm hello hello.o make的时候,提示错误 make: No targets provided near line 2 这是什么问题?错在哪里呢?

by xxn2007 - C/C++ - 2007-09-06 16:20:21 阅读(1807) 回复(2)

刚才重写 printf 运行正常,但是编译给出一个警告 [code]LTIO.c:10: warning: initialization discards qualifiers from pointer target type[/code] 这一行代码如下 [code]void * c = str;[/code] 其中str为 [code]const void* str;[/code]

by net_robber - C/C++ - 2006-12-29 09:14:30 阅读(23601) 回复(6)

initialization parameters are used to make configuration options available to a servlet. This allows the developer to declaratively affect the runtime environment of the servlet. initialization parameters are configured within the servlet element using init-param elements, as shown in the following web.xml fragment: storefront org.apache.struts.action.ActionServlet config /WEB-INF/st...

by heavenflying - Java文档中心 - 2007-01-05 11:23:55 阅读(611) 回复(0)

oracle 8.1.7 环境为win2000 server 改机器安装有2个数据库,一个A,一个是B,现在数据库a正常,但是数据库B,连接的时候出现ORA-01033:ORACLE initialization or shutdown in progress, 尝试用sqlplus/nolog----sql>;connect internal/oracle@b as sysdba,但是提示ora-01017:invalid usernam/passwor 2、如果用connect system/manager◎B,提示ORA-01033:ORACLE initialization or shutdown in progress 3、请问如何解决!

by wuzhiqiu - Oracle - 2005-06-27 06:59:54 阅读(1497) 回复(1)

联接数据库时这样提示。昨天还好好的。怎么办啊。

by flywishes - Oracle - 2004-11-16 19:34:53 阅读(3626) 回复(3)