2个回答
展开全部
<configuration>
<system.webServer>
<caching>
<profiles>
<remove extension=".php" />
<add extension=".php" policy="CacheForTimePeriod"
kernelCachePolicy="DontCache" duration="00:00:01" varyByQueryString="*" />
</profiles>
</caching>
</system.webServer>
</configuration>
把代码写入 Web.config传到FTP就可以了
<system.webServer>
<caching>
<profiles>
<remove extension=".php" />
<add extension=".php" policy="CacheForTimePeriod"
kernelCachePolicy="DontCache" duration="00:00:01" varyByQueryString="*" />
</profiles>
</caching>
</system.webServer>
</configuration>
把代码写入 Web.config传到FTP就可以了
展开全部
具体问题呢,服务器太慢了?删除掉compiled文件夹下的东西试试~~或者清一下缓存,重启一下apache~
更多追问追答
追问
具体是这样的!
我在后台设置一个按钮,点击此按钮就修改数据库中一个类型值为1(前台显示条件是这个类型值为1)
再点一下修改值变为2.(因为值变成2所以前台就不显示这块内容)。
现在遇到的问题是我点击按钮,值边为1,马上到数据库中查看,数据已经改变,到时前台还是没有显示该内容,大约20秒后刷新页面才可以显示出来!
关闭内容显示也和这样差不多,改了数据,大概20秒后内容才隐藏
追答
也就是你php操作数据库了呗~~最后close了吗?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询