摘要: 雅信达英语互动网www.englishvod.net  资料太全了,全部老外录音,使用方便  现在还是free,人不多,要上快啊• 问:super的使用方法 作者[转帖]推荐一个学英语的好网站!! [Re:tvb] Having 普通会员 发贴: 0 于 2003-12-27 23:48 太完美啦!现在推广期间,免费,大家快去枪哦(有点做广告的嫌疑):) • Java... 阅读全文
posted @ 2005-10-15 22:16 java 阅读(1807) 评论(1) 推荐(0) 编辑
摘要: 一句平静而感人的英文电影对白1: Life is like a box of cholocate,you never know what you will go to get.   -------《阿甘正传》3: "Frankly my dear, I don''t care about that".--------<gone with the wind> 4: If he is a ... 阅读全文
posted @ 2005-10-15 19:11 java 阅读(4712) 评论(1) 推荐(0) 编辑
摘要: * Q1. How could Java classes direct program messages to the system console, but error messages, say to a file?A. The class System has a variable out that represents the standard output, and the variab... 阅读全文
posted @ 2005-10-15 12:48 java 阅读(1218) 评论(0) 推荐(0) 编辑
摘要: Which platform to use Java or .NET? Developers ask this question all the time. Java has been widely adopted because of its overwhelming benefits on the server side, but Java has less to offer on the c... 阅读全文
posted @ 2005-10-15 10:33 java 阅读(633) 评论(0) 推荐(0) 编辑
摘要: 一.介绍1.eclipse官方网站: http://www.eclipse.org2.赛迪网 http://tech.ccidnet.com/pub/series/s102.html3.Eclipse平台入门 http://www-900.ibm.com/developerWorks/cn/linux/opensource/os-ecov/index.shtml二.教程3Plus4 Soft... 阅读全文
posted @ 2005-10-15 10:18 java 阅读(808) 评论(0) 推荐(0) 编辑
摘要: Basic Terminology It makes sense to understand the different concepts and issues that underlie clustering technology before we discuss the different implementations. I hope this will not only give you... 阅读全文
posted @ 2005-10-13 03:03 java 阅读(793) 评论(0) 推荐(0) 编辑
摘要: 1)http://www.spiderpro.com/bu/buxmleb001.html主要有java,xml,javascript 2)http://www.jroller.com/page/Trainer/Weblog?catname=%2FEclipse各类java书籍 3)http://www.java201.com/books/eclipse.html若是pdf格式的还要收钱的话,不要... 阅读全文
posted @ 2005-10-13 01:23 java 阅读(961) 评论(0) 推荐(0) 编辑
摘要: 1:通常安装方式:下载插件,解压后有有一个eclipse包,该文件夹下通常有features和plugins两个包,第一个包下是配置文件相关,以xml为主,第二个是插件的文件,我们可以把这两个包的所有文件对应copy到日食里面的对应文件下,关掉日食,删除日食下的configuration包(通常这样,但是有时候会导致日食不能启动,我就遇到过这种情况),所以实际上只要删除掉该文件夹下的org.ecl... 阅读全文
posted @ 2005-10-12 22:52 java 阅读(2337) 评论(0) 推荐(0) 编辑
摘要: 需要在你的程序中使用swt的功能,首先你需要有两个文件:swt.jar和它对应的一个dll文件,这两个文件在F:\eclipse\plugins\org.eclipse.swt.win32_3.0.1(看你自己的eclipse版本)目录的os和ws目录下,你的classpath需要加入swt.jar,jvm的参数需要加上 -Djava.library.path=“swt-win32-3... 阅读全文
posted @ 2005-10-12 12:16 java 阅读(2559) 评论(7) 推荐(0) 编辑