2019年7月19日

加密连接数据库明文密码

摘要: 编写DES加密工具类 编写程序启动时解密类 替换xml配置文件中的<context:property-placeholder location="classpath:jdbc.properties"/>为 阅读全文

posted @ 2019-07-19 16:21 纵横余生 阅读(1055) 评论(0) 推荐(0)

简单的路径获取工具类

摘要: package com.o2o.util; public class PathUtil { //获取当前系统是以“/”还是“\”为路径 private static String seperator=System.getProperty("file.separator"); public static String getImgBasePath() { //获取... 阅读全文

posted @ 2019-07-19 09:20 纵横余生 阅读(158) 评论(0) 推荐(0)

导航