会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Ronald Hu
博客园
首页
新随笔
联系
订阅
管理
[置顶]
Nginx docker compose 挂载
摘要: Nginx docker compose 挂载 version: "3" services: nginx: image: nginx:1.22.1 restart: always ports: - "80:80" volumes: - "nginx_html:/usr/share/nginx/htm
阅读全文
posted @ 2023-12-04 11:18 Ronald Hu
阅读(37)
评论(0)
推荐(0)
[置顶]
mybatis typehandler适配postgresql中的point数组数据类型
摘要: mybatis typehandler适配postgresql中的point数组数据类型 import lombok.extern.slf4j.Slf4j; import org.apache.ibatis.type.BaseTypeHandler; import org.apache.ibatis
阅读全文
posted @ 2022-10-25 15:48 Ronald Hu
阅读(456)
评论(0)
推荐(0)
2024年5月12日
maven 国内源配置
摘要: <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2024-05-12 22:30 Ronald Hu
阅读(63)
评论(0)
推荐(0)
2024年3月26日
springboot redis session 设置context-path 后,一定要设置cookie path
摘要: server: port: 8084 servlet: session: cookie: path: /
阅读全文
posted @ 2024-03-26 15:53 Ronald Hu
阅读(62)
评论(0)
推荐(0)
2024年3月13日
ubuntu 快捷键 idea冲突
摘要: 在Intellij Idea中常用的热键包括有Ctrl+Alt+s,Ctrl+Alt+L,Ctrl+Alt+Left,Alt+F7,而这些热键已经在Gnome中注册,这就导致了热键冲突。 执行以下脚本: !/bin/bash gsettings set org.gnome.desktop.wm.ke
阅读全文
posted @ 2024-03-13 09:27 Ronald Hu
阅读(205)
评论(0)
推荐(0)
2023年6月20日
setup_dev.ps1
摘要: ############################################################################## ## 千里业务windows开发环境安装脚本 ################################################
阅读全文
posted @ 2023-06-20 19:50 Ronald Hu
阅读(47)
评论(0)
推荐(0)
2022年10月26日
postgresql历史版本特性
摘要: Feature Matrix This table outlines which features were added in which version. To get more information about a feature, click the link or hover the mo
阅读全文
posted @ 2022-10-26 15:52 Ronald Hu
阅读(115)
评论(0)
推荐(0)
2022年10月18日
mybatis plus数组问题
摘要: mybatisplus使用如果使用long[]或者其他数组,添加TableName中 autoResultMap = true时TableField的typeHandler才会生效 @TableName(schema = "public", value = "aa", autoResultMap =
阅读全文
posted @ 2022-10-18 14:32 Ronald Hu
阅读(495)
评论(0)
推荐(0)
2022年10月14日
mybatisplus generator
摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc
阅读全文
posted @ 2022-10-14 14:41 Ronald Hu
阅读(61)
评论(0)
推荐(0)
2022年8月26日
springboot 多数据库并配置mybatis
摘要: spring.datasource.titan-master.url=jdbc:mysql://X.X.X.X:port/titan?characterEncoding=UTF-8 spring.datasource.titan-master.username= spring.datasource.
阅读全文
posted @ 2022-08-26 17:33 Ronald Hu
阅读(87)
评论(0)
推荐(0)
下一页
公告