可用的memory=free memory+buffers+cached仅清除页面缓存(PageCache)# sync; echo 1 > /proc/sys/vm/drop_caches清除目录项和inode# sync; echo 2 > /proc/sys/vm/drop_caches清除页...
分类:
系统相关 时间:
2016-01-15 11:06:39
阅读次数:
211
在浏览器中回车和F5刷新有什么区别那?今天就来说说:浏览器中回车(Enter)和刷新的区别是什么? 这点事。概论:1、回车在 Expires有效的时候,是不会去请求服务器的,打开调试看到的请求也只是伪造的,比如 谷歌浏览器可能显示 200(cached)(比正常的200多了) 其实是没有发起实际的缓...
分类:
其他好文 时间:
2016-01-12 13:30:54
阅读次数:
180
SELECT a.object_id, a.database_id, OBJECT_NAME(object_id, database_id) 'proc name',a.cached_time, a.last_execution_time, a.total_elapsed_time, a.tota....
分类:
数据库 时间:
2016-01-11 17:52:40
阅读次数:
181
UICollectionViewFlowLayout has cached frame mismatchThis is likely occurring because the flow layout subclass MyLineLayout is modifying attributes ret...
分类:
移动开发 时间:
2016-01-05 12:44:35
阅读次数:
243
缓存(cached)是把读取过的数据保存起来,重新读取时若命中(找到需要的数据)就不要去读硬盘了,若没有命中就读硬盘。其中的数据会根据读取频率进行组织,把最频繁读取的内容放在最容易找到的位置,把不再读的内容不断往后排,直至从中删除。缓冲(buffers)是根据磁盘的读写..
分类:
系统相关 时间:
2016-01-04 18:25:47
阅读次数:
197
命令格式git rm [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] …?命令参数-f, --force 强制删除。-r 递归删除目录及其内容。-- cached 从暂存区移除文件,不再跟踪文件,工作区...
分类:
其他好文 时间:
2015-12-30 21:57:31
阅读次数:
226
在linux下使用free命令查看内存使用情况,有buffers和cached两项,以下是它们的区别: buffers是为块设备设计的缓冲。比如磁盘读写,把分散的写操作集中进行,减少磁盘I/O,从而提高系统性能。比如入U盘里cp一个文件,但是U盘读写指示灯未闪动,过了一会儿才闪动。卸载时会清空缓冲,...
分类:
系统相关 时间:
2015-12-30 11:26:15
阅读次数:
191
RESULT CACHE是11g的新特性。
RESULT CACHE MODE
MANUAL: When set to MANUAL (the default), query results are not stored in the result cache.
If cached results are required for individual qu...
分类:
系统相关 时间:
2015-12-18 11:53:09
阅读次数:
227
failure to transfer org.codehaus.plexus:plexus:pom:2.0.5 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will ...
分类:
Web程序 时间:
2015-12-17 20:37:23
阅读次数:
4364
pom.xml报错:ArtifactTransferException: Failure to transfer... from.... cached in the local repository, resolution will not be reattempted until the upda...
分类:
编程语言 时间:
2015-12-11 20:31:27
阅读次数:
171