随笔分类 -  java开发

摘要:package com.zhouyy.core.enums; /** * @description: * @author zhouyy * @date: 2022/6/13 18:18 */ public enum FileTypeEnum { //_.*(".application/octet-s 阅读全文
posted @ 2022-06-13 18:59 _万古如长夜 阅读(292) 评论(0) 推荐(0) 编辑
摘要:public static void main(String[] args) { getUserCreditFilesData(); String result = null; try { //直接引用远程的wsdl文件 //以下都是套路 Service service = new Service( 阅读全文
posted @ 2022-06-10 18:45 _万古如长夜 阅读(107) 评论(0) 推荐(0) 编辑
摘要:问题 老版本的hibernate。在不允许 占位符、命名参数 公用模式下。 以下sql情况,in 的模式是不生效的 select * from a where a in (?); //以上sql。传入list或者固定分隔符的字符串。实际测试均不生效 List params = new ArrayLi 阅读全文
posted @ 2022-06-10 18:32 _万古如长夜 阅读(966) 评论(0) 推荐(0) 编辑
摘要:--多insert 改为 insert (),(),() ;\r\nINSERT INTO `([A-Za-z_]+)+` VALUES 改为 , \);\r\nINSERT INTO ([A-Za-z_]+)+ ([AZaz,]+)+ VALUES 改为\),\r\n 多inser 阅读全文
posted @ 2022-03-18 22:29 _万古如长夜 阅读(48) 评论(0) 推荐(0) 编辑
摘要:update sys_user set PASSWORD='0cdc40950bf6e2c934ae553af877bf1a',SALT='7c8efc420e23409798be8f3c836fc772'; --登录mysql --default-character-set=utf8 -uroot 阅读全文
posted @ 2021-12-21 14:03 _万古如长夜 阅读(95) 评论(0) 推荐(0) 编辑
摘要:user nginx; worker_processes 4; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 1024; } http { include mi 阅读全文
posted @ 2021-11-10 21:57 _万古如长夜 阅读(64) 评论(1) 推荐(0) 编辑
摘要:指定文件大小的滚动日志【文件大小到达指定尺寸的时候产生一个新的文件】 1 package com.byttersoft.util.log4j; 2 3 import java.io.File; 4 import java.io.IOException; 5 import java.io.Writer 阅读全文
posted @ 2021-03-09 16:39 _万古如长夜 阅读(355) 评论(0) 推荐(0) 编辑
摘要:1 package com.zhouyy.core.utils; 2 3 import org.apache.commons.lang3.RandomStringUtils; 4 import org.apache.commons.lang3.StringEscapeUtils; 5 6 impor 阅读全文
posted @ 2021-03-09 16:09 _万古如长夜 阅读(664) 评论(0) 推荐(0) 编辑
摘要:1 /** 2 * Copyright (c) 2005-2012 springside.org.cn 3 * <p> 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 */ 6 package com.zho 阅读全文
posted @ 2019-11-07 21:17 _万古如长夜 阅读(547) 评论(0) 推荐(0) 编辑
摘要:1 package com.zhouyy.netBank.util; 2 3 import org.springframework.beans.BeansException; 4 import org.springframework.context.ApplicationContext; 5 imp 阅读全文
posted @ 2019-11-07 21:10 _万古如长夜 阅读(1504) 评论(0) 推荐(0) 编辑

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