上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页
摘要: 今天配置了log4j中写多个文件的内容,配置了半天才搞出来,为了避免类似问题,写个博客吧。首先说一下需求,每天要在7个文件夹中生成文件,文件格式为xxx.log.2000.01.01,自己开发个写文件工具也不是不可以,但是一想log4j有现成的功能,何乐而不为呢,思想胜于一切。所以需要一个logge... 阅读全文
posted @ 2015-11-29 14:29 MrMrCash 阅读(489) 评论(0) 推荐(0)
摘要: > 版本说明 org.springframework spring-context 3.2.14.RELEASE org.springframework.webflow spring-webflow ... 阅读全文
posted @ 2015-11-29 14:17 MrMrCash 阅读(397) 评论(0) 推荐(0)
摘要: 简单范例create or replace procedure delete_tableisi number(10);begin for x in (select * from emp where DEPTNO like 'a%') loop delete emp where emp.... 阅读全文
posted @ 2015-11-28 00:48 MrMrCash 阅读(188) 评论(0) 推荐(0)
摘要: 游标遍历select语句set serveroutput on;declare type sp_test1_cursor is ref cursor; test1_cursor sp_test1_cursor; v_name user_tables.TABLE_NAME%... 阅读全文
posted @ 2015-11-04 00:22 MrMrCash 阅读(239) 评论(0) 推荐(0)
摘要: package com.demo.test4;import java.util.ArrayList;import java.util.List;import java.util.concurrent.Callable;import java.util.concurrent.CancellationE... 阅读全文
posted @ 2015-08-30 17:36 MrMrCash 阅读(908) 评论(0) 推荐(0)
摘要: package com.demo.test3;import java.util.ArrayList;import java.util.List;import java.util.Random;import java.util.concurrent.Callable;import java.util.... 阅读全文
posted @ 2015-08-30 16:01 MrMrCash 阅读(407) 评论(0) 推荐(0)
摘要: package com.demo.test3;import java.util.concurrent.Callable;import java.util.concurrent.ExecutionException;import java.util.concurrent.FutureTask;/** ... 阅读全文
posted @ 2015-08-29 21:40 MrMrCash 阅读(252) 评论(0) 推荐(0)
摘要: package com.demo.test3;import java.util.concurrent.CountDownLatch;/** * @author QQ: 1236897 * *///闭锁//nThread - 线程数目//startGate -确保所有线程就绪-》countDown->... 阅读全文
posted @ 2015-08-29 21:39 MrMrCash 阅读(189) 评论(0) 推荐(0)
摘要: package com.demo.test;import java.util.Collections;import java.util.HashMap;import java.util.Map;import java.util.concurrent.ConcurrentHashMap;import ... 阅读全文
posted @ 2015-08-29 21:37 MrMrCash 阅读(393) 评论(0) 推荐(0)
摘要: 在eclipse下构建maven项目,该项目由多个子模块组成。1.创建一个父项目NEW -->project-->maven-->maven Project,点击下一步,进入new maven Project的Select project name and location界面,什么也不做,直接下一... 阅读全文
posted @ 2015-07-26 14:44 MrMrCash 阅读(690) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页