码迷,mamicode.com
首页 > 2016年08月06日 > 全部分享
适配器模式(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
js 设置回车事件
...
分类:Web程序   时间:2016-08-06 08:35:59    阅读次数:223
四)绘树
实测代码: 打印结果: 格式化结果: 实际项目应用见: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
window
...
分类:Windows程序   时间:2016-08-06 08:34:58    阅读次数:194
jQuery plugins 图片上传
http://plugins.jquery.com/ 用到一下插件: magnific popup 看大图 jQuery File Upload 多文件上传 jQuery Rotate 图片旋转 github 项目地址: git@github.com:witaste/imgupload.git 效果 ...
分类:Web程序   时间:2016-08-06 08:33:02    阅读次数:186
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
window 方法:延时 和 重复
window 方法 ...
分类:Windows程序   时间:2016-08-06 08:32:30    阅读次数:202
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
web.xml
http://docs.oracle.com/cd/E14571_01/web.1111/e13712/web_xml.htm#WBAPP519 context-param description display-name distributable ejb-ref ejb-local-ref en ...
分类:Web程序   时间:2016-08-06 08:30:58    阅读次数:178
多级别过滤器
1. <logger name="cn.zno" level="WARN" /> 作用是配置Logger类,在调用.trace .debug 等信息时进行拦截 依据以下代码 位于ch.qos.logback.classic.Logger.class : effectiveLevelInt 可能的值是 ...
分类:其他好文   时间:2016-08-06 08:33:10    阅读次数:513
1673条   上一页 1 ... 76 77 78 79 80 81 82 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!