搜索资源列表
XMLGUI_doc.zip
- The proposed library, XMLGUI, is a tool for developing user-customizable applications. A user can change the size and position of any control on dialogs, form views, or property pages; change captions of the controls using any language; change styles
ajaxtrain
- 这个项目包里,包含了我自己实验所做的好几个AJAX项目,包括1.多选框的全选和全清除,删除被选中的多选框的数据,JQUERY框架的应用-The project bag, including my own experiments done several AJAX projects, including 1. Select the checkbox to clear and full, remove the check box is selected the data, JQUERY applic
Ajax_Delete
- ajax功能实现:在表格内选择要删除的列,无刷新状态下删除该列.-Implementation of Ajax function in the form: choose to remove column, no refresh status delete the column.
webshopping
- 一个简单网上商城系统。实现有购物车等。 1.设计一个Item类,包括:一个商品对像,一个数量,一个小计 2.设计一个servlet类 先从session中取,看有没有Hashmap类,这是一个购物车 Hashmap类结构 键 值 商品id Item类 从session中取出HashMap: 1.先看session中有没有,有则取出,没有则创建 2.看HashMap中的键有没有这个商品的id号,如果表示第二次购买,则数量加1,没有则新建