ChinaUnix.net
相关文章推荐:

ErrorLi005 no definition for USARTSendData referenced from CUsersAdministratorDesktoptes

在公司上班也快一个礼拜了,这几天一直在看他们的文档和代码。在eclipse下导入工程时,发现了一下的错误:It is indirectly referenced from required .class。 经过调查发现:A工程使用了B工程,而B工程使用了其他的jar。这种情况下,就可能发生了上述的错误。 如果把B工程下使用的Jar,也加入到A工程中,上述问题即可解决。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/8862/showart_23461...

by akezor - Java文档中心 - 2007-01-19 13:48:42 阅读(1409) 回复(0)

相关讨论

程序如下:import java.io.*; class test1 { public class data1 { public int day=0; public void print() { System.out.println("this is example"); } } public static void main(String args[]) { data1 ab=new data1(); ab.day=10; ab.print(); } } 编译出错 [thf@server src]$ javac -classpath /home/thf test1.java test1.java:14: non-static variable this...

by tanghongfeng - Java - 2003-06-19 16:40:59 阅读(1400) 回复(1)

在RPG程序里面。用F引用文件,文件确实都已经建立了。也没有错误 我也用edtlibl添加我的library了。但怎么编译都会提示文件没有发现。 不知道什么原因。 我想请问一下跟级别是系统操作员或程序员这有关系吗?

by hliu - AS400 - 2004-09-28 08:05:49 阅读(1621) 回复(11)

Wrappers are specialised program routines thatautomatically extract data from Internet websites and convert the informationinto a structured format. More specifically, wrappers have three mainfunctions. Firstly, they must be able todownload HTML pages from a website. Secondly, search for, recognise and extractspecified data. Thirdly, save this data in a suitably structured format toenable further ...

by knowlesys - 服务器应用 - 2008-05-23 09:38:18 阅读(1502) 回复(0)

Two special operators influence the replacement process. First, if an occurrence of a parameter in the replacement token sequence is immediately preceded by #, string quotes (") are placed around the corresponding parameter, and then both the # and the parameter identifier are replaced by the quoted argument. A \ character is inserted before each " or \ character that appears surrounding, or in...

by shihyu - C/C++ - 2007-06-23 16:56:31 阅读(1300) 回复(2)

在内核下编译,编译可以通过,可是链接的时候却提示下面的错误: fsg/MtpHandler.o(.bss+0x132c): In function `sendObjectInfoMtpHandle': fsg/MtpHandler.c:1140: multiple definition of `WMPMeteDataInfo' fsg/MtpObject.o(.bss+0x132c):/home/leowang/usb_mtp1.0/fsg/MtpObject.c:1678: first defined here 这是什么原因啊? 请指教。

by whshuai - 内核/嵌入技术 - 2006-10-16 15:38:35 阅读(734) 回复(1)

QtmmSendMail' の定義が見つからない Message . . . . : definition not found for symbol 'QtmmSendMail'. Cause . . . . . : No definition was found for reference QtmmSendMail in *MODULE object CA#EMAIL in library QTEMP. The definition either does not exist or is not of the same data or procedure...

by jj8610 - AS400 - 2005-07-07 21:16:20 阅读(2298) 回复(1)

vc++6.0环境,代码如下 class word { private: list; multiword; } 编译通不过。好像vc不支持循环定义。不知道那位高人指点一二。在bc中是可以的。谢了先

by eggplant - C/C++ - 2005-06-02 09:01:26 阅读(1024) 回复(8)

想停止DNS服务时 no key definition for name rndckey 如何解决?

by bing65 - 服务器应用 - 2004-04-01 22:47:26 阅读(1235) 回复(1)

I dont understand the following paragraph, can anybody help me: At data link layer, both X.25 and Frame Relay define a logical DTE and DCE. In this case, the customer premises equipment (CPE), such as a router and CSU/DSU, is the logical DTE, and the service provider equipment (the Frame Relay switch and CSU/DSU) is the DCE. according these statements, it seems that the CSU/DSU can be DTE as w...

by nzq90 - 网络技术 - 2003-05-26 16:39:04 阅读(1124) 回复(0)