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: Defaulting to no-operation (NOP) logger implementationSLF4J: See http://www.slf ...
分类:
其他 时间:
2016-08-06 08:31:36
收藏:
0 评论:
0 赞:
0 阅读:
251
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
官网 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
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
ORA-00911 无效字符 调查发现用plsql 写语句,把分号; 带进了mybatis 的mapper中 蛋都碎了。。。。 去掉; 一切ok ...
分类:
其他 时间:
2016-08-06 08:30:00
收藏:
0 评论:
0 赞:
0 阅读:
142
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
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
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
使用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
一 、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
conn = dataSource.getConnection(); // 时间点T1 // T1 至 T2 这段时间,该连接为活跃连接 conn.close(); // 时间点T2 // 时间点T2 之后,连接被连接池回收,如果此时idle连接超过maxIdle ,则会释放连接 case: ...
分类:
其他 时间:
2016-08-06 08:28:56
收藏:
0 评论:
0 赞:
0 阅读:
3155
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