首先应该对context:include-filter和context:exclude-filter有一个了解,include是包含这个,而不是只包含,下面会有例子看看: 这是我最开始配置的MVC的配置文件,我以为是我这么配置以后,这个扫描就会只扫描Controller注解,但是不是这样的,按照我的 ...
分类:
编程语言 时间:
2016-07-12 11:57:19
阅读次数:
165
Given an integers array A. Define B[i] = A[0] * ... * A[i-1] * A[i+1] * ... * A[n-1], calculate B WITHOUT divide operation. Given an integers array A. ...
分类:
其他好文 时间:
2016-07-01 11:56:28
阅读次数:
177
今天公司大牛帮我搞定了mysql初始化密码问题,纪录一下: ~ ps aux | grep mysqlMetro 7149 0.0 0.0 2432772 564 s000 R+ 7:16下午 0:00.00 grep --color=auto --exclude-dir=.bzr --exclud ...
分类:
数据库 时间:
2016-06-30 20:09:03
阅读次数:
421
一.Linux备份策略1.tar完全备份 -Nyyyy-mm-dd备份..后更新的文档 文件看ctime 目录看atime -p 保留原有属性权限 -P 保留原有绝对路径不变 --exclude 排除不需要备份的文档2.touch:修改文件时间和创建新文件 atime:文件的内容被取用,如cat mtime:文件内容数据被改 ctime:文..
分类:
其他好文 时间:
2016-06-17 17:36:01
阅读次数:
185
一.Linux备份策略1.tar完全备份-Nyyyy-mm-dd备份..后更新的文档文件看ctime目录看atime-p保留原有属性权限-P保留原有绝对路径不变--exclude排除不需要备份的文档2.touch:修改文件时间和创建新文件atime:文件的内容被取用,如catmtime:文件内容数据被改ctime:文件的状态改变,如..
分类:
其他好文 时间:
2016-06-17 17:34:53
阅读次数:
177
在之前的博文有说明动态添加一个结点,本次就说明如何动态删除一个结点。在上一篇博文有讲解如何限制一个结点的连接,要动态删除一个结点,可以在这个基础之上进行配置。1. 在host1上配置dfs.hosts.exclude在dfs.hosts.exclude指定的文件中添加host4:
再执行如下命令:hadoop dfsadmin -refreshNodes然后用如下命令进行查看:hadoop...
分类:
其他好文 时间:
2016-06-12 02:25:15
阅读次数:
213
Files globs will be available in TypeScript 2.0, so in the meantime, we need to use "exclude" and "rootDir" to configure which files to load. This les ...
分类:
其他好文 时间:
2016-06-09 06:24:57
阅读次数:
488
条件选取querySet的时候,filter表示=,exclude表示!=。querySet.distinct() 去重复__exact 精确等于 like 'aaa' __iexact 精确等于 忽略大小写 ilike 'aaa' __contains 包含 like '%aaa%' __icon ...
分类:
其他好文 时间:
2016-06-02 19:40:03
阅读次数:
175
1 .Duplicate files copied in APK META-INF/LICENSE.txt android { packagingOptions { exclude 'META-INF/LICENSE.txt' } } My logcat: log Execution failed ...
分类:
移动开发 时间:
2016-05-30 12:42:03
阅读次数:
268