1)引入maven依赖 我这里使用的是springboot 2.1.3.RELEASE 版本: <dependency> <groupId>org.springframework.kafka</groupId> <artifactId>spring-kafka</artifactId> </depe ...
分类:
其他好文 时间:
2020-06-25 12:20:32
阅读次数:
155
安装过程 Win10开启WSL,方法略 安装VSCode,方法略 安装语法提示插件:shellman 安装格式化插件:shell-format(右键 → 格式化文档(Ctrl + Alt + L)) 安装语法错误检查插件:shellcheck 安装插件:shellman、shell-format、s ...
分类:
系统相关 时间:
2020-06-25 09:34:09
阅读次数:
232
Qt Release 构建时强制包含调试信息 https://stackoverflow.com/questions/6993061/build-qt-in-release-with-debug-info-mode 在Qt5中,调用时configure,只需添加选项-force-debug-info ...
分类:
其他好文 时间:
2020-06-24 23:39:52
阅读次数:
74
sudo yum install -y http://rpms.famillecollet.com/enterprise/remi-release-7.rpm sudo yum --enablerepo=remi install redis -y ...
分类:
其他好文 时间:
2020-06-24 15:47:00
阅读次数:
84
Windows下JetBrains CLion的C/C++的pthread库使用配置 ...
更新yum源 CentOS/RHEL 7.x: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/w ...
分类:
Web程序 时间:
2020-06-24 14:03:39
阅读次数:
79
环境: SQL*Plus: Release 19.0.0.0.0 问题: [INS-30502] No ASM disk group found. CAUSE: There were no disk groups managed by the ASM instance +ASM. ACTION: U ...
分类:
数据库 时间:
2020-06-24 00:27:18
阅读次数:
64
Spring事务管理概述 事务管理的核心接口 在 Spring的所有JAR包中,包含一个名为Spring-tx-4.3.6 RELEASE的JAR包,该包就是Spring提供的用于事务管理的依赖包。在该JAR包的 org. springframework.transaction包中,有3个接口文件 ...
分类:
编程语言 时间:
2020-06-23 19:15:30
阅读次数:
54
Redis 6.0.0 稳定版 在五一期间正式发布,在发布这个版本期间,Redis 的团队大约花费了 四个月的时间,期间一共经历了四个 RC 版(Release Candidate),相应改动了许多内容,是目前 Redis的最新的版本。 对于 SSL、ACL、RESP 3 、客户端缓存、线程 I/O ...
分类:
其他好文 时间:
2020-06-23 19:06:26
阅读次数:
184
一、环境搭建 1.python3.7安装 下载地址:https://www.python.org/downloads/release/python-376rc1/ 2.第三方库安装 pip3 install robotframework pip3 install robotframework-rid ...
分类:
其他好文 时间:
2020-06-23 15:10:44
阅读次数:
150