码迷,mamicode.com
首页 > 2016年08月06日 > 全部分享
日志项目 【精】
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
<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:30:22    阅读次数:165
建立ODBC数据源(基于windows)
1. win+r 2. control 3. 打开数据源 4. 点击添加 5. 选择Oracle in OraClient11g_home1 ,点击完成 6. 填写,查看具体参数信息点击Help 7. 点击Test Connection ...
分类:数据库   时间:2016-08-06 08:31:23    阅读次数:149
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:30:16    阅读次数:161
四)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:32:09    阅读次数:288
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
initialSize,maxTotal,maxIdle,minIdle,maxWaitMillis
conn = dataSource.getConnection(); // 时间点T1 // T1 至 T2 这段时间,该连接为活跃连接 conn.close(); // 时间点T2 // 时间点T2 之后,连接被连接池回收,如果此时idle连接超过maxIdle ,则会释放连接 case: ...
分类:其他好文   时间:2016-08-06 08:31:05    阅读次数:154
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:31:47    阅读次数:196
- Unknown tag (c:set).
...
分类:其他好文   时间:2016-08-06 08:30:30    阅读次数:100
datebox 和 datetimebox 添加『清空』按钮
需要引入 easyui-lang-zh_CN.js 效果图 ...
分类:其他好文   时间:2016-08-06 08:31:36    阅读次数:2056
六)定时任务持久化
If you're using JDBC-Jobstore, you will need a DataSource for its use. It is recommended that your DataSource max connection size be configured to be ...
分类:其他好文   时间:2016-08-06 08:28:51    阅读次数:314
linux 的各个文件夹都是干什么用
http://www.ruanyifeng.com/blog/2012/02/a_history_of_unix_directory_structure.html http://www.pathname.com/fhs/pub/fhs-2.3.html http://lists.busybox.ne ...
分类:系统相关   时间:2016-08-06 08:28:58    阅读次数:352
8) Struts2 2 SpringMVC
git@github.com:witaste/smse.git 数据库脚本: ps:目前是角色-菜单(受保护urls) 左 ...
分类:编程语言   时间:2016-08-06 08:28:08    阅读次数:337
七)oracle 2 mysql
...
分类:数据库   时间:2016-08-06 08:29:40    阅读次数:224
SMTPAppender
SMTP(Simple Mail Transfer Protocol)即简单邮件传输协议,它是一组用于由源地址到目的地址传送邮件的规则,由它来控制信件的中转方式。 http://logback.qos.ch/manual/appenders.html#SMTPAppender http://pop- ...
分类:移动开发   时间:2016-08-06 08:30:32    阅读次数:131
简单引入logback
pom.xml Test.java 控制台打印: ...
分类:其他好文   时间:2016-08-06 08:29:32    阅读次数:128
1673条   上一页 1 ... 77 78 79 80 81 82 83 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!