摘要:
今天找了几篇介绍ant的文章,地址贴出来做以后研究使用.http://www.chinaunix.net/forum/viewtopic.php?t=93470http://www.huihoo.com/java/hello-ant/index.htmlhttp://www.chinaunix.net/forum/viewtopic.php?t=15438 build.xml标准格式:<......
摘要:
闲来无事,就喜欢写写小的程序,前段时间写了个数码管的小程序,发现还是很有用处的:/*-**************************************************************\ * author : oujinliang * copyright : sei.buaa (2003) .copyright reserved. * date : 2004-12-24......
struts console的使用
jamesholmes.com 是它的网站the struts console software integrates with eclipse/wsad as a plugin for seamless development of struts applications in one development tool. once the struts console plugin for eclipse/wsad has been installed, you can manage struts config files by simply right clicking on them and selecting "open with" and then selecting "struts console".
a. installing struts console plugin 【程序编程相关:
2005年最值得关注的活动-GUI首次年】using struts console with eclipse and ibm websphere application developer 【推荐阅读:
Schema Datatypes 小结】eclipse 3.0m7 and higher
shutdown eclipse if it is currently running.
navigate to the directory where you have eclipse installed and then navigate into the "plugins" directory.
in another window navigate to the directory where you installed the struts console software.
copy the "com.jamesholmes.console.struts" directory from the struts console installation directory into the eclipse "plugins" directory.
navigate into the "com.jamesholmes.console.struts" directory underneath eclipse "plugins" directory.
rename ...
下一页 摘要:
多态性是继数据抽象和继承之后,面向对象编程的第三个基本特征.
"可扩展"是指程序不仅在项目最初的开发阶段能"成长",面且还可以在需要添加新特性的时候"成长"."封装"是指通过数据的特征与行为结合在一起,创建一种新的数据类型."隐藏实现"通过将细节设成private,完成接口与实现的分离.
将方法的调用连到方法本身被称为"绑定(binding)".当绑定发生在程序运行之前时(如果有的话由编译器......