摘要: 错误方式: import VueCropper from "vue-cropper"; 正确方式: import { VueCropper } from "vue-cropper"; 加上 {} 就对了 阅读全文
posted @ 2024-04-16 19:09 洋三岁 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 在Project Structure 中切换jdk版本 阅读全文
posted @ 2024-03-12 23:57 洋三岁 阅读(3) 评论(0) 推荐(0) 编辑
摘要: SELECT dr_id,dr_name as '区域名称', #早餐SUM(IF(is_muslim=1 AND meal_type=1,order_number,0)) as '早餐清真餐总数',SUM(IF(is_muslim=0 AND meal_type=1,order_number,0) 阅读全文
posted @ 2024-01-10 17:46 洋三岁 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1.Mavne导入加密解密所需的依赖 <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-io</artifactId> <version>1.3.2</version></dependency> 2.在asp 阅读全文
posted @ 2022-10-25 12:05 洋三岁 阅读(1856) 评论(0) 推荐(0) 编辑
摘要: package com.mengxiangnongfu.cms.framework.configure; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation 阅读全文
posted @ 2022-10-22 16:42 洋三岁 阅读(313) 评论(0) 推荐(0) 编辑
摘要: jenkins官网:https://pkg.jenkins.io/redhat-stable/ 步骤: 1.sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo --n 阅读全文
posted @ 2022-10-19 00:55 洋三岁 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 一、SpringBoot整合AvtiveMQ部分 1.引入ActiveMQ依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-activemq</artifactId> 阅读全文
posted @ 2022-06-27 00:53 洋三岁 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1.applicationContext.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.or 阅读全文
posted @ 2022-06-14 09:39 洋三岁 阅读(136) 评论(0) 推荐(0) 编辑
摘要: (1)用户可自查系统是否引用 Apache log4j-core 依赖,没有引用则不受漏洞影响。 (2)排查系统中日志配置是否采用远程动态加载模式。(3)排查系统中是否正在使用JDBCAppender,且是否被配置为支持JNDI等其他可利用的协议。 若涉及,请立即升级到最新的漏洞修复版本2.17.1 阅读全文
posted @ 2022-03-24 09:14 洋三岁 阅读(137) 评论(0) 推荐(0) 编辑
摘要: #存放的位置www_path=/home/project/api #编译好的jar名称jar_name=springboot1.0.jar #获取运行编译好的进程ID,便于我们在重新部署项目的时候先杀掉以前的进程pid=$(cat /home/project/api/pid) #进入最后指定存放ja 阅读全文
posted @ 2022-02-24 10:09 洋三岁 阅读(97) 评论(0) 推荐(0) 编辑
友情链接: 梦想农夫