码迷,mamicode.com
首页 >  
搜索关键字:caching    ( 616个结果
PHP之APC缓存详细介绍(学习整理)
APC的介绍The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching a...
分类:Web程序   时间:2015-08-20 15:14:26    阅读次数:185
Android学习—Application的作用
What is ApplicationData passing between components using ApplicationData caching in ApplicationPitFallsMemoryLeakSnippets 学习android挺长时间了,但是对于Applicti....
分类:移动开发   时间:2015-08-20 10:19:31    阅读次数:181
UIWebView的缓存策略,清除cookie
缓存策略 NSURLRequestCachePolicyNSURLRequestUseProtocolCachePolicy缓存策略定义在 web 协议实现中,用于请求特定的URL。是默认的URL缓存策略Specifies that the caching logic defined in the ...
分类:Web程序   时间:2015-08-18 18:22:41    阅读次数:208
使用 ETag 和 Last-Modified 报头减轻服务器压力(转)
介绍你的网站在并发访问很大并且无法承受压力的情况下,你会选择如何优化?很多人首先会想从服务器缓存方面着手对程序进行优化,许多不同的服务器缓存方式都有他们自己的特点,像我曾经参与的一些项目中,根据缓存的命中率不同使用过 Com+/Enterprise Libiary Caching/Windows服务...
分类:其他好文   时间:2015-08-17 19:07:24    阅读次数:172
How Does Caching Work in AFNetworking? : AFImageCache & NSUrlCache Explained
If you are an iOS developer using Mattt Thompson’s ‘delightful networking framework’ AFNetworking (and if you aren’t, what are you waiting for?), perhaps you have been been curious or confused about...
分类:Web程序   时间:2015-08-13 18:13:58    阅读次数:126
使用Donut Caching和Donut Hole Caching在ASP.NET MVC应用中缓存页面
Donut Caching是缓存除了部分内容以外的整个页面的最好的方式,在它出现之前,我们使用“输出缓存”来缓存整个页面。 何时使用Donut Caching 假设你有一个应用程序中有像“主页”这种页面,它除了用户登录的用户名以外总是给用户呈现相同的或者很少变化的内容。这时你可能需要缓存大部分的内容...
分类:Web程序   时间:2015-08-12 21:16:53    阅读次数:129
(转)配置Apache服务器,使浏览器访问无缓存
原文地址:http://www.renfei.org/blog/http-caching.html每次访问网页,通常浏览器会从服务器下载所需的资源,例如 HTML 文档、图片、CSS、JavaScript,甚至包括字体文件等。这里面的许多文件(例如图片)都是很少变动的,如果每次都要从服务器重新下载,...
分类:Web程序   时间:2015-08-07 19:23:02    阅读次数:110
Memcache的总结介绍和一些命令的总结
1.1memcached是什么?来看一些官方的一些解释:1 free&opensource,high-performance,distributed memory object caching system自由&开放源码, 高性能,分布式的内存对象缓存系统由livejounal旗下的danga公司....
分类:系统相关   时间:2015-08-02 18:12:19    阅读次数:263
IE6浏览器的一些问题
背景图像缓存// IE6 background image caching fix.try { document.execCommand("BackgroundImageCache", false, true);} catch(e) {} png透明———————————————— 待续 ——...
分类:其他好文   时间:2015-07-20 18:59:43    阅读次数:115
2015第29周五AOP
AOP使用场景AOP用来封装横切关注点,具体可以在下面的场景中使用:Authentication 权限Caching 缓存Context passing 内容传递Error handling 错误处理Lazy loading 懒加载Debugging 调试logging, tracing, pro....
分类:其他好文   时间:2015-07-18 00:27:13    阅读次数:123
616条   上一页 1 ... 46 47 48 49 50 ... 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!