会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
洋三岁
Yang San Sui
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2024年4月16日
Vue2.x使用VueCropper组件报Failed to mount component: template or render function not defined.
摘要: 错误方式: import VueCropper from "vue-cropper"; 正确方式: import { VueCropper } from "vue-cropper"; 加上 {} 就对了
阅读全文
posted @ 2024-04-16 19:08 洋三岁
阅读(56)
评论(0)
推荐(0)
2024年3月12日
java jdk切换
摘要: 在Project Structure 中切换jdk版本
阅读全文
posted @ 2024-03-12 23:56 洋三岁
阅读(24)
评论(0)
推荐(0)
2024年1月10日
SQL统计案例
摘要: 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:45 洋三岁
阅读(46)
评论(0)
推荐(0)
2022年10月25日
基于Spring AOP切面实现请求入参出参加解密
摘要: 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 洋三岁
阅读(2322)
评论(0)
推荐(0)
2022年10月22日
记一次SpringBoot整合WebSocket 找不到ServerEndpointExporter类的问题
摘要: package com.mengxiangnongfu.cms.framework.configure; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation
阅读全文
posted @ 2022-10-22 16:41 洋三岁
阅读(589)
评论(0)
推荐(0)
2022年10月19日
centos安装jenkins
摘要: 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:54 洋三岁
阅读(46)
评论(0)
推荐(0)
2022年6月27日
C#整合ActiveMQ与SpringBoot整合ActiveMQ数据间交互
摘要: 一、SpringBoot整合AvtiveMQ部分 1.引入ActiveMQ依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-activemq</artifactId>
阅读全文
posted @ 2022-06-27 00:53 洋三岁
阅读(199)
评论(0)
推荐(0)
2022年6月14日
javaweb常用的配置文件
摘要: 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 洋三岁
阅读(197)
评论(0)
推荐(0)
2022年3月24日
2021年爆出log4j漏洞修复
摘要: (1)用户可自查系统是否引用 Apache log4j-core 依赖,没有引用则不受漏洞影响。 (2)排查系统中日志配置是否采用远程动态加载模式。(3)排查系统中是否正在使用JDBCAppender,且是否被配置为支持JNDI等其他可利用的协议。 若涉及,请立即升级到最新的漏洞修复版本2.17.1
阅读全文
posted @ 2022-03-24 09:14 洋三岁
阅读(183)
评论(0)
推荐(0)
2022年2月24日
javaweb项目启动脚本
摘要: #存放的位置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 洋三岁
阅读(134)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告
友情链接:
梦想农夫