
CSS
猪娃娃Lisa
这个作者很懒,什么都没留下…
展开
-
struts2 Action属性接受属性
package com.chai.action;import com.opensymphony.xwork2.ActionSupport;public class UserAction extends ActionSupport{ private String username; private String password; public String g原创 2013-08-24 13:10:27 · 425 阅读 · 0 评论 -
SSH高效分页
package com.yizhou.common.test;/** * * Copyright @ 2008 YIZHOU SOFTWARE Co. Ltd. * All right reserved. * * @author xuxinlong * * mail: longxx888@163.com * */public class原创 2013-08-24 13:11:54 · 548 阅读 · 0 评论 -
Struts1 上传二进制流
/* * Generated by MyEclipse Struts * Template path: templates/java/JavaClass.vtl */package com.cn.struts.action;import java.io.ByteArrayInputStream;import java.io.FileNotFoundException;原创 2013-08-24 13:11:49 · 607 阅读 · 0 评论 -
仿google搜索提示 SuggestFramework的使用
仿google搜索提示 SuggestFramework的使用)在线演示:http://bbs.okajax.com/demo/6/ 源码下载: http://bbs.okajax.com/viewthread.php?tid=1788 使用帮助(英文版翻译而来,可能有错误,请大家仔细核对,也希望对新手理解能有所帮助): 一.首先来看一下什么是suggest framework Sugge原创 2013-08-24 13:10:52 · 464 阅读 · 0 评论