会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雪山上的蒲公英
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
65
下一页
2022年3月31日
CentOS下Jenkins安装&&Jenkins端口修改不生效踩坑记录
摘要: 首先是安装步骤: # 1、下载镜像仓库jenkins.repo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo --no-check-certificate # 2、下载j
阅读全文
posted @ 2022-03-31 20:51 雪山上的蒲公英
阅读(3037)
评论(0)
推荐(0)
2022年3月8日
二进制方式安装搭建k8s集群
摘要: 使用三台服务器搭建k8s集群,集群服务器地址规划如下: IP hostname 备注 192.168.206.128 master 主节点 192.168.206.129 node1 从节点 192.168.206.130 node2 从节点 1.环境配置 1.1 修改主机名 master: hos
阅读全文
posted @ 2022-03-08 21:00 雪山上的蒲公英
阅读(1227)
评论(0)
推荐(0)
2022年3月5日
centos 7下ifcfg-ens33网卡配置文件详解
摘要: [root@master ~]# cat /etc/sysconfig/network-scripts/ifcfg-ens33 TYPE="Ethernet" PROXY_METHOD="none" BROWSER_ONLY="no" BOOTPROTO="static" DEFROUTE="yes
阅读全文
posted @ 2022-03-05 17:57 雪山上的蒲公英
阅读(2517)
评论(0)
推荐(0)
Win10下VMware Workstation 16 Pro最小化安装CentOS 7
摘要: 参考: https://blog.csdn.net/qq_36059561/article/details/118072396
阅读全文
posted @ 2022-03-05 11:32 雪山上的蒲公英
阅读(65)
评论(0)
推荐(0)
2022年1月1日
kettle 显示中文乱码问题解决方案
摘要: 1. 设置源库数据库连接-高级,在最底下空白处输入set names utf8; 注意分号也需要 2. 选项-命名参数,增加characterEncoding=utf8 3. 编辑Spoon.bat,添加"-Dfile.encoding=UTF-8",重启 if "%PENTAHO_DI_JAVA_
阅读全文
posted @ 2022-01-01 11:24 雪山上的蒲公英
阅读(3467)
评论(0)
推荐(0)
2021年12月7日
execution表达式-切面排除某个方法
摘要: @Before("execution(* com.sina.finance.guarantee.core.controller..*.*Controller.*(..)) && !execution(* com.sina.finance.guarantee.core.controller..*.*C
阅读全文
posted @ 2021-12-07 16:29 雪山上的蒲公英
阅读(1574)
评论(0)
推荐(0)
2021年11月20日
group by报错 this is incompatible with sql_mode=only_full_group_by
摘要: 报错原因: 在MySQL 5.7 版本及以上版本会出现的问题该问题,原因为MySQL 5.7版本默认的sql配置是:sql_mode="ONLY_FULL_GROUP_BY",这个配置严格执行了"SQL92标准"。 因此对于GROUP BY聚合操作,如果在SELECT中的列,没有在GROUP BY中
阅读全文
posted @ 2021-11-20 12:47 雪山上的蒲公英
阅读(16414)
评论(0)
推荐(0)
2021年11月10日
LocalDateTime.now()在SpringBoot项目中获取时间比服务器系统时间早8h
摘要: 解决方法:启动类代码中添加如下
阅读全文
posted @ 2021-11-10 16:52 雪山上的蒲公英
阅读(723)
评论(0)
推荐(0)
2021年10月14日
请求异常 RecoverableDataAccessException的另一种原因
摘要: 查询mysql数据报错: org.springframework.dao.RecoverableDataAccessException:### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.Communications
阅读全文
posted @ 2021-10-14 17:35 雪山上的蒲公英
阅读(7219)
评论(0)
推荐(0)
2021年9月27日
XXX is outside of valid range for type java.lang.Integer
摘要: java.lang.RuntimeException: org.springframework.dao.DataIntegrityViolationException: Error attempting to get column 'CHECK_KEY' from result set. Cause
阅读全文
posted @ 2021-09-27 20:07 雪山上的蒲公英
阅读(3279)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
65
下一页
公告
/* 返回顶部代码 */