上一页 1 2 3 4 5 6 7 8 9 ··· 66 下一页
摘要: 1.前言 日常开发中,对于串行化的任务适当解耦耗时操作和业务逻辑,在保证结果准确性的前提下,使用异步方法适当进行并行化改造,可以提高接口响应速度,提升使用体验。 如下抽象的串行化工作流程: 业务查询,首先登记记录record[cost 3s],之后依次执行searchA[cost 1s]、searc 阅读全文
posted @ 2022-04-21 16:16 雪山上的蒲公英 阅读(1692) 评论(0) 推荐(0)
摘要: 首先是安装步骤: # 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 雪山上的蒲公英 阅读(3079) 评论(0) 推荐(0)
摘要: 使用三台服务器搭建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 雪山上的蒲公英 阅读(1250) 评论(0) 推荐(0)
摘要: [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 雪山上的蒲公英 阅读(2598) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/qq_36059561/article/details/118072396 阅读全文
posted @ 2022-03-05 11:32 雪山上的蒲公英 阅读(73) 评论(0) 推荐(0)
摘要: 1. 设置源库数据库连接-高级,在最底下空白处输入set names utf8; 注意分号也需要 2. 选项-命名参数,增加characterEncoding=utf8 3. 编辑Spoon.bat,添加"-Dfile.encoding=UTF-8",重启 if "%PENTAHO_DI_JAVA_ 阅读全文
posted @ 2022-01-01 11:24 雪山上的蒲公英 阅读(3603) 评论(0) 推荐(0)
摘要: @Before("execution(* com.sina.finance.guarantee.core.controller..*.*Controller.*(..)) && !execution(* com.sina.finance.guarantee.core.controller..*.*C 阅读全文
posted @ 2021-12-07 16:29 雪山上的蒲公英 阅读(1595) 评论(0) 推荐(0)
摘要: 报错原因: 在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 雪山上的蒲公英 阅读(16599) 评论(0) 推荐(0)
摘要: 解决方法:启动类代码中添加如下 阅读全文
posted @ 2021-11-10 16:52 雪山上的蒲公英 阅读(735) 评论(0) 推荐(0)
摘要: 查询mysql数据报错: org.springframework.dao.RecoverableDataAccessException:### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.Communications 阅读全文
posted @ 2021-10-14 17:35 雪山上的蒲公英 阅读(7361) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 66 下一页
/* 返回顶部代码 */