码迷,mamicode.com
首页 >  
搜索关键字:release debug    ( 20084个结果
在linux安装redis
第一步:升级GCC linux一般默认GCC是4.8.5,Redis新版本使用了更高版本的GCC gcc -v # 查看gcc的版本,一般都是4.8.5 yum -y install centos-release-scl # 升级到9.1版本 yum -y install devtoolset-9- ...
分类:系统相关   时间:2020-12-22 12:30:41    阅读次数:0
01-redis安装
centos7.8 安装 redis 6,先升级gcc,否则编译出错。 环境: 升级gcc: yum -y install centos-release-scl yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ devtoolset-9-bin ...
分类:其他好文   时间:2020-12-22 12:05:01    阅读次数:0
golang环境配置
一、安装Golang 首先到https://golang.org/dl/选择适合你系统的安装包 2)下载完成安装到指定目录即可,我这里默认安装到c盘 3)配置Glang环境变量,新增配置到Path 4)输入go env出现如下,代表成功 二、IDE配置 1)设置run/debug configura ...
分类:其他好文   时间:2020-12-21 12:10:26    阅读次数:0
一些Bat脚本
loop脚本 @title z_loop @echo off rem set times=8 rem set num=1 set /a times+=1 :loop if not %num% == %times% ( @echo on rem begin rem write here that ne ...
分类:其他好文   时间:2020-12-21 11:58:46    阅读次数:0
使用supervisor守护freeswitch进程
一、安装supervisor yum install -y epel-release yum install -y supervisor systemctl start supervisord systemctl enable supervisord 二、使用supervisor管理进程 cat > ...
分类:系统相关   时间:2020-12-21 11:05:54    阅读次数:0
rabbitmq用x-delayed-message的exchange特性支持消息延迟消费
rabbitmq版本:3.6.14 spring-core 版本: 4.2.5.RELEASE 备注:如果springboot升级到比较高的版本,能用到更高版本的amqp依赖包和spring-core依赖包,有比以下实现delay延迟消费的更好的代码。 声明exchange: Map<String, ...
分类:其他好文   时间:2020-12-19 13:38:01    阅读次数:4
linux开箱必备操作
1.查看系统信息 lsb_release -a #cat /proc/version No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.7 LTS Release: 16.04 Codenam ...
分类:系统相关   时间:2020-12-19 12:51:55    阅读次数:5
OpenSSH升级
1、升级准备 1.1、查看系统版本和ssh版本 cat /etc/*release ssh -V 1.2、下载软件包 Openssh下载地址 https://www.openssh.com/ https://openbsd.hk/pub/OpenBSD/OpenSSH/portable/ http: ...
分类:其他好文   时间:2020-12-19 12:38:09    阅读次数:1
SpringBoot运行原理
pom.xml <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.5.RELEASE</version> <rel ...
分类:编程语言   时间:2020-12-18 12:33:50    阅读次数:1
SpringBoot是如何加载配置文件的?
前言本文针对版本2.2.0.RELEASE来分析SpringBoot的配置处理源码,通过查看SpringBoot的源码来弄清楚一些常见的问题比如:SpringBoot从哪里开始加载配置文件?SpringBoot从哪些地方加载配置文件?SpringBoot是如何支持yaml和properties类型的配置文件?如果要支持json配置应该如何做?SpringBoot的配置优先级是怎么样的?placeh
分类:编程语言   时间:2020-12-18 12:14:37    阅读次数:3
20084条   上一页 1 ... 24 25 26 27 28 ... 2009 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!