结合网页http://www.linuxidc.com/Linux/2011-01/31755.htm等整理物理环境内存4G
,CPU4个,动态硬盘120GKVM:硬盘测试瞬间读取速度Timing cached reads: 23668 MB in 2.00 seconds =
11858.17 M...
分类:
其他好文 时间:
2014-07-22 23:10:12
阅读次数:
528
对于Git,已经跟踪的文件,再加入到.gitignore中,会使忽略失效。使用下面3个命令使它重新生效git rm -r --cached .git add
.git commit -m ".gitignore is now working." 完成之后push到你的代码库即可。
分类:
其他好文 时间:
2014-05-30 11:43:21
阅读次数:
318
报错详情:Failure to transfer
com.thoughtworks.xstream:xstream:pom:1.3.1 from
http://repo.maven.apache.org/maven2 was cached in the local repository, resol...
分类:
其他好文 时间:
2014-05-26 13:27:05
阅读次数:
2261
1、使用free – m命令查看内存使用情况代码如下:total used free shared
buffers cached Mem: 3832 2716 1115 0 95 1483 -/+ buffers/cache: 1137 2695 Swap:
6015 0 6015从上面可以看到内存...
分类:
其他好文 时间:
2014-05-26 11:57:51
阅读次数:
295
虚拟机管理软件:Oracle VirturalBox Manager
4.0.8虚拟机:Ubuntu Server 10.10 i386The problem lies in the fact that ethernet MAC
addresses are cached.You need to re...
分类:
其他好文 时间:
2014-05-21 19:27:39
阅读次数:
311
安装STS报错
1、具体报错如下
Failure to transfer org.codehaus.plexus:plexus-archiver:jar:1.2 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted...
分类:
其他好文 时间:
2014-05-18 07:41:32
阅读次数:
230
缓存执行计划 SQL Server 2008提供了一些服务器对象来分析执行计划
Sys.dm_exec_cached_plans: 包含缓存的执行计划,每个执行计划对应一行。 Sys.dm_exec_plan_attributes:
这是一个系统函数,每一个执行计划都对应着一些属性,在这个系统函数中...
分类:
其他好文 时间:
2014-05-09 07:47:25
阅读次数:
295
Github只允许上传最大100MB的文件,如果超过,则会被server reject则需:git filter-branch --force --index-filter "git rm --cached --ignore-unmatch Project1/Project1.1\ Sample\ Project/output.txt" --prune-empty --tag-name-filt...
分类:
其他好文 时间:
2014-05-09 06:35:41
阅读次数:
341