header
-
13.文件的上传与下载
文件的上传与下载 1.文件上传 将本地文件复制一份传送到网络的服务器中储存。 上传流程: 2.文件上传时需要注意的事项 HTML 表单(form)部分 传输方式一定要用POST方法…
-
nginx URL重写(rewrite)和proxy_pass
公司的接口服务分对外和对内,对外的统一在URL前面加上 /xx-api/ , 由于对系统是怎么同时支持两套路由的不是很懂,所以去看了下nginx的配置,发现原来用rewrite就能…
-
Apache CXF – SOAP Header Example
The SOAP header is an optional sub-element of the SOAP envelope. It is used to pass applic…
-
Spring WS – SOAP Header Example
The SOAP header is an optional sub-element of the SOAP envelope. It is used to pass applic…
-
Spring WS – SOAPAction Header Example
According to the SOAP 1.1 specification, the SOAPAction HTTP header field can be used to i…
-
Nginx转发
Nginx 简单使用 1. nginx.conf 详解 stream events http 2. 常用命令 2.1 windows系统 在目录下输入cmd 查看版本 nginx …
-
PE文件结构从初识到简单shellcode注入
本文首发自:https://tttang.com/archive/1553/ 前言 将自己学习的PE文件结构进行总结形成文章这件事情,一直躺在我的Notion TodoList…
-
nginx源码层面探究request_time、upstream_response_time、upstream_connect_time与upstream_header_time指标具体含义
背景概述 最近计划着重分析一下线上各api的HTTP响应耗时情况,检查是否有接口平均耗时、99分位耗时等相关指标过大的情况,了解到nginx统计请求耗时有四个指标:request_…
-
Linux下ELF文件简单介绍
引言 最开始有在树莓派中看见ELF文件,故在此进行记录 ELF文件介绍 Executable and Linkable Format 可执行链接格式(ELF),是Unix系统实验室…
-
nginx根据真实IP分发请求
nginx根据真实IP分发请求 使用场景 2022年6月份,社保局接收到上级的文件,要求建立统一的门户系统(所有的用户都通过门户系统登录到子系统,原子系统的用户、角色、机构、权限等…