wiQuery
- 授权协议: MIT
- 开发语言: Java JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/wiquery/
- 软件文档: http://code.google.com/p/wiquery/wiki/QuickStart
软件介绍
wiQuery是一个将 jQuery 与 jQuery UI 集成到Java Wicket Web开发框架中的开源项目。Wicket 框架提供了一种真正采用面向对象的方式来创建Web应用程序。wiQuery支持的jQuery UI组件包括:
- Tabs
- Dialog
- Accordion
- Effects
- Resizable
- Draggable
- Droppable
- Sortable
一个简单的对话框例子如下:
public class HomePage extends WebPage {
public HomePage(final PageParameters parameters) {
final Dialog dialog = new Dialog("dialog");
add(dialog);
Button button = new Button("open-dialog");
button.add(new WiQueryEventBehavior(new Event(MouseEvent.DBLCLICK) {
@Override
public JsScope callback() {
return JsScope.quickScope(dialog.open().render());
}
}));
add(button);
}
}
An Introduction to the Analysis of Algorithms
Robert Sedgewick、Philippe Flajolet / Addison-Wesley Professional / 1995-12-10 / CAD 67.99
This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discre......一起来看看 《An Introduction to the Analysis of Algorithms》 这本书的介绍吧!
在线进制转换器
各进制数互转换器
Markdown 在线编辑器
Markdown 在线编辑器
