会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
凉城
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
23
下一页
2019年8月14日
各种类型文件的Content Type
摘要: 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...
阅读全文
posted @ 2019-08-14 15:27 凉城
阅读(942)
评论(0)
推荐(0)
2019年8月13日
Linux安装已编译好的FFmpeg,基于centos7
摘要: 1、访问https://johnvansickle.com/ffmpeg/ 2、下载地址:https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz 3、下载 wget https://johnvansic
阅读全文
posted @ 2019-08-13 17:59 凉城
阅读(2655)
评论(0)
推荐(1)
Java进行http请求时,放置会话信息到header里面
摘要: public class CreateHttpTest { public static void main(String[] args) { createHttp(); } public static void createHttp() { RestTemplate template = new R
阅读全文
posted @ 2019-08-13 17:40 凉城
阅读(5985)
评论(0)
推荐(0)
2019年8月2日
AFN Post请求,报错400(code:-1011)
摘要: 解决方法: 声明请求的参数格式是json, post的数据格式还是传字典。 声明代码: AFHTTPSessionManager *manager = [AFHTTPSessionManager manager]; manager.requestSerializer = [AFJSONRequest
阅读全文
posted @ 2019-08-02 13:46 凉城
阅读(631)
评论(0)
推荐(0)
2019年7月2日
用FFmpeg+nginx+rtmp搭建环境实现推流
摘要: 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
阅读全文
posted @ 2019-07-02 17:56 凉城
阅读(9477)
评论(0)
推荐(2)
2019年6月4日
使用tcpdump查看HTTP请求响应 详细信息 数据
摘要: 安装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
阅读全文
posted @ 2019-06-04 19:09 凉城
阅读(5109)
评论(0)
推荐(0)
2019年5月15日
Eclipse如何解决启动慢
摘要: 参考: https://www.cnblogs.com/justuntil/p/4765190.html
阅读全文
posted @ 2019-05-15 11:04 凉城
阅读(187)
评论(0)
推荐(0)
2019年5月10日
springboot打包,jar包可以以service方式启动
摘要: 需要做软连接ln -sb 原文件 /etc/init.d/服务名 然后 设置权限 启动: service 服务名 start|stop|status|restart
阅读全文
posted @ 2019-05-10 10:57 凉城
阅读(2414)
评论(0)
推荐(0)
2019年4月27日
Spring集成ignite,服务发现问题
摘要: 问题: 解决办法: 修改C:\Windows\System32\drivers\etc\hosts 配置主机名和ip对应关系; 试试!
阅读全文
posted @ 2019-04-27 14:40 凉城
阅读(1081)
评论(0)
推荐(0)
2019年4月23日
记一次开发平台测试环境的安装(续)
该文被密码保护。
阅读全文
posted @ 2019-04-23 14:31 凉城
阅读(8)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
23
下一页
公告