腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
添加
Expires
headers
<IfModule mod_
expires
.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image
浏览 17
提问于2019-05-08
得票数 0
回答已采纳
2
回答
META "
expires
“标签
Google推荐使用"
expires
“标签。此标记的格式是否正确: <META HTTP-EQUIV="
expires
" CONTENT="Wed, 01 Jan 2012 08:00:00 GMT">
浏览 2
提问于2011-01-20
得票数 6
回答已采纳
1
回答
userid_
expires
nginx
userid on;userid_domain orange.fr;userid_
expires
浏览 0
修改于2012-09-27
得票数 0
回答已采纳
3
回答
是否添加不带mod_
expires
的
expires
标头?
我知道我可以使用mod_
expires
添加
expires
头。但是,如果Apache服务器没有安装mod_
expires
,并且我不想通过PHP这样的脚本语言访问文件,我该怎么办?
浏览 2
提问于2010-09-02
得票数 7
回答已采纳
1
回答
在OpenId connect中用于访问令牌的
expires
_in还是
expires
_at?
我搞不懂为什么OpenId连接规范(来源:)在JWT中引用"
expires
_in“键,而在ASP.NET Core2中,当使用IdentityServer4时,使用
expires
_at,但如果您希望操作它,则将其称为”
expires
_in“。当访问令牌中显示/存储的属性名为"ExpiresIn“时,为什么tokenResult会有一个属性"
expires
_at"?它们不应该都是统一的吗,即使规范明确规定它应该被命名为"
expires
_in“(属性
浏览 81
修改于2019-07-19
得票数 4
回答已采纳
5
回答
添加
Expires
标头
Add
Expires
headers There are 21 static components without a far-future expiration date.
浏览 0
修改于2019-12-19
得票数 52
回答已采纳
1
回答
无法识别
Expires
标头
尽管我已经手动和通过W3 Total Cache插件在我的.htaccess文件中添加了过期日期,但是在Yslow results选项卡上,它给出了以下警告Thereapplication/vnd.ms-excel .xla .xls .xlsx .xlt .xlw</IfModule> <IfModule mod_
expires
.c
浏览 2
提问于2019-11-12
得票数 0
1
回答
Nginx:条件
expires
指令
我想为
expires
指令创建if块,但这在if上下文中是不允许的。就像这样:
expires
epoch;有没有可能用其他方式来创建它?
浏览 0
修改于2011-08-16
得票数 0
回答已采纳
3
回答
Chrome &
Expires
Header -图像缓存
使用,我现在在静态文件上正确地设置了
expires
头文件,并且可以看到这将返回给Chrome:Cache-Control:max-age=3600Content-Type:text/cssETag:W/"40284-1333964814000" **
Expires
浏览 0
修改于2014-01-24
得票数 2
1
回答
如何添加
Expires
标头
我在.htaccess中使用这段代码ExpiresActive onExpiresByType
浏览 11
修改于2016-08-01
得票数 3
2
回答
缓存
expires
_in不工作
我试图像这样缓存数据: Rails.cache.fetch("someCache",
expires
_in: 12.hours) do 'someContent'
浏览 4
提问于2017-11-02
得票数 3
回答已采纳
2
回答
cookie标头无效:当
expires
属性为空时,无法分析
expires
属性
我在日志中收到以下警告:我理解该警告,因为
expires
字段不包含有效的日期格式。我理解它可能是因为它是一个“会话cookie”(不是专家)。
浏览 0
提问于2012-02-29
得票数 10
回答已采纳
1
回答
Rails页面缓存
expires
_in
caches_page :show, :
expires
_in => 1.days 我使用memcached,但对页面缓存的工作方式感到困惑。
浏览 1
修改于2012-09-06
得票数 4
2
回答
Varnish
expires
标头配置
请帮助我在varnish配置中添加
expires
头。vcl_fetch中已经定义了max_age,需要根据max_age添加
expires
头部。
浏览 12
提问于2014-03-14
得票数 2
1
回答
varnish 3.0.3
expires
标头
我正在使用varnish-3.0.3,我的
expires
标头设置为
Expires
:清华大学,1981年11月19日08:52:00 GMT.I。我希望配置它的方式是将
expires
标头设置为days date,并在3600秒后刷新缓存
浏览 1
提问于2017-01-31
得票数 0
2
回答
Expires
标头和性能
好的,我在我们的开发服务器上使用了IIS6中的
expires
头文件,但我真的不明白!因此,如果我不向文件添加
expires
头文件,则在使用firebug查看时,我会得到以下请求/响应:Accept-Encoding gzip, deflateAccept */*Accept-Language en-g
浏览 0
修改于2012-06-27
得票数 0
回答已采纳
1
回答
PHP ()覆盖HTTP
Expires
头
我正在尝试通过使用mod_
expires
将文本/html的Expire头设置为2小时,如下所示: ExpiresActive on ExpiresByType text/html "access plus 2 hours"但是,当与PHP一起使用时:
Expires
标头正被重置为:
浏览 2
修改于2014-01-24
得票数 2
回答已采纳
2
回答
OAuth2 `
expires
_in`用途
我正在通过OAuth整合一个外部api,对
expires
_in属性的用途有点迷惑。根据阅读,api令牌的使用应该是防御性的编码,因为您应该预料到令牌在任何时候都可能是无效的。
浏览 105
提问于2019-09-17
得票数 1
回答已采纳
1
回答
对mod_
expires
使用异常
像test.js这样的文件有可能不使用mod_
expires
吗?<IfModule mod_
expires
.c> ExpiresByType image/jpg "access 2 month" ExpiresByType
浏览 1
修改于2016-09-28
得票数 1
回答已采纳
4
回答
为什么"
Expires
“是1981年?
因为这是存在的:
Expires
: Thu, 19 Nov 1981 08:52:00no-cache, must-revalidate, post-check=0, pre-check=0Content-type: text/html 我想知道为什么
Expires
浏览 1
修改于2016-12-01
得票数 48
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券