21. Git取消追踪某个文件
git update-index --assume-unchanged
22.恢复追踪某个文件
git update-index --no-assume-unchanged
23.设置.gitignore忽略文件
echo “*.o” >> .gitignore # 添加需要忽略的文件
echo “/out” >>.gitignore...
分类:
其他好文 时间:
2015-02-09 18:30:49
阅读次数:
146
详细错误:
Failure to transfer classworlds:classworlds:pom:1.1-alpha-2 from http://localhost:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until th...
分类:
其他好文 时间:
2015-02-08 10:21:32
阅读次数:
1396
使用free -m 查看系统使用的内存情况:# free -m total used free shared buffers cachedMem: 7871 7060 811 0 153 5278-/+ buffers/cache:...
分类:
系统相关 时间:
2015-02-03 18:46:17
阅读次数:
242
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from http://uk.maven.org/maven2 was cached in the local repository, reso...
分类:
Web程序 时间:
2015-02-02 12:25:53
阅读次数:
203
Linux显示内存状态
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ free
total used free shared buffers cached
Mem: 3103064 1417636 1685428 6672 1094...
分类:
系统相关 时间:
2015-01-24 20:10:11
阅读次数:
218
packagecom.ibs.auth.controller;importjava.io.UnsupportedEncodingException;importjava.util.Date;importjava.util.HashMap;importjava.util.Iterator;importjava.util.Map;importcom.whalin.memcached.MemCachedClient;importcom.whalin.memcached.SockIOPool;publicclassM..
分类:
系统相关 时间:
2015-01-22 15:41:23
阅读次数:
293
内核:3.8.13
ARM: IBOX 4412
camera分辨率 640x480
160000(1.6G)时4核全开,
echo Peformance > scaling_governor
Mem: 58220K used, 969844K free, 0K shrd, 268K buff, 2524K cached
CPU: 49.7% usr 1.4% sys 0....
分类:
其他好文 时间:
2015-01-20 22:18:54
阅读次数:
222
maven的pom报plugins却是的解决方法.引用Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.org/maven2 was cached ...
分类:
其他好文 时间:
2015-01-19 18:46:56
阅读次数:
152
git删除指定目录下的 所有文件, 命令如下:
1 删除
删除命令列表:
'git rm' [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] ...
强制删除.idea下的所有文件
git rm -fr .idea
2 注释
git commit -t "无用"
3...
分类:
其他好文 时间:
2015-01-10 18:16:43
阅读次数:
247
ORACLE数据库会话有ACTIVE、INACTIVE、KILLED、 CACHED、SNIPED五种状态。INACTIVE状态的会话表示此会话处于非活动、空闲、等待状态。例如PL/SQL Developer连接到数据库,执行一条SQL语句后,如果不继续执行SQL语句,那么此会话就处于INACTIV...
分类:
数据库 时间:
2014-12-30 14:47:55
阅读次数:
201