- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/JodaOrg/joda-beans
软件介绍
Joda-Beans 是添加属性到 Java,增强 JavaBeans 的框架。Joda-Beans 提供一个 API 定义 bean 和属性模型,还带有一个代码生成器。
示例代码:
Bean person = new Person(); MetaProperty<String> surnameMetaProperty = bean.metaBean().metaProperty(“surname”); String surname = surnameMetaProperty.get(person);
Linux Device Drivers
Jonathan Corbet、Alessandro Rubini、Greg Kroah-Hartman / O'Reilly Media / 2005-2-17 / USD 39.95
Device drivers literally drive everything you're interested in--disks, monitors, keyboards, modems--everything outside the computer chip and memory. And writing device drivers is one of the few areas ......一起来看看 《Linux Device Drivers》 这本书的介绍吧!
