前端
Taylor007
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Markdown 特殊用法
首行缩进使用特殊占位符&ensp;或&#8194; //半角&emsp;或&#8195; //全角&nbsp;或&#160;换行<br>原创 2018-10-01 13:21:57 · 383 阅读 · 0 评论 -
文件下载
html 标签点击自动下载<button> <a href = "http://localhost/day.zip"> 下载文件</button>跳转下载$file = 'statics/day.zip';if(file_exists(__DIR__.'/' . $file)){ header('location:http:/...转载 2019-02-21 09:40:17 · 153 阅读 · 0 评论 -
浏览器与 nginx 缓存
简介一种是浏览器访问 nginx,浏览器 Cache另一种是 nginx 访问后端,nginx 自己 Cache响应头字段说明Cache-Control: public, max-age=51600Connection: keep-aliveContent-Type: text/html; charset=UTF-8Date: Tue, 05 Feb 2019 14:28:26 ...原创 2019-02-06 22:46:06 · 899 阅读 · 2 评论
分享