摘要:
import org.apache.commons.dbutils.BasicRowProcessor; import org.apache.commons.dbutils.BeanProcessor; import org.apache.commons.dbutils.QueryRunner; import org.apache.commons.dbutils.RowProcessor; im... 阅读全文
posted @ 2017-02-23 17:17
tonggc1668
阅读(222)
评论(0)
推荐(0)
摘要:
import com.yd.common.data.CIPPageInfo; import com.yd.common.data.CIPReqCondition; import com.yd.common.exception.CIPDaoException; import com.yd.common.runtime.CIPErrorCode; import com.yd.wms.busi.dao... 阅读全文
posted @ 2017-02-23 17:15
tonggc1668
阅读(552)
评论(0)
推荐(0)
摘要:
import java.io.UnsupportedEncodingException; import org.apache.commons.codec.binary.Base64; public class RC4 { public static void main(String[] args) { String msg = "abcd"; Stri... 阅读全文
posted @ 2017-02-23 17:08
tonggc1668
阅读(255)
评论(0)
推荐(0)
摘要:
BEGINDECLARE table_prefix VARCHAR(100);DECLARE table_suffix BIGINT;DECLARE table_name VARCHAR(100);DECLARE sql_text VARCHAR(4000);#异常捕获 DECLARE ER_TAB 阅读全文
posted @ 2017-02-23 17:07
tonggc1668
阅读(172)
评论(0)
推荐(0)
摘要:
import java.net.NetworkInterface; import java.net.SocketException; import java.util.Enumeration; import org.apache.commons.codec.digest.DigestUtils; import com.yd.common.utils.StringUtils; /** ... 阅读全文
posted @ 2017-02-23 17:05
tonggc1668
阅读(194)
评论(0)
推荐(0)
摘要:
import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.beans.factory.annotation 阅读全文
posted @ 2017-02-23 17:02
tonggc1668
阅读(408)
评论(0)
推荐(0)
摘要:
String result = new String(Base64.encodeBase64(DigestUtils.md5(str.getBytes("UTF-8"))),"UTF-8"); System.out.println(result); 阅读全文
posted @ 2017-02-23 16:59
tonggc1668
阅读(387)
评论(0)
推荐(0)
摘要:
import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.i... 阅读全文
posted @ 2017-02-23 16:55
tonggc1668
阅读(200)
评论(0)
推荐(0)
浙公网安备 33010602011771号