上一页 1 2 3 4 5 6 ··· 19 下一页
  2023年4月23日
摘要: 转自:https://www.cnblogs.com/jingzh/p/16540150.html 转自:https://blog.csdn.net/asd529735325/article/details/107205214/ 1 MySQL之JSON数据 总所周知,mysql5.7以上提供了一种 阅读全文
posted @ 2023-04-23 14:20 大山008 阅读(169) 评论(0) 推荐(0) 编辑
  2023年4月21日
摘要: 业务场景:部门表数据批量导入,每条数据需要查表获取parentId,ancestors并赋值 目标:一次查出,键(部门名称)值(部门信息)已确认:部门名称不存在重复得情况 1、sql <resultMap id="result" type="com.zhhs.project.system.vo.Be 阅读全文
posted @ 2023-04-21 17:59 大山008 阅读(171) 评论(0) 推荐(0) 编辑
  2023年4月12日
摘要: 场景:表单完全是动态循环出来的: 1、必填校验 //必填标志//requid动态必填 <div class="form-group" th:if="${t.fieldType==1}"> <label class="" th:classappend="${t.isRequired}==1 ? 'co 阅读全文
posted @ 2023-04-12 11:23 大山008 阅读(62) 评论(0) 推荐(0) 编辑
  2023年2月10日
摘要: 项目是基于若依开发 1、dialog页面内容 <el-dialog :title="viewDataTitle" :visible.sync="viewDataOpen" width="600px" append-to-body> <el-form ref="viewDataForm" :model 阅读全文
posted @ 2023-02-10 11:35 大山008 阅读(639) 评论(0) 推荐(0) 编辑
  2023年2月3日
摘要: 1、jar包引入 <dependency> <groupId>com.github.binarywang</groupId> <artifactId>weixin-java-mp</artifactId> <version>4.2.0</version> </dependency> <!--微信支付 阅读全文
posted @ 2023-02-03 14:01 大山008 阅读(38) 评论(0) 推荐(0) 编辑
  2023年1月31日
摘要: public static void main(String[] args) throws IOException { //生成二维码图片 File qrFile = new File("D:\\data\\poster" + File.separator + UUID.randomUUID().t 阅读全文
posted @ 2023-01-31 15:31 大山008 阅读(131) 评论(0) 推荐(0) 编辑
  2023年1月30日
摘要: 参考:https://blog.csdn.net/goxingman/article/details/126172320 https://blog.csdn.net/luChenH/article/details/89558707 public void covert() { //File file 阅读全文
posted @ 2023-01-30 16:58 大山008 阅读(600) 评论(0) 推荐(0) 编辑
  2023年1月10日
摘要: 转自: Java中的Lock与ReentrantLock 转自:Synchronized和ReentrantLock的区别 转自:ReentrantLock 中的 4 个坑 阅读全文
posted @ 2023-01-10 17:15 大山008 阅读(8) 评论(0) 推荐(0) 编辑
摘要: UPDATE tb1 SET f1=REPLACE(str,from_str,to_str) 在字符串 str 中所有出现的字符串 from_str 均被 to_str替换,然后返回这个字符串 实例: update base_gift set img_url=replace(img_url,'htt 阅读全文
posted @ 2023-01-10 11:45 大山008 阅读(181) 评论(0) 推荐(0) 编辑
  2023年1月9日
摘要: public static void main(String[] args) { File file = new File("\\data\\draw_lottery\\test1.txt"); //取得相对路径 System.out.println("Path: " + file.getPath( 阅读全文
posted @ 2023-01-09 17:39 大山008 阅读(83) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 19 下一页