Easter79 Easter79
3年前
tomcat7中对http请求的处理过程
原文链接(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcxis.me%2F2017%2F05%2F05%2Ftomcat7%25E4%25B8%25AD%25E5%25AF%25B9http%25E8%25AF%25B7%25E6%25B1%2582%25E7%259A%2584%25
Stella981 Stella981
3年前
LinkedIn Authenticating OAuth 2.0
1\.获取授权码GET:https://www.linkedin.com/uas/oauth2/authorization?response\_typecode&client\_id75m3fi6kmh3k3z&redirect\_urihttp://192.168.31.210:3001/callback&state123
Stella981 Stella981
3年前
Shodan的http.favicon.hash语法详解与使用技巧
  在Shodan搜索中有一个关于网站icon图标的搜索语法,http.favicon.hash,我们可以使用这个语法来搜索出使用了同一icon图标的网站,不知道怎么用的朋友请参考我上一篇(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fmia
Stella981 Stella981
3年前
PHP用curl_multi并行获取多个HTTP接口数据
接口1:phpS127.0.0.1:8080t/home/eechen/www接口2:phpS127.0.0.2:8080t/home/eechen/www/home/eechen/www/index.php:<?phpheader('ContentType:application/json;
Stella981 Stella981
3年前
Skywalking源码分析系列文章
目录1\.Skywalking整体架构2.Skywalkingagent篇2.1字节码技术2.2Skywalkingagent如何设计2.3Skywalkingagent 技术细节3\.Skywalking通信篇3.1GRPC通信原理详解3.2Skywal
Stella981 Stella981
3年前
Elasticsearch教程,Elasticsearch安全篇,通过Nginx http basic 限制访问
Elasticsearch教程,Elasticsearch安全篇,通过Nginxhttpbasic限制访问信息发布:soゝso(https://www.oschina.net/action/GoToLink?urlhttp%3A%
Easter79 Easter79
3年前
SpringSecurityOAuth2(7) 账号密码登录、手机验证码登录
GitHub地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fweizongwu%2FSpringCloudOAuth2SpringSecurityFrame.git"项目地址")码云地址(https://gitee.com/wujishu/
Wesley13 Wesley13
3年前
HTTP请求超时时间导致的请求长时间等待
netstatn|awk'/^tcp/{S\$NF\}END{for(ainS)printa,S\a\}'!(https://img2018.cnblogs.com/blog/1069298/201903/106929820190329000339069206437991.png)发送http请求需要添加
Wesley13 Wesley13
3年前
HTTP协议与HTML表单(再谈GET与POST的区别)
作者:darxin(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmy.csdn.net%2Fdarxin)HTTP的GET/POST方式有何区别?这是一个老生常谈的问题,但老生常谈的问题往往有一些让人误解的结论。本文将带您浅尝HTTP协议,在了解HTTP协议的同时将会展示许多被人们
Stella981 Stella981
3年前
BaseHttpListActivity,几行代码搞定Android Http列表请求、加载和缓存
Android开发中,向服务器请求一个列表并显示是非常常见的需求,但实现起来比较麻烦,代码繁杂。随着应用的更新迭代,这种需求越来越多,我渐渐发现了实现这种需求的代码的共同点。于是我将Activity中http列表请求和加载的相同功能代码提取出来,作为这种Activity的基类,名为BaseHttpListActivity。之后将缓存功能也集成在B