浴火重生

雄关漫道真如铁,而今迈步从头越

目标: 1+1=2

导航

随笔分类 -  技术笔记

技术问题的笔记本
iphone 保存网页快照
摘要:- (void) save { UIGraphicsBeginImageContext(webView.frame.size); [webView.layer renderInContext:UIGraphicsGetCurrentContext()]; UIImage *viewImage = UIGraphicsGetImageFromCurrentImageContext... 阅读全文

posted @ 2010-11-17 10:54 浴火重生 阅读(346) 评论(0) 推荐(0)

IE图片缓存测试
摘要:最近项目中遇到了ajax动态生成UI的时候,IE每次都重新下载所有图片的问题。... 阅读全文

posted @ 2009-09-08 15:41 浴火重生 阅读(448) 评论(1) 推荐(0)