- 授权协议: ISC
- 开发语言: Java C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/ReadyTalk/avian
软件介绍
Avian 是一个轻量级的 Java 虚拟机和类库,提供了 Java 特性的一个有用的子集,适合开发跨平台、自包容的应用程序。
Avian 实现非常快速而且体积小,主要特性:
- Just-In-Time (JIT) 编译,快速方法执行
- Generational, copying garbage collection ensures short pause times and good spatial locality
- Thread-local heaps provide O(1) memory allocation with no synchronization overhead
- Null pointer dereferences are handled via OS signals to avoid unecessary branches
Build Your Own Web Site the Right Way Using HTML & CSS
Ian Lloyd / SitePoint / 2006-05-02 / USD 29.95
Build Your Own Website The Right Way Using HTML & CSS teaches web development from scratch, without assuming any previous knowledge of HTML, CSS or web development techniques. This book introduces you......一起来看看 《Build Your Own Web Site the Right Way Using HTML & CSS》 这本书的介绍吧!
