资源列表
bank
- 写一个父类 账户(Account)(属性:id,password,name,personId,email,余额balance;方法:存款deposit,取款withdraw为一空方法) 写一个子类 储蓄账户(SavingAccount,覆盖父类的取款方法) 写一个子类 信用账户 (CreditAccount,属性:行用额度ceiling,覆盖父类的取款方法) 写一个银行类Bank作测试,属性:账户数组,账户数量,方法:开户register,登录login,存款deposi
TestShape
- 写一个父类图形(Shape)(无属性,方法:计算周长,计算面积), 两个子类:矩形(Rect 属性:长,宽;方法:计算周长,计算面积), 圆形(Circle 属性:半径 方法:计算周长,计算面积) 并写一个测试类TestShape,含main方法,创建各个类的对象,用参数化构造方法为属性赋值,输出各个图形的周长和面积。-Write a parent class graphics (Shape) (no properties, methods: calculating p
the-answer-of-JAVA-book
- JAVA2实用教程,该书的课后习题的部分答案-JAVA2 practical guide, the book s part of the answer after-school exercises
GUI
- 一个小的实例应用希望大家能喜欢多多支持一下-A small instance of the application I hope you like what a lot of support
Java_sixiang4
- java编程思想第四版,方便大家掌握java的语法和思想-java programming fourth edition of thinking, facilitate control of java syntax and ideas
mytaoyuanly3
- 功能全面的留言板,留言板的所有功能都具备-Full-featured message board, message boards, all functions are available ... ...
rphp
- Roadsend PHP http://code.roadsend.com/rphp PHP代码转换为C++来运行 这个是用LLVM实现的代码转换-Roadsend PHP http://code.roadsend.com/rphp PHP code to C++ to run this is achieved with LLVM code conversion
jQuery1.4.4
- jquery文档,很好的了解并应用jquery,实现javascr ipt动态效果-jquery document,Very good understanding and application jquery,achieve javascr ipt Dynamic Effects
baibao
- ASP开发的仿网易126生活百宝箱,包含日常的生活功能插件,欢迎选择使用-Netease 126 ASP development imitation of life treasure chest, containing the daily life function plug-ins are welcome to choose to use
struts2-core-2.0.11.jar
- j2ee 开发工具 struts2-core-2.0.11.jar.zip 核心包-j2ee development tools struts2-core-2.0.11.jar.zip core package
SOHO8
- 网站源码,创业网站源码,画面美观,功能齐全asp格式,内涵简易测试服务器-Web site source code, business website source code, screen appearance, complete functions asp format, meaning simple test server
tool
- HDWiki系统工具箱简介: * 检测文件:本程序可以检测被修改、被删除以及来路不明的未知文件,被修改或被删除的文件通过ftp重新上传即可,未知文件视情况删除即可。 * 检测数据库:对所有数据表进行检查和修复工作。 * 重置管理员密码:如果您不小心忘记了管理员的密码,可以通过这个工具重新设置管理员的密码。 * 登录我的HDWiki:由于某种原因(比如某插件)导致不能正常登录HDWiki系统时,可以使用此功能登录。 * 更新缓存:清除已经存在的缓存数据,以便生成新的缓存数
