A method of transmitting a content reply packet from a content owner in content-centric networking (CCN) includes determining a caching capability val...
分类:
Web程序 时间:
2014-07-25 03:46:36
阅读次数:
381
config_dir=//$smarty->cache_dir="./caches";//设置缓存目录//$smarty->caching=true;//关闭缓存,调试中建议关闭默认为关闭即设置成false$smarty->cache_lifetime=60;//单位为秒 设置缓存时间$smarty...
分类:
其他好文 时间:
2014-07-24 22:28:12
阅读次数:
209
YII在默认配置下连接Memcache失败时会报错,要想实现故障转移就要改一下配置和代码1、首先修改一下YII的 caching/CMemCache.php,我的版本是 1.1.7找到$cache->addServer($server->host,$server->port,$server->per...
分类:
其他好文 时间:
2014-07-22 22:44:12
阅读次数:
158
Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, 等等. 这些高质量的 API 可以...
分类:
其他好文 时间:
2014-07-21 10:14:58
阅读次数:
180
辅助类代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Caching;namespace BusinessRules.Common{ /// ...
分类:
Web程序 时间:
2014-07-14 00:23:19
阅读次数:
250
IntroductionIn this lab you will modify YFS to cache extents, reducing the load on the extent server and improving YFS performance. The main challenge...
分类:
其他好文 时间:
2014-07-13 12:04:34
阅读次数:
279
Laravel是个很强大的PHP框架,它剔除了开发中Web开发中比较痛苦的过程,提供了验证(authentication),路由(routing),Session和缓存(caching)等开发过程中常用到的工具或者功能。 Laravel的配置都存放在app/config中。 里面所有的*.php都按...
分类:
其他好文 时间:
2014-07-08 11:55:36
阅读次数:
196
记得之前在写缓存DEMO的时候,好像配置过这个元素,好像这个元素还有点常用。 一、caching元素列表元素说明cache定义全局应用程序缓存设置。可选的元素。outputCache指定应用程序范围的输出缓存设置。可选的元素。outputCacheSettings指定可以应用于应用程序中页的输出缓....
分类:
Web程序 时间:
2014-07-05 20:36:41
阅读次数:
200
1.配置网卡IP地址#ifconfigeth0192.168.186.1882.关闭防火墙#iptables-F3.安装软件所需要的软件:bind和caching-name#rpm-ivhbind-9.3.6-4.P1.el5#rpm-ivhcaching-nameserver-9.3.6-4.P1.el54.修改named.conf配置文件修改named.caching-nameserver.conf#cp/etc/named.caching-n..
分类:
其他好文 时间:
2014-07-02 15:52:02
阅读次数:
209
DNS是在网络中将计算机名转换成IP的一个服务,在LINUX中可以很轻松的搭建一台DNS服务器,我们需要在LINUX系统中安装DNS服务(安装包名:bind)为了安全我们通常用一起安装bind-chroot为DNS的牢目录、根目录。为了放便还可以安装DNS配置文件的模板包(caching-nameserver).安装..
分类:
其他好文 时间:
2014-06-25 10:17:06
阅读次数:
337