1,生成数据序2,创建测试同步目录--exclude=排除目录,--include=包括目录,--delete=源主机删除,目标主机也删除lsof -i:8080 端口对应的进程信息;数据目录镜像备份 remote sync;
分类:
其他好文 时间:
2015-03-20 21:57:24
阅读次数:
164
# Local per-repo rules can be added to the .git/info/exclude file in your # repo. These rules are not committed with the repo so they are not shared # with others. This method can be used for local...
分类:
其他好文 时间:
2015-03-20 11:12:29
阅读次数:
150
原文:http://stackoverflow.com/questions/5511433/how-to-exclude-certain-messages-by-tag-name-using-android-adb-logcat
down vote
accepted
If you are using adb logcat you could pipe it through grep and use it's inverted matching: From the grep manpage:
v, --i...
分类:
移动开发 时间:
2015-03-18 10:40:29
阅读次数:
421
在linux中可以用tar打包目录以方便传输or备份,我们先来看一个例子test 文件夹有如下文件12345678910[root@lee ~]# ll test总用量 8-rw-r--r--. 1 root root 0 4月 14 22:18 a.jpg-rw-r--r--. 1 root ro...
分类:
系统相关 时间:
2015-03-14 10:53:52
阅读次数:
163
1、选中报错的jquery文件例如“jquery-1.8.0.min.js”。2、右键选择 MyEclipse-->Exclude From Validation 。3、再右键选择 MyEclipse-->Run Validation 即可。
分类:
Web程序 时间:
2015-03-04 20:41:24
阅读次数:
115
1.解决的问题当你需要一次输入很多个命令的时候,例如一次去几个目录删除文件cd dir1rm file1.tempcd ../../dir2rm -rf dir3当你懒得输入一个好长的命令或者直接就记不住那么长的命令的时候,例如生成ctagsctags --languages=C++ --exclude=third_party --exclude=.git --exclude=build --ex...
分类:
系统相关 时间:
2015-03-04 17:06:31
阅读次数:
238
1、导出名字为A的表(这里会导出SEQUENCES及FUNCTION等内容)expdp TEST/TEST@orcl schemas=TEST dumpfile=TEST.dmp DIRECTORY=db_bak EXCLUDE=TABLE:\"NOT IN\(\'A\')\"2、导出名字不为A的表...
分类:
数据库 时间:
2015-03-02 19:03:12
阅读次数:
238
du [-abcDhHklmsSx] [-L ][-X ][--block-size][--exclude=] [--max-depth=][--help][--version][目录或文件]常用参数:-a或-all 为每个指定文件显示磁盘使用情况,或者为目录中每个文件显示各自磁盘使用情况。-b或-...
分类:
系统相关 时间:
2015-03-02 10:50:20
阅读次数:
212
在linux中可以用tar打包目录以方便传输or备份,我们先来看一个例子test 文件夹有如下文件 1 [root@lee ~]# ll test 2 总用量 8 3 -rw-r--r--. 1 root root 0 4月 14 22:18 a.jpg 4 -rw-r--r--. 1 ro...
分类:
系统相关 时间:
2015-02-22 20:38:40
阅读次数:
317
linux 系统备份与还原备份系统:1.成为 root 用户: su root2.进入根目录: cd /3.用tar命令打包压缩:tar cvpjf 压缩包名.tar.bz2 --exclude=/压缩包名.tar.gz2 /如:tar cvpjf backup.tar.bz2 --exclude=...
分类:
系统相关 时间:
2015-01-31 16:04:28
阅读次数:
237