码迷,mamicode.com
首页 >  
搜索关键字:cache    ( 8390个结果
Windows 系统下设置Nodejs NPM全局路径
Windows下的Nodejs npm路径是appdata,很不爽,想改回来,但是在cmd下执行以下命令也无效 npm config set cache "D:\nodejs\node_cache" npm config set prefix "D:\nodejs\node_global" 最后在nodejs的安装目录中...
分类:Windows程序   时间:2014-12-24 12:05:16    阅读次数:1312
[转]缓存、缓存算法和缓存框架简介
以下内容转自:http://www.leexiang.com/cache-algorithm(转载请注明出处)-----------------------------------分割线----------------------------------------------引言我们都听过 cac...
分类:编程语言   时间:2014-12-24 09:50:11    阅读次数:153
局部性原理的点滴应用场景 use of localityprinciple
use of localityprinciple;Cache;FFS;Disk read
分类:其他好文   时间:2014-12-23 19:08:56    阅读次数:255
ajax跨域访问jsonp
ajax跨域访问: 1.前台: try{ $.ajax({ async:false, cache:false, data:{"vote_id":vote_id,"shareholder_card":shareholder_card,"stock_type":stock_type,"currency_type":currency_type}, url...
分类:Web程序   时间:2014-12-23 17:28:36    阅读次数:135
IDEA 编辑器设置
为什么要改缺省的路径配置? 缺省的路径是指定到WINDOWS的用户配置路径下,通常情况下是在操作系统安装的磁盘分区上,IDEA使用的时候产生CACHE文件,导致操作系统所在磁盘分区垃圾文件大量积累。 怎么样改缺省配置...
分类:其他好文   时间:2014-12-23 14:04:26    阅读次数:142
构建Nginx Cache高性能缓存系统
随着Nginxweb服务器得到越来越多的SA的青睐,Nginx的cache功能已经具备Squid所拥有的Web缓存加速功能、清除指定URL缓存的功能。而在性能上,Nginx对多核CPU的利用,胜过Squid不少。另外,在反向代理、负载均衡、健康检查、后端服务器故障转移、Rewrite重写、易用性上,Nginx也..
分类:系统相关   时间:2014-12-23 10:40:19    阅读次数:204
HttpSendRequest的header的构造
heads:=TStringList.Create; heads.Add('Content-Type:application/x-www-form-urlencoded; charset=UTF-8'); heads.Add('Cache-Control:no-cache'); heads.Add('User-Agent:Mozilla/5.0 (compatible; MSIE 9....
分类:Web程序   时间:2014-12-23 10:37:39    阅读次数:209
ListView通用适配器
ListView通用适配器 package org.adapter; import java.lang.reflect.Field; import java.util.List; import java.util.Map; import java.util.Vector; import org.cache.TransformUtils; import android.content...
分类:其他好文   时间:2014-12-23 10:29:02    阅读次数:150
leetcode之LRU实现
题目: Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of th...
分类:其他好文   时间:2014-12-23 00:22:19    阅读次数:227
Mac OX 10.8+ install cmd tool
In terminal, input cmd:? xcode-select --install ?to install command tool Reference:http://cache.baiducontent.com/c?m=9d78d513d98910f20eba837e7c478a394607dc352bd7a14b2488c45f93151d1c1a38a2af60624...
分类:系统相关   时间:2014-12-22 11:22:11    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!