JavaBeans 增强框架 Joda-Beans

码农软件 · 软件分类 · 常用工具包 · 2019-08-15 13:57:32

软件介绍

Joda-Beans 是添加属性到 Java,增强 JavaBeans 的框架。Joda-Beans 提供一个 API 定义 bean 和属性模型,还带有一个代码生成器。

示例代码:

Bean person = new Person();
MetaProperty<String> surnameMetaProperty = bean.metaBean().metaProperty(“surname”);
String surname = surnameMetaProperty.get(person);

本文地址:https://codercto.com/soft/d/12420.html

Linux Device Drivers

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》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

html转js在线工具
html转js在线工具

html转js在线工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具