码迷,mamicode.com
首页 > 其他好文
context:component-scan
Scans the classpath for annotated components that will be auto-registered as Spring beans. By default, the Spring-provided @Component, @Repository, @S ...
分类:其他好文   时间:2016-08-06 08:35:37    阅读次数:240
加载 bean*.xml
入口 最后发现 java.util.regex.Pattern 调用matches() 方法 从而得知 支持正则表达式。 总结: 冒号分析 /** * A {@link ResourcePatternResolver} implementation that is able to resolve a ...
分类:其他好文   时间:2016-08-06 08:34:20    阅读次数:247
适配器模式(Adapter pattern)
https://en.wikipedia.org/wiki/Adapter_pattern It allows the interface of an existing class to be used as another interface. It is often used to make e ...
分类:其他好文   时间:2016-08-06 08:34:37    阅读次数:182
四)绘树
实测代码: 打印结果: 格式化结果: 实际项目应用见:SMSE 为 easyui-tree ...
分类:其他好文   时间:2016-08-06 08:33:20    阅读次数:148
class DelegatingFilterProxy
1. 这是一个过滤器代理 <filter-name>shiroFilter</filter-name> 的值会传递给 targetBeanName , targetBeanName = "shiroFilter"; shiroFilter 是由Spring管理的bean,并实现了Filter 接口。 ...
分类:其他好文   时间:2016-08-06 08:35:20    阅读次数:135
RocketMQ服务器监控误区
请不要监控10912端口 case: result: 监控10912端口会导致HAService异常,新起线程,吃掉内存,无限次监控虚拟机将宕机! 时间上是直接因果关系. 监控10911 和 9876 没有问题. MessageStoreConfig.java ...
分类:其他好文   时间:2016-08-06 08:34:27    阅读次数:524
表格中的border-spacing与border
border-spacing 1. 可用,需设置在table标签上或者display为table、inline-table的元素。 必须有border-collapse属性时,才起作用。 如果单元格不分离,怎么来的单元格之间的距离啊。 border-spacing:10px 30px; 表示单元格水 ...
分类:其他好文   时间:2016-08-06 08:33:45    阅读次数:159
bean 的各个属性
http://www.springframework.org/schema/beans/spring-beans.xsd org.springframework.beans.factory.config.BeanDefinition 什么是bean Defines a single (usually ...
分类:其他好文   时间:2016-08-06 08:34:12    阅读次数:803
easyui-dialog 弹窗
...
分类:其他好文   时间:2016-08-06 08:33:40    阅读次数:485
mybatis 配置延迟加载 和 缓存
...
分类:其他好文   时间:2016-08-06 08:33:51    阅读次数:131
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementationSLF4J: See http://www.slf ...
分类:其他好文   时间:2016-08-06 08:32:02    阅读次数:142
Rotate List
Given a list, rotate the list to the right by k places, where k is non-negative. For example:Given 1->2->3->4->5->NULL and k = 2,return 4->5->1->2->3- ...
分类:其他好文   时间:2016-08-06 08:34:30    阅读次数:125
easyUI datagrid
官网 http://www.jeasyui.com/ 文档 http://www.jeasyui.com/documentation/index.php the EasyUI necessary files http://www.jeasyui.com/download/ demo #case# 使 ...
分类:其他好文   时间:2016-08-06 08:31:13    阅读次数:343
多级别过滤器
1. <logger name="cn.zno" level="WARN" /> 作用是配置Logger类,在调用.trace .debug 等信息时进行拦截 依据以下代码 位于ch.qos.logback.classic.Logger.class : effectiveLevelInt 可能的值是 ...
分类:其他好文   时间:2016-08-06 08:33:10    阅读次数:513
日志项目 【精】
web-logback 项目地址见git ...
分类:其他好文   时间:2016-08-06 08:32:16    阅读次数:163
ORA-00911 无效字符
ORA-00911 无效字符 调查发现用plsql 写语句,把分号; 带进了mybatis 的mapper中 蛋都碎了。。。。 去掉; 一切ok ...
分类:其他好文   时间:2016-08-06 08:32:55    阅读次数:126
RocketMQ 自定义文件路径
一 、1. 修改store路径2. 修改logs路径3. 修改rmq_bk_gc.log路径4. 修改rmq_srv_gc.log路径二 、1. 获取正确的rocketmq 源码2. 地址:https://github.com/alibaba/RocketMQ三 、1. 修改store路径: ① 修 ...
分类:其他好文   时间:2016-08-06 08:30:55    阅读次数:6537
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!