码迷,mamicode.com
首页 >  
搜索关键字:req    ( 1392个结果
编写servlet
protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { resp.setCharacterEncoding("utf-8"); Str ...
分类:其他好文   时间:2019-08-28 22:30:56    阅读次数:83
NodeJS收发GET和POST请求
目录: 一 express框架接收 二 接收Get 三 发送Get 四 接收Post 五 发送Post 一 express框架接收 1 2 3 4 5 app.get('/',function(req,res) { var url = req.query.url; var name = req.qu ...
分类:Web程序   时间:2019-08-22 18:46:19    阅读次数:102
snort规则中tcp/udp端口的具体作用
alert tcp $EXTERNAL_NET any -> $HOME_NET any (msg:"NETBIOS DCERPC NCACN-IP-TCP trend-serverprotect Trent_req_num_30010 overflow attempt"; flow:establi ...
分类:其他好文   时间:2019-08-21 11:21:23    阅读次数:116
[bfs,深度记录] East Central North America Regional Contest 2016 (ECNA 2016) D Lost in Translation
Problem D Lost in Translation The word is out that you’ve just finished writing a book entitled How to Ensure Victory at a Programming Contest and req ...
分类:其他好文   时间:2019-08-20 20:38:23    阅读次数:85
CA认证以及https的实现
(1).CA认证 CA全称Certificate Authority,通常翻译成认证权威或者认证中心,主要用途是为用户发放数字证书。认证中心(CA)的功能:证书发放、证书更新、证书撤销和证书验证。CA证书的作用:身份认证,实现数据的不可否认性。 CSR全称Cerificate Signing Req ...
分类:Web程序   时间:2019-08-16 11:40:40    阅读次数:454
openresty 之resty.limit.req模块介绍
openresty 之resty.limit.req模块介绍
分类:其他好文   时间:2019-08-04 23:49:25    阅读次数:454
【原创】大叔问题定位分享(36)openresty(nginx+lua)中获取不到post数据,ngx.req.get_body_data返回nil
openresty(nginx+lua)中获取不到post数据,ngx.req.get_body_data返回nil This function returns nil if the request body has not been read, the request body has been ...
分类:其他好文   时间:2019-07-27 09:45:23    阅读次数:434
vue打包后找不到资源路径问题
问题描述: 使用webpack打包vue项目后,前后端联调无法找到资源 解决方案: 一、 改为相对路径,去除axios中地址的第一个“/” onProxyReq: function (proxyReq, req, res) { console.log("原路径:" + req.originalUrl ...
分类:其他好文   时间:2019-07-26 21:26:32    阅读次数:122
NGINX上的限流
本文是对 https://www.nginx.com/blog/rate limiting nginx/ 的主要内容(去掉了关于NGINX Plus相关内容)的翻译 限流(rate limiting) 是NGINX众多特性中最有用的,也是经常容易被误解和错误配置的,特性之一。该特性可以限制某个用户在 ...
分类:其他好文   时间:2019-07-24 13:08:36    阅读次数:77
在安装Openstack的keystone认证服务时,出现The request you have made requires authentication. (HTTP 401) (Request-ID: req-f94bebba-f0c5-4a92-85问题的处理
创建openstack的keystone认证服务器报错: The request you have made requires authentication. (HTTP 401) (Request-ID: req-f94bebba-f0c5-4a92-85 处理方法: #openssl rand ...
分类:Web程序   时间:2019-07-22 18:33:36    阅读次数:159
1392条   上一页 1 ... 20 21 22 23 24 ... 140 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!