2015年7月16日
摘要:
1、 timer = new Timer(true) TimerTask task = new TimerTask(){ public void run(){ test(); } } timer.schedule(task,0,2000) timer.cancel
阅读全文
posted @ 2015-07-16 13:27
_故乡的原风景
阅读(116)
推荐(0)
2015年7月15日
摘要:
1、 /hello.jsp . 2、 action实现得方式 a.普通java类 class Test { public String execute() { return "success" } } b.实现action接口 clas...
阅读全文
posted @ 2015-07-15 23:10
_故乡的原风景
阅读(104)
推荐(0)
2015年7月14日
摘要:
1.运行流程 client --->tomcat ---> webapp -->web.xml --->filter -->struts.xml ---->namespace ---> acion-->result --.>反馈client 把请求和展现分开 ...
阅读全文
posted @ 2015-07-14 22:56
_故乡的原风景
阅读(87)
推荐(0)
2015年7月13日
摘要:
1.jar 2、web.xml Struts Blank struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter config str...
阅读全文
posted @ 2015-07-13 00:02
_故乡的原风景
阅读(100)
推荐(0)
2015年7月11日
摘要:
1、直接转码 new String(name.getBytes("ISO8859_1"),"GBK") 2、 request.setCharactorEncoding("GBK") 3、jsp常用内置对象 request response page p...
阅读全文
posted @ 2015-07-11 23:01
_故乡的原风景
阅读(176)
推荐(0)
2015年7月9日
摘要:
1、android 端 二个entity consultInfo: private String name; private String id; consultInfoRef private iList tems private String ret...
阅读全文
posted @ 2015-07-09 23:29
_故乡的原风景
阅读(127)
推荐(0)
摘要:
1、 "/> 等同于: 翻译: Bean entry = new Bean(); entry.setItemID("aa")
阅读全文
posted @ 2015-07-09 23:20
_故乡的原风景
阅读(113)
推荐(0)
2015年7月8日
摘要:
1、 aa表示一个局部变量 翻译:Bean aa= new Bean(); 2、 aa在一个request时有效 一个request response.sendRedirect("request.jsp") 二个request 翻译: Bean...
阅读全文
posted @ 2015-07-08 22:53
_故乡的原风景
阅读(199)
推荐(0)
2015年7月7日
posted @ 2015-07-07 22:46
_故乡的原风景
阅读(91)
推荐(0)
2015年7月3日
摘要:
var dialog = $( "#dialog-add" ).removeClass('hide').dialog({ modal: true, title: "新增用户", titl...
阅读全文
posted @ 2015-07-03 10:42
_故乡的原风景
阅读(247)
推荐(0)