摘要: code:package com.soofound.framework.util;import java.io.IOException;import java.io.InputStream;import java.text.SimpleDateFormat;import java.util.Cale... 阅读全文
posted @ 2015-11-05 16:42 _峰_ 阅读(1062) 评论(0) 推荐(0) 编辑
摘要: package cn.temp.temp;import java.util.concurrent.ForkJoinPool;import java.util.concurrent.RecursiveTask;// F:\myeclipseWorker\temp\bin\cn\temp\temp// ... 阅读全文
posted @ 2015-05-18 12:00 _峰_ 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 0x00 level: 0x020x01 code:-- 删除 DROP FUNCTION IF EXISTS get_varchar_test; -- 创建 CREATE FUNCTION get_varchar_test(_id INT) RETURNS VARCHAR(4) CHARACT... 阅读全文
posted @ 2015-03-27 12:03 _峰_ 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 0x00 level: 0x040x01 code: try {// TOMCAT 下将原 sessionId 赋值给新 request if (request instanceof org.apache.catalina.connect... 阅读全文
posted @ 2015-03-18 11:57 _峰_ 阅读(8743) 评论(0) 推荐(0) 编辑
摘要: 0x00 level: 0x040x01 code: package org.apache.lucene.demo.big.query;import java.io.IOException;import java.util.Comparator;import org.apache.lucene.... 阅读全文
posted @ 2015-03-04 17:04 _峰_ 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 0x00 level: 0x080x01 code: 吊 0x02 出处:http://www.cnblogs.com/lvdabao/p/4280518.html 阅读全文
posted @ 2015-02-09 16:28 _峰_ 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 0x00 level: 0x040x01 code:1 // (lrrq或rq或date)或(yqsl或sl)与(yqdm或ypmc)与 (ysgk或ysdm)与sum与group2 3 String regex = "((?=.*(lrrq|rq|date))|(?=.*(yq... 阅读全文
posted @ 2015-02-04 17:16 _峰_ 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 0x00 level: 0x010x01代码如下: 阅读全文
posted @ 2015-01-31 11:21 _峰_ 阅读(299) 评论(0) 推荐(0) 编辑
摘要: PostgreSql查看当前表被哪些引用作参考表-- pg_CONSTRAINT.contype : p(主键), f(外键), u(唯一), c(检查)-- 查看当前表IDSELECT oid, relname FROM pg_class WHERE relname = '... 阅读全文
posted @ 2015-01-28 11:53 _峰_ 阅读(4201) 评论(0) 推荐(0) 编辑