资源列表
map1
- A Map implemented with ArrayLists
AddressBookBean
- 数据库连接类及数据检索 最基本的数据库操作实例-Database Connection and of the most basic data retrieval database operation example
swt1
- Eclipse+SWTJFace开发实战精解 第一部分 基础概述篇-Eclipse SWT JFace
deal_bbs
- 这个文件很不错,很好 -这个文件很不错,很好这个文件很不错,很好这个文件很不错,很好
LDT_FZ
- 雷达图的获取发布排序,雷达图的获取发布排序-Order to obtain release of the radar chart, radar chart sort of get released
ShowServerTime
- php语言+ajax实现在网页上显示服务器时间-PHP language shows server time on a web page
helloworld-samples
- android 源码 helloworld-samples.ziphelloworld-samples.zip-android src android src android src
VideoObject
- Represents a particular video and provides access to the underlying data and two thumbnail bitmaps as well as other information such as the id, and the path to the actual video data.
DexTranslationAdvice
- Implementation of {@link TranslationAdvice} which represents what the dex format will be able to represent.
importNode08
- importNode08 extends DOMTestCase.
IBackground_9s
- 传递九宫格BitmapData,生成九宫格背景框。 任意设置宽度高度,效率高-Transfer squared BitmapData, generate squared background box. Arbitrarily set the width height, high efficiency
Account
- 设计一个名为Account的类,它包括:一个名为id的int类型私有数据域(默认值为0)一个名为balance的double类型私有账户数据域默认值为0)一个名为annualInterestRate的double类型私有数据域存储当前年利率(默认值为0)。假设所有账户都有相同的利率。 一个名为dateCreated的Date类型私有数据域存储账户的开户日期。 一个能创建默认账户的无参数构造方法。 一个能创建带特定id和初始余额的账户的构造方法。id、balance和