首页 > 2016年08月06日 > 全部分享
easyui-dialog 弹窗
...
分类:其他   时间:2016-08-06 08:32:15    收藏:0  评论:0  赞:0  阅读:247
mybatis 配置延迟加载 和 缓存
...
分类:其他   时间:2016-08-06 08:32:05    收藏:0  评论:0  赞:0  阅读:1213
window
...
分类:Windows开发   时间:2016-08-06 08:31:55    收藏:0  评论:0  赞:0  阅读:271
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:31:45    收藏:0  评论:0  赞:0  阅读:291
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:31:36    收藏:0  评论:0  赞:0  阅读:251
window 方法:延时 和 重复
window 方法 ...
分类:Windows开发   时间:2016-08-06 08:31:25    收藏:0  评论:0  赞:0  阅读:293
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:31:17    收藏:0  评论:0  赞:0  阅读:193
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:09    收藏:0  评论:0  赞:0  阅读:309
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:36    收藏:0  评论:0  赞:0  阅读:392
多级别过滤器
1. <logger name="cn.zno" level="WARN" /> 作用是配置Logger类,在调用.trace .debug 等信息时进行拦截 依据以下代码 位于ch.qos.logback.classic.Logger.class : effectiveLevelInt 可能的值是 ...
分类:其他   时间:2016-08-06 08:30:17    收藏:0  评论:0  赞:0  阅读:208
日志项目 【精】
web-logback 项目地址见git ...
分类:其他   时间:2016-08-06 08:30:07    收藏:0  评论:0  赞:0  阅读:204
ORA-00911 无效字符
ORA-00911 无效字符 调查发现用plsql 写语句,把分号; 带进了mybatis 的mapper中 蛋都碎了。。。。 去掉; 一切ok ...
分类:其他   时间:2016-08-06 08:30:00    收藏:0  评论:0  赞:0  阅读:142
<filter-mapping> 的 <dispatcher> 的作用
The dispatcher has four legal values: FORWARD, REQUEST, INCLUDE, and ERROR. A value of FORWARD means the Filter will be applied under RequestDispatche ...
分类:移动平台   时间:2016-08-06 08:29:45    收藏:0  评论:0  赞:0  阅读:309
建立ODBC数据源(基于windows)
1. win+r 2. control 3. 打开数据源 4. 点击添加 5. 选择Oracle in OraClient11g_home1 ,点击完成 6. 填写,查看具体参数信息点击Help 7. 点击Test Connection ...
分类:数据库技术   时间:2016-08-06 08:29:35    收藏:0  评论:0  赞:0  阅读:204
web.xml filter 顺序
The order the container uses in building the chain of filters to be applied for a particular request URI is as follows:1. First, the <url-pattern> mat ...
分类:Web开发   时间:2016-08-06 08:29:26    收藏:0  评论:0  赞:0  阅读:300
四)Spring + Quartz
使用Quartz默认配置 /* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may no ...
分类:编程语言   时间:2016-08-06 08:29:17    收藏:0  评论:0  赞:0  阅读:430
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:29:06    收藏:0  评论:0  赞:0  阅读:1455
initialSize,maxTotal,maxIdle,minIdle,maxWaitMillis
conn = dataSource.getConnection(); // 时间点T1 // T1 至 T2 这段时间,该连接为活跃连接 conn.close(); // 时间点T2 // 时间点T2 之后,连接被连接池回收,如果此时idle连接超过maxIdle ,则会释放连接 case: ...
分类:其他   时间:2016-08-06 08:28:56    收藏:0  评论:0  赞:0  阅读:3155
linux查看进程开始时间
ps -eo pid,lstart|grep [pid] 命令解释: -e Select all processes. -o,o Specify user-defined format. pid a number representing the process ID (alias tgid). l ...
分类:系统服务   时间:2016-08-06 08:28:45    收藏:0  评论:0  赞:0  阅读:248
- Unknown tag (c:set).
...
分类:其他   时间:2016-08-06 08:28:35    收藏:0  评论:0  赞:0  阅读:192
1488条   上一页 1 ... 58 59 60 61 62 ... 75 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!