11 2015 档案
摘要:今天配置了log4j中写多个文件的内容,配置了半天才搞出来,为了避免类似问题,写个博客吧。首先说一下需求,每天要在7个文件夹中生成文件,文件格式为xxx.log.2000.01.01,自己开发个写文件工具也不是不可以,但是一想log4j有现成的功能,何乐而不为呢,思想胜于一切。所以需要一个logge...
阅读全文
摘要:> 版本说明 org.springframework spring-context 3.2.14.RELEASE org.springframework.webflow spring-webflow ...
阅读全文
摘要:简单范例create or replace procedure delete_tableisi number(10);begin for x in (select * from emp where DEPTNO like 'a%') loop delete emp where emp....
阅读全文
摘要:游标遍历select语句set serveroutput on;declare type sp_test1_cursor is ref cursor; test1_cursor sp_test1_cursor; v_name user_tables.TABLE_NAME%...
阅读全文
浙公网安备 33010602011771号