码迷,mamicode.com
首页 >  
搜索关键字:httpservletrequest    ( 1478个结果
get请求乱码情况
编写一个RegistServlet处理用户的Get请求数据 1 public void doGet(HttpServletRequest request, HttpServletResponse response)throws ServletException, IOException { ...
分类:其他好文   时间:2014-05-20 01:44:03    阅读次数:343
java 发送http json请求
public void getRemoteId(HttpServletRequest request,Model model){ String name = request.getParameter("userName"); String gender = request.getParamete.....
分类:编程语言   时间:2014-05-16 06:48:05    阅读次数:294
获取网站资源 getResourceAsStream
1 获取网站资源(重点) 2 public void doGet(HttpServletRequest request, HttpServletResponse response)throws ServletException, IOException { 3 // 获取网...
分类:Web程序   时间:2014-05-16 04:41:11    阅读次数:312
The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from
?? 解决办法:加入相关类的 jar 包到你的 classpath (右键点击某个jar包--build path--config build path...---liberary---Add external jar library),此处加入 servelet-api.jar(此包在eclipse/plugins目录中可以找得到,其他类似的错误也用相同的方法解决) 到 classpath ,...
分类:编程语言   时间:2014-05-15 07:08:36    阅读次数:313
java将html导出成word(利用的poi包导出)
//导出到word public void exportWord(ActionMapping actionMapping, ActionForm actionForm, HttpServletRequest request, HttpServletResponse response) throws Exception { DBTool tool = null ;...
分类:编程语言   时间:2014-05-13 23:57:53    阅读次数:509
在WebService中处理IP地址
//在webService中写到:import javax.annotation.Resource;import javax.servlet.http.HttpServletRequest;import javax.xml.ws.WebServiceContext;import javax.xml....
分类:Web程序   时间:2014-05-09 05:29:03    阅读次数:539
网页 内部转发和网址输入不同
1 HttpServletRequest req=(HttpServletRequest)request; 2 HttpServletResponse res=(HttpServletResponse)response; 3 4 String referer=re...
分类:Web程序   时间:2014-05-08 19:53:40    阅读次数:268
ap web
apapplication端吧 应用程序端 也C-S架构Cweb网页端 般封装httpservletrequest和httpservletresponse对象处理些操作 b-s架构
分类:Web程序   时间:2014-05-01 14:40:00    阅读次数:333
1478条   上一页 1 ... 146 147 148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!