- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/ahmetalpbalkan/orman/
- 软件文档: https://github.com/ahmetalpbalkan/orman/wiki
软件介绍
Orman 是一个轻量级(约170kb)易用的 Java ORM 框架,支持 SQLite、MySQL,支持 Android 平台。
将一个普通的 Java 类变成 POJO 的代码:
@Entity
class Student extends Model<Student>{
public int id;
public String name;
public Date registrationDate;
public float gpa;
}
Stylin' with CSS
Wyke-Smith, Charles / 2012-10 / $ 50.84
In this completely revised edition of his bestselling Stylin' with CSS, veteran designer and programmer Charles Wyke-Smith guides you through a comprehensive overview of designing Web pages with CSS, ......一起来看看 《Stylin' with CSS》 这本书的介绍吧!
