Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the sp...
Cone crusher was invented in the late 19th century with the development of mining industry and stone processing. Now with mature development of techno...
分类:
其他好文 时间:
2014-06-28 12:43:17
阅读次数:
219
struts2获取request、session、application的四种方式//获取map类型的request、session、applicationpublic class LoginAction1 extendsActionSupport {private Map request;priv...
分类:
移动开发 时间:
2014-06-28 10:56:21
阅读次数:
207
关于easyUI Datagrid 控件 param参数,官方文本很少解释,主要有如下说明:queryParamsobjectWhen request remote data, sending additional parameters also.Code example:$('#dg').data...
分类:
其他好文 时间:
2014-06-24 10:35:11
阅读次数:
268
(1)什么是转发?一个web组件(servlet或者jsp)将未完成的处理通过容器交给另一个web组件继续完成。常见的情况是:一个servlet获得数据之后,转发给一个jsp,由这个jsp来负责展现这些数据。(2)如何转发?step1.绑定数据到request(请求)对象上。代码方式:request...
分类:
其他好文 时间:
2014-06-21 14:16:50
阅读次数:
162
All people seem to need data processing( Application presentation session transport network data link physic )host : end device ( PC Server )switch : ...
分类:
其他好文 时间:
2014-06-21 00:01:08
阅读次数:
493
项目背景:springMVC+freemarker模板开发web 时代和信后台管理界面代码示例:后台服务:HttpSession session = request.getSession();session.setAttribute("username", onlineUser.getName())...
分类:
其他好文 时间:
2014-06-20 21:01:59
阅读次数:
191
//只有form method="get"时才可用Request.QueryString["one"]方法//stringone=Request.QueryString["one"];//stringtwo=Request.QueryString["two"];//只有form method="po...
分类:
Web程序 时间:
2014-06-20 20:28:02
阅读次数:
308
转自http://blog.163.com/tsing_hua/blog/static/139622224201101110836644/ 一、调用方式 我们知道,在servlet中调用转发、重定向的语句如下: request.getRequestDispatcher("new.jsp").forw...
分类:
Web程序 时间:
2014-06-20 18:26:27
阅读次数:
239
Chrome Timeline的指标说明:Blocked、Connect、Send、Wait、Receive Blocked time includes any pre-processing time (such as cache lookup) and the time spent waiting...
分类:
其他好文 时间:
2014-06-20 15:07:33
阅读次数:
277