码迷,mamicode.com
首页 >  
搜索关键字:caching    ( 616个结果
Method of packet transmission from node and content owner in content-centric networking
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
如何配置Smarty模板
config_dir=//$smarty->cache_dir="./caches";//设置缓存目录//$smarty->caching=true;//关闭缓存,调试中建议关闭默认为关闭即设置成false$smarty->cache_lifetime=60;//单位为秒 设置缓存时间$smarty...
分类:其他好文   时间:2014-07-24 22:28:12    阅读次数:209
YII实现Memcache故障转移的配置办法
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 Guava 类库简介
Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, 等等. 这些高质量的 API 可以...
分类:其他好文   时间:2014-07-21 10:14:58    阅读次数:180
Asp.Net Cache辅助类
辅助类代码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
6.824 Lab 5: Caching Extents
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学习
Laravel是个很强大的PHP框架,它剔除了开发中Web开发中比较痛苦的过程,提供了验证(authentication),路由(routing),Session和缓存(caching)等开发过程中常用到的工具或者功能。 Laravel的配置都存放在app/config中。 里面所有的*.php都按...
分类:其他好文   时间:2014-07-08 11:55:36    阅读次数:196
Asp.net Web.Config - 配置元素 caching
记得之前在写缓存DEMO的时候,好像配置过这个元素,好像这个元素还有点常用。 一、caching元素列表元素说明cache定义全局应用程序缓存设置。可选的元素。outputCache指定应用程序范围的输出缓存设置。可选的元素。outputCacheSettings指定可以应用于应用程序中页的输出缓....
分类:Web程序   时间:2014-07-05 20:36:41    阅读次数:200
CentOS5.5 下配置DNS
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服务器
DNS是在网络中将计算机名转换成IP的一个服务,在LINUX中可以很轻松的搭建一台DNS服务器,我们需要在LINUX系统中安装DNS服务(安装包名:bind)为了安全我们通常用一起安装bind-chroot为DNS的牢目录、根目录。为了放便还可以安装DNS配置文件的模板包(caching-nameserver).安装..
分类:其他好文   时间:2014-06-25 10:17:06    阅读次数:337
616条   上一页 1 ... 58 59 60 61 62 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!