2011年6月14日

摘要: 今天出现这种错误,也许你也出现了,找了半天没有找到错误的根源。 呵呵,其实这个错误,真是太低级了,你一定#import "ClassName.m" 修改为 #import "ClassName.h" 就搞定了。 阅读全文
posted @ 2011-06-14 14:07 禚来强 阅读(2993) 评论(1) 推荐(0)
摘要: HTTP头的Expires与Cache-control 1.概念 Cache-control用于控制HTTP缓存(在HTTP/1.0中可能部分没实现,仅仅实现了Pragma: no-cache) 数据包中的格式: Cache-Control: cache-directive cache-directive可以为以下: request时用到: | "no-cache" | "no-store" | "max-age" "=" delta-seconds | "max-stale" [ " 阅读全文
posted @ 2011-06-14 10:10 禚来强 阅读(377) 评论(0) 推荐(0)

导航