• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
学习记录
博客园    首页    新随笔    联系   管理    订阅  订阅
2024年4月19日
JAVA boolean 转 integer
摘要: JAVA中的boolean值true/false 对应Mysql数据库中integer的1/0 可自行转换 阅读全文
posted @ 2024-04-19 10:15 abspace 阅读(57) 评论(0) 推荐(0)
2024年4月9日
nacos注册的服务ip有误,多个网卡导致。
摘要: 在本地idea中启动的时候添加启动配置: 法一: -Dspring.cloud.inetutils.preferred-networks=你自己网卡的ip 法二: -Dspring.cloud.nacos.discovery.ip=127.0.0.1 阅读全文
posted @ 2024-04-09 16:01 abspace 阅读(531) 评论(0) 推荐(0)
2024年3月29日
openmediavault 7.x 安装OpenMediaVault-Plugin-Developers插件
摘要: sudo apt-get update sudo apt-get install dirmngr sudo apt --fix-broken install sudo apt-get --yes --no-install-recommends install dirmngr gnupg wget h 阅读全文
posted @ 2024-03-29 16:55 abspace 阅读(336) 评论(0) 推荐(0)
2024年3月28日
docker 安装Potainer
摘要: 参考 阅读全文
posted @ 2024-03-28 16:16 abspace 阅读(24) 评论(0) 推荐(0)
2023年12月26日
CentOS7中:通过 lrzsz 命令来上传和下载文件
摘要: lrzsz lrzsz 是一款在 linux 里可代替 ftp 上传(rz)和 下载(sz)的程序。 yum -y install lrzsz 阅读全文
posted @ 2023-12-26 09:10 abspace 阅读(306) 评论(0) 推荐(0)
2023年8月28日
vue3 cron表达式(支持回显)
摘要: [cron](https://github.com/ElvaGao/vue3-cron-plus/tree/main/packages/examples "cron") 阅读全文
posted @ 2023-08-28 16:12 abspace 阅读(870) 评论(0) 推荐(0)
2023年5月18日
git 清理commit中历史提交记录的大文件
摘要: git 清理commit中历史提交记录的大文件 起源是公司需要把代码仓库同步到另外一个代码仓库,结果另外一个仓库被限制大文件超过64M提交,所以会同步失败。 刚开始我直接把大文件压缩到64m以内,结果还是同步失败。后来才知道是因为提交记录里面有包含大文件的信息也要删除才行。 具体操作方法: 通过ss 阅读全文
posted @ 2023-05-18 09:52 abspace 阅读(251) 评论(0) 推荐(0)
2023年4月25日
vue (在线/本地 )预览文(pdf、excel、word)
摘要: 参考 https://blog.csdn.net/weixin_52103939/article/details/122447620 https://www.jianshu.com/p/8e1e90570c52 https://www.zhihu.com/question/586261210?utm 阅读全文
posted @ 2023-04-25 15:18 abspace 阅读(57) 评论(0) 推荐(0)
2022年7月7日
Spring boot使用mybatis plus ,自己配置多数据源切换,不使用mybatis plus的自动切换数据源。如何配置?
摘要: 网上有很多springboot + mabatis 配置多数据源的文字和方案,但是我经过配置后aop都执行了,但是AbstractRoutingDataSource没有执行。所以查询结果总是使用的第一个数据源,第一个数据源配置了primary。 解决方案: 配置sqlSessionFactory、s 阅读全文
posted @ 2022-07-07 18:05 abspace 阅读(246) 评论(0) 推荐(0)
2021年9月14日
JAVA实现中英文混合文字友好截取功能
摘要: package com.xxx.utils; import com.google.common.collect.Lists; import java.util.List; /** * 字符工具类 */ public final class CharUtil { public CharUtil() { 阅读全文
posted @ 2021-09-14 16:52 abspace 阅读(302) 评论(0) 推荐(0)
下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3