E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
caching
Using Redis for Doctrine
Caching
in Symfony2
Redis isanopensourcekey-valuecacheandstorage,whichdesignedtobeveryfastsinceitusesin-memorydatasets.Ofcourse,youcanpersistyourdatabydumpingittothediskifyouneedit.Redissupportsdifferentdatastructuressuc
jims
·
2015-11-01 18:00
Net平台下的分布式缓存设计
对于数据缓存来讲是由System.Web.
Caching
.Cache这个类来实现,可以从上下文对象Context.Cache 来获取这个对象的引用。
·
2015-11-01 15:52
分布式缓存
Partial Output
Caching
in ASP.NET MVC
示例: 第一步: 在项目中添加类;如下。 public class ActionOutputCacheAttribute : ActionFilterAttribute{ // This hack is optional; I'll explain it later in the blog post private st
·
2015-11-01 15:53
asp.net
Caching
Application Block 翻译(二)---------在应用程序中使用缓存
这个部分介绍如何使用缓存程序块开发程序。首先,介绍如何配置应用程序块,把它包含在你的解决方案中,并选择后备存储器。然后,在Key Scenarios中,将要介绍在具体的场景中如何使用应用程序块,比如在缓存中添加一项或移除一项。 所有的应用程序块都以源代码的形式提供,所以,在你使用QuickStarts和配置工具之前,必须编译它们。如果要学习如何编译企业库源代码,请参照Building the E
·
2015-11-01 15:07
application
Last-Modify、ETag、Expires和Cache-Control
HTTP
Caching
用好了,可以极大的减小服务器负载和减少网络带宽。十分有必要深入了解下 http 的
caching
协议。
·
2015-11-01 15:58
expires
第二节 Memcached之MemcachedProviders(Enyim)客户端使用及测试
MemcachedProviders如何配置使用 MemcachedProviders命中率测试 MemcachedProviders是对Enyim.
Caching
·
2015-11-01 14:43
memcached
Enterprise Library 4.1
Caching
Block 图文笔记
一,下载并安装好Enterprise Library 4.1 二,新建一个Web应用程序 三,右键点击Web.Config 文件 使用 Edit Enterprise Library Configuration 可以编辑Web.Config,建立一个缓存程序块 1.可以在Cache Managers 中建立多个缓存管理器,然后设置默认使用哪个管理器 2.可以右键为管理器添加
·
2015-11-01 14:17
library
EntLib 3.1学习笔记(1) :
Caching
Application Block
EntLib 3.1学习笔记(1) :
Caching
Application Block [En]http://msdn2.microsoft.com/en-us/library/aa480456
·
2015-11-01 14:08
application
Caching
For .Net Framework Applications(一)
Cache在System.Web.Cacheing命名空间中定义,它是一种key/value的object。类似Session Objcet和application Object,ViewState Object都可以当作Cache来使用。但是Cache在.net 中还有其它很多特性,例如依赖属性和自动过期的一些策略等。我们先用一些简单的示例来了解Cache的概念。 (1)最简单的Cac
·
2015-11-01 14:32
application
EF Code First 中使用Jarek Kowalski's Provider的方法1
几经周折终于找到了在CodeFirst下使用它的两种方法,记录一下过程,免得忘记了. 1、直接使用 EFTracingConnection 或EF
Caching
Co
·
2015-11-01 14:58
Provider
Entity Framework Code First
Caching
Entity Framework Code First
Caching
原文地址: http://dotnetspeak.com/index.php/2011/03/entity-framework-code-first-
caching
·
2015-11-01 14:57
framework
Domain Objects
Caching
Pattern for .NET
Domain Objects
Caching
Pattern for .NET 4033 Users read it.
·
2015-11-01 13:39
Pattern
ASP.NET
Caching
Features
ASP.NET provides three primary forms of
caching
: page level output
caching
, user control level
·
2015-11-01 13:49
asp.net
缓存技术
1.ASP.NET Output
Caching
当一个网页频繁被访问的时候,我们可以通过把整个网页缓存来提高执行效率。
·
2015-11-01 13:37
缓存
Windows Server AppFabric
Caching
这套 AppFabric
Caching
比我用过的 memcached 复杂多了,MSDN有一篇文章进行介绍Introduction to
Caching
with Windows Server AppFabric
·
2015-11-01 13:36
windows
Use Data
Caching
Techniques to Boost Performance and Ensure Synchronization
原文地址 Level of Difficulty 1 2 3 SUMMARY Performance is an important concern for any application, but becomes critical when the app is a Web Service accessed by thousands of clients simultaneously
·
2015-11-01 13:49
data caching
silverlight使用应用程式库快取,以减少XAP大小
www.dotblogs.com.tw/help/archive/2010/07/22/16705.aspx 英文版vs2010称作Reduce XAP size by using application library
caching
·
2015-11-01 12:04
silverlight
ASP.NET MVC 第四个预览版(第一部分)
, July 14, 2008 2:18 AM 这个新的版本里有一堆新特性和功能,实际上其数目之多,我决定我需要2个帖子才能对它们全部论及,这第一个贴子将讨论第四个预览版中的缓存(
Caching
·
2015-11-01 12:15
asp.net
Freemarker
caching
of BeanWrapper models
页面上有好多数据是重复使用,往freemarker标签中填充数据,是比较大的一个性能瓶颈,所以项目中使用freemarker的BeanWrapper cache. 使用方法 修改文件 1、sturts.properties 增加struts.freemarker.beanwrapperCache=true Code #struts.freemarker.manage
·
2015-11-01 11:30
freemarker
利用数据缓存机制提高智能设备应用程序的数据访问性能
刚看了 Chris Tacke 的《Improving Data Access Performance with Data
Caching
》一文,回想起以前做过的一些项目,对数据缓存在提高数据访问性能方面的作用颇有感受
·
2015-11-01 11:28
应用程序
Selecting Memory Types From PAT on IA32
Selecting Memory Types for Pentium III and More Recent Processor Families 对于memory type的描述,请参考IA32中的5种
caching
·
2015-11-01 11:44
select
Cache及(HttpRuntime.Cache与HttpContext.Current.Cache)
除了System.Web.
Caching
下的Cache外,我们还可以用到HttpContext.Current.Cache以及HttpRuntime.Cache 那么,HttpContext.Current.Cache
·
2015-11-01 11:47
Runtime
深入System.Web.
Caching
命名空间 教你Hold住缓存管理(二)
本文分三篇,从缓存所在命名空间System.Web.
Caching
开始,详细的介绍.NET框架提供的缓存类和操作方法。
·
2015-11-01 11:48
System
深入System.Web.
Caching
命名空间 教你Hold住缓存管理(三)
本文分三篇,从缓存所在命名空间System.Web.
Caching
开始,详细的介绍.NET框架提供的缓存类和操作方法。
·
2015-11-01 11:48
System
深入System.Web.
Caching
命名空间 教你Hold住缓存管理(一)
本文分三篇,从缓存所在命名空间System.Web.
Caching
开始,详细的介绍.NET框架提供的缓存类和操作方法。
·
2015-11-01 11:47
System
Windows Server AppFabric
Caching
这套 AppFabric
Caching
比我用过的 memcached 复杂多了,MSDN有一篇文章进行介绍Introduction to
Caching
with Windows Server AppFabric
·
2015-11-01 10:04
windows
EnterpriseLibrary+Oralce实现缓存失效并加载数据
主要用到了
Caching
Application Block+Data Access Application Block+Oracle 原理介绍:给表增加一个触发器,在修改数据时,调用Java存储过程修改一个外部
·
2015-11-01 10:07
library
Enterprise Library5.0 缓存使用篇
创建
caching
Configuration 的配置节处理程序时出错: 未能加载文件或程序集“Microsoft.Practices.EnterpriseLibrary.
Caching
, Version
·
2015-11-01 10:07
library
GeoServer——Accelerate your maps with GeoWebCache!
It runs as a proxy server between a map client and map server,
caching
tiles as they are requested, thus
·
2015-11-01 10:49
geoserver
浅谈缓存的设计与使用注意项(上)
memory cache + backing store enterprise libiary中的
caching
block 在微软pattern&practise团队发布的enterprise
·
2015-11-01 10:17
缓存
利用数据缓存机制提高智能设备应用程序的数据访问性能
刚看了 Chris Tacke 的《Improving Data Access Performance with Data
Caching
》一文,回想起以前做过的一些项目,对数据缓存在提高数据访问性能方面的作用颇有感受
·
2015-11-01 10:26
应用程序
雅虎开源Traffic Server
Traffic Server是Inktomi的产品,是一套高效的HTTP Proxy/
Caching
服务器,据说很早就支持多处理器(而流行的开源缓存服务器 Squid至 今还不行),Inktomi后在
·
2015-11-01 10:51
traffic server
ASP.Net:一秒钟的Cache有多大作用?
详情: http://aspalliance.com/251 为方便阅读,把全文抄过来了: ASP.NET Micro
Caching
: Benefits of a One-Second Cache
·
2015-11-01 09:28
asp.net
System.Web.
Caching
.Cache类 缓存 各种缓存依赖
Cache类,是一个用于缓存常用信息的类。HttpRuntime.Cache以及HttpContext.Current.Cache都是该类的实例。 一、属性 属性 说明 Count 获取存储在缓存中的项数。 EffectivePercentagePhysicalMemoryLimit 获取在 ASP.NET 开始从缓存中移除项之前应用程序可使用的物理内存百分比。 Effect
·
2015-11-01 09:39
System
Enterprise Library 4.1
Caching
Block 图文笔记
一,下载并安装好Enterprise Library 4.1 二,新建一个Web应用程序 三,右键点击Web.Config 文件 使用 Edit Enterprise Library Configuration 可以编辑Web.Config,建立一个缓存程序块 1.可以在Cache Managers 中建立多个缓存管理器,然后设置默认使用哪个管理器 &nb
·
2015-11-01 08:12
library
C#WinForm 缓存
代码 System.Web.
Caching
.Cache c = System.Web.HttpRuntime.Cache; if
·
2015-11-01 08:55
WinForm
System.Web.
Caching
命名空间类介绍
在System.Web.
Caching
下的类,主要是处理web客户端的Cache它有如下主要类:CacheCacheDependencySqlCacheDependency类比较简单直观,只是要特别说明一下
·
2015-10-31 19:10
System
Description of the hard disk cache
Disk
caching
can be used to speed up t
·
2015-10-31 18:34
script
ThinkDev组件库 - 开篇
3、ThinkDev.
Caching
:主要为应
·
2015-10-31 18:38
kde
NoAbsoluteExpiration与NoSlidingExpiration
NoAbsoluteExpiration与NoSlidingExpiration .NET2.0 中 System.Web.
Caching
.Cache.NoAbsoluteExpiration
·
2015-10-31 18:42
absolute
Cache.Insert 与 Cache.Add 区别
Cache.Insert 与 Cache.Add 区别 [转] System.Web.
Caching
命名空间提供用于缓存服务器上常用数据的类。
·
2015-10-31 18:41
insert
SQLOS
Caching
slavao 18 Mar 2005 12:19 PM Comments 7 Yukon
caching
vs SQL2000 What makes Yukon memory management
·
2015-10-31 18:38
sql
EhCache WebCache 与 SpringMVC集成时 CacheManager冲突的问题
EhCache WebCache 与 SpringMVC集成时 CacheManager冲突的问题 在使用EhCache Web组件时 需要将 SimplePage
Caching
Filter
·
2015-10-31 16:53
CacheManager
ASP.NET缓存全解析4:应用程序数据缓存 转自网络原文作者李天平
System.Web.
Caching
命名空间提供用于缓存服务器上常用数据的类。此命名空间包括 Cache 类,该类是一个字典,您可以在其中存储任意数据对象,如哈希表和数据集。
·
2015-10-31 16:44
asp.net
[Enterprise Library for .NET Framework 2.0]缓存使用小计
关键代码: using Microsoft.Practices.EnterpriseLibrary.
Caching
; using Microsoft.Practices.EnterpriseLibrary.
Caching
.Expirations
·
2015-10-31 16:18
framework
简单的缓存处理类
System.Data; using System.Configuration; using System.Web; using System.Web.
Caching
·
2015-10-31 15:58
缓存
通过程序修改web.config/app.config文件中的节点(appSettings,connectionStrings,system.web/
caching
/outputCacheSettings
今天被告知要做一个修改web.config的一个节点(修改system.web/
caching
/outputCacheSettings内的一个节点的值) 本想使用xml文件序列化的,但是感觉要重写所有的代码
·
2015-10-31 15:47
Connection
gperftools相关文档
1. tcmalloc中文版: http://shiningray.cn/tcmalloc-thread-
caching
-malloc.html 2. heapprofiler:
·
2015-10-31 15:57
tools
ThreadContext
UseThreadContext using System; using System.Collections.Generic; using System.Linq; using System.Runtime.
Caching
·
2015-10-31 15:55
context
ThreadContext
UseThreadContext using System; using System.Collections.Generic; using System.Linq; using System.Runtime.
Caching
·
2015-10-31 15:54
context
上一页
58
59
60
61
62
63
64
65
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他