码迷,mamicode.com
首页 >  
搜索关键字:release board    ( 13112个结果
SpringBoot系列——cache缓存
前言 日常开发中,缓存是解决数据库压力的一种方案,通常用于频繁查询的数据,例如新闻中的热点新闻,本文记录springboot中使用cache缓存。 官方文档介绍:https://docs.spring.io/spring-boot/docs/2.1.0.RELEASE/reference/htmls ...
分类:编程语言   时间:2021-06-10 18:50:45    阅读次数:0
【问题解决】SpringBoot工程无法找到父依赖 parent-pom Failure to find com.xxx:parent-pom:pom:1.0.0.RELEASE
总结下碰到的BUG,之前遇到忘记记录下来,导致又进行了重复无用的搜索定位解决BUG操作。 问题:Non-resolvable parent POM for com.alili:base-model:[unknown-version]: Failure to find com.alili:parent ...
分类:编程语言   时间:2021-06-10 17:48:24    阅读次数:0
centos7使用yum方式安装MySQL8
yum -y localinstall http://mirrors.ustc.edu.cn/mysql-repo/mysql57-community-release-el7.rpm yum install -y mysql-community-server if [ ! "$(cat /usr/b ...
分类:数据库   时间:2021-06-07 21:17:01    阅读次数:0
centos7使用yum方式安装redis6
yum -y install epel-release wget make gcc-c++ cd /opt wget https://download.redis.io/releases/redis-6.2.3.tar.gz tar -xf redis-6.2.3.tar.gz cd redis-6 ...
分类:其他好文   时间:2021-06-07 21:16:38    阅读次数:0
CentOS7.X yum安装MySQL8.0
查看当前系统版本的详细信息 # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) yum源下载 地址:https://dev.mysql.com/downloads/repo/yum/ 下载地址:https://repo.mys ...
分类:数据库   时间:2021-06-07 20:40:56    阅读次数:0
linux - CentaOS 7 -安装docker
docker - 离线安装【因为是虚机,在线安装试了很久,各种方法都找了,最后还是没有成功,最后采用离线安装的方式,成了,所以只记录离线安装的方法】 docker一般安装在linux7以上,内核3.1以上。 查看内核: uname -a lsb_release -a 安装文件下载地址:https:/ ...
分类:系统相关   时间:2021-06-07 20:08:47    阅读次数:0
yum安装8.0mysql数据库
###yum安装依赖包 yum -y install libaio ###下载mysql_8.x版本rpm包 wget http://repo.mysql.com/mysql80-community-release-el7-1.noarch.rpm ###安装mysql_yum源 yum local ...
分类:数据库   时间:2021-06-04 19:54:22    阅读次数:0
CentOS/Linux 部署.NET5.0 Blazor到ngnix并用supervisor守护进程
一、Blazor Server 编译与发布 cd /home/soursecode/ServerDemo donet publish -c release mv bin/release/net5.0/publish /var/www/ServerDemo supervisor守护serverDemo ...
分类:Web程序   时间:2021-06-04 19:04:52    阅读次数:0
【SpringBoot 基础系列】事件机制的两种消费姿势
借助Spring可以非常简单的实现事件监听机制,本文简单介绍下面向接口与注解监听的两种姿势 【SpringBoot 基础系列】事件机制的两种消费姿势 I. 项目环境 本项目借助SpringBoot 2.2.1.RELEASE + maven 3.5.3 + IDEA进行开发 为了后面的发布事件验证, ...
分类:编程语言   时间:2021-06-03 17:55:13    阅读次数:0
linux下安装mysql
#CentOS7的yum源中默认好像是没有mysql 1.1 下载mysql的repo源 cd /usr/local wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm 1.2 安装mysql-community-r ...
分类:数据库   时间:2021-06-03 17:43:34    阅读次数:0
13112条   上一页 1 2 3 4 5 ... 1312 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!