码迷,mamicode.com
首页 >  
搜索关键字:request    ( 19803个结果
JavaWEB 通过Listener理解域对象生命周期
利用 ServletRequestListener、HttpSessionListener 以及 ServletContextListener 可以把request,session,以及Application的生命周期进一步的做一了解 > request:是一个请求,当一个响应返回时,即被销毁.当发 ...
分类:编程语言   时间:2016-04-08 00:57:04    阅读次数:227
servler--请求重定向
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // TODO Auto-generated method st ...
分类:其他好文   时间:2016-04-07 20:57:10    阅读次数:263
ServletContext1
ConfigServlet.java protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // TODO Auto- ...
分类:其他好文   时间:2016-04-07 20:38:06    阅读次数:150
CoAP Request and Response Rules
CoAP specification (at the time of this writing, draft-18) does not clearly set out rules that define what would be a response for a given CON or a NO ...
分类:其他好文   时间:2016-04-07 20:37:00    阅读次数:209
ServletContext2
ContextServlet.java 节选-- protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // TODO ...
分类:其他好文   时间:2016-04-07 20:27:40    阅读次数:135
JQuery学习(选择器-可见性-hidden)
1 <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> 2 <% 3 String path = request.getContextPath(); 4 String basePath = request.getS ...
分类:Web程序   时间:2016-04-07 13:21:11    阅读次数:156
苹果企业账号打包发布APP流程详解
原文链接:http://www.cnblogs.com/mddblog/p/4718228.html 一、通过企业账号申请证书 1 Certificate Signing Request (CSR)文件 在Mac系统中进入“钥匙串访问”,选择“钥匙串访问”-“证书助理”-“从证书颁发机构请求证书…” ...
分类:移动开发   时间:2016-04-07 09:35:52    阅读次数:498
一个ajax的后台controller
@RequestMapping("/api/merBrand") @ResponseBody public ResultBrand merBrand(HttpServletRequest request, @RequestParam("brandId") Long brandId, @Request ...
分类:Web程序   时间:2016-04-06 18:41:20    阅读次数:128
学习进度五
学习进度四 1.JSP中request、respond、session、aplication等JSP常用 内置对象的基本用法 2、javabean的使用 ...
分类:其他好文   时间:2016-04-06 18:37:12    阅读次数:119
angular的post传参后台php无法接收
很多时候我们需要用ajax提交post数据,angularjs与jq类似,也有封装好的post。 但是jQuery的post明显比angularjs的要简单一些,人性化一些。 两者看起来没什么区别,用angularjs的$http提交的数据,在php服务器端却无法通过$_REQUEST/$_POST ...
分类:Web程序   时间:2016-04-06 15:15:10    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!