- 授权协议: Apache
- 开发语言: Java JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/choosel/wiki/ProtovisGWT
软件介绍
Protovis-GWT (Source Code, Examples) 是一个开源的 GWT 数据可视化模块,使用 GWT 封装了 Protovis 可视化的JavaScript库的使用。
示例代码:
public void onModuleLoad() {
RootPanel.get().add(new ProtovisWidget() {
protected void onAttach() {
super.onAttach();
initPVPanel();
// create visualization here...
getPVPanel().render();
}
});
}
Foundations of PEAR
Good, Nathan A./ Kent, Allan / Springer-Verlag New York Inc / 2006-11 / $ 50.84
PEAR, the PHP Extension and Application Repository, is a bountiful resource for any PHP developer. Within its confines lie the tools that you need to do your job more quickly and efficiently. You need......一起来看看 《Foundations of PEAR》 这本书的介绍吧!
