摘要:
CONTENT_TYPE = { 16 '.load': 'text/html', 17 '.123': 'application/vnd.lotus-1-2-3', 18 '.3ds': 'image/x-3ds', 19 '.3g2': 'video/3gpp', 20 '.3ga': 'video/3gpp', 21... 阅读全文
摘要:
1、访问https://johnvansickle.com/ffmpeg/ 2、下载地址:https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz 3、下载 wget https://johnvansic 阅读全文
摘要:
public class CreateHttpTest { public static void main(String[] args) { createHttp(); } public static void createHttp() { RestTemplate template = new R 阅读全文
摘要:
解决方法: 声明请求的参数格式是json, post的数据格式还是传字典。 声明代码: AFHTTPSessionManager *manager = [AFHTTPSessionManager manager]; manager.requestSerializer = [AFJSONRequest 阅读全文
摘要:
Windows: 1、下载文件: 链接:https://pan.baidu.com/s/1c2LmIHHw-dwLOlRN6iTIMg 提取码:g7sj 2、解压文件: 解压到nginx-1.7.11.3-Gryphon 3、进入windows的cmd; > cd nginx-1.7.11.3-Gr 阅读全文
摘要:
安装tcpdump: sudo yum install tcpdump 查看get请求: tcpdump -s 0 -A 'tcp dst port 80 and tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420' 查看post请求: tcpdump -s 阅读全文
摘要:
参考: https://www.cnblogs.com/justuntil/p/4765190.html 阅读全文
摘要:
需要做软连接ln -sb 原文件 /etc/init.d/服务名 然后 设置权限 启动: service 服务名 start|stop|status|restart 阅读全文
摘要:
问题: 解决办法: 修改C:\Windows\System32\drivers\etc\hosts 配置主机名和ip对应关系; 试试! 阅读全文