08 2023 档案

摘要:1、依赖sun.misc.BASE64Decoder.jar /** * Base64编码 * @param data 要加密的字符数组 * @return String 加密后的16进制字符串 */ public static String encode(byte[] data){ return 阅读全文
posted @ 2023-08-24 09:20 一隅桥畔 阅读(93) 评论(0) 推荐(0) 编辑
摘要:/** * request中参数转换成map */ public static Map<String, String> requestParamsToMap(HttpServletRequest request) { Map<String, String> reqMap = new HashMap< 阅读全文
posted @ 2023-08-23 23:03 一隅桥畔 阅读(61) 评论(0) 推荐(0) 编辑
摘要:<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <configuration> <webResources> <resource> <!--打包时将lib里面 阅读全文
posted @ 2023-08-01 18:37 一隅桥畔 阅读(54) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示