码迷,mamicode.com
首页 >  
搜索关键字:request    ( 19803个结果
Git 使用流程
目录一、Git安装安装Git客户端在OSChina创建项目Git Gui简单使用(项目的clone、commit、pull、push)二、Eclipse中Git的使用三、Pull Request使用 (代码审核)一、Git安装 1、安装Git客户端 Git gui下载地址:msysgit,这...
分类:其他好文   时间:2014-05-29 04:15:12    阅读次数:509
WP调用api
private string GetText() { string resultString = string.Empty; HttpWebRequest request = HttpWebRequest.CreateH...
分类:Windows程序   时间:2014-05-29 00:23:15    阅读次数:373
Servlet乱码
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType(...
分类:其他好文   时间:2014-05-28 20:34:21    阅读次数:305
.net 获取客户端Ip地址
Request.ServerVariables["REMOTE_ADDR"]来取得客户端的IP地址,但如果客户端是使用代理服务器来访问,那取到的就是代理服务器的IP地址,而不是真正的客户端IP地址。要想透过代理服务器取得客户端的真实IP地址,就要使用 Request.ServerVariables[...
分类:Web程序   时间:2014-05-28 19:05:48    阅读次数:495
WebService的简单应用
具体看项目源文件:包含: ip地址查询, QQ在线状态查询,和自定义的MD5 破解和加密(呵呵有形无势...) http://pan.baidu.com/s/1bn09WQjSOAP 1.1The following is a sample SOAP 1.1 request and...
分类:Web程序   时间:2014-05-28 01:22:30    阅读次数:511
getAttribute 与getParmeter 区别
1.getAttribute是取得jsp中 用setAttribute設定的attribute 2.parameter得到的是string;attribute得到的是object 3.request.getParameter()方法传递的数据,会从Web客户端传到Web服务器端,代表HTTP请求数据...
分类:其他好文   时间:2014-05-28 00:48:55    阅读次数:292
SpringMVC---400错误The request sent by the client was syntactically incorrect ()
在SpringMVC中使用@RequestBody和@ModelAttribute注解时遇到了很多问题,现记录下来。 @ModelAttribute这个注解主要是将客户端请求的参数绑定参数到一个对象上,不用将很多参数@RequestParam或是@PathVariable。但是在使用过程中遇到了问....
分类:编程语言   时间:2014-05-28 00:32:31    阅读次数:341
IRQL
IRQL是Interrupt ReQuest Level,中断请求级别。一个由windows虚拟出来的概念,划分在windows下中断的优先级,这里中断包括了硬中断和软中断,硬中断是由硬件产生,而软中断则是完全虚拟出来的。处理器在一个IRQL上执行线程代码。IRQL用于帮助决定线程如何被中断的。在同...
分类:其他好文   时间:2014-05-27 17:56:09    阅读次数:354
Cause of 400 Bad Request Errors
The 400 Bad Request error displays inside the Internet browser window, just as web pages do.Cause of 400 Bad Request ErrorsThe 400 Bad Request error i...
分类:其他好文   时间:2014-05-27 17:51:33    阅读次数:278
nginx、Apache、IIS中413 Request Entity Too Large问题解决方法
分享下nginx、Apache、IIS三种服务器解决413 Request Entity Too Large问题的方法。一、nginx服务器nginx出现这个问题的原因是请求实体太长了。一般出现种情况是Post请求时Body内容Post的数据太大了,如上传大文件过大、POST数据比较多。处理方法在n...
分类:其他好文   时间:2014-05-26 17:02:17    阅读次数:316
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!