码迷,mamicode.com
首页 >  
搜索关键字:holding the yum lock    ( 36964个结果
RabbitMQ 在centos8上的简单安装
RabbitMQ 安装记录 1.安装 1.1 环境 Zero dependency Erlang RPM from Team RabbitMQ 👉 RabbitMQ Erlang Version Requirements 使用PackageCloud Yum Repository安装 A quic ...
分类:其他好文   时间:2021-05-03 12:16:55    阅读次数:0
Mysql权限整理
all privileges权限有哪些: select, insert, update, delete, create, drop,references, index,alter,create temporary tables,lock tables,execute,create view,show ...
分类:数据库   时间:2021-05-03 12:11:00    阅读次数:0
CentOS-6 失效源替换
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo-backupwget -O /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.odata.cc/rep ...
分类:其他好文   时间:2021-05-03 11:53:06    阅读次数:0
ReentrantLock和synchronized
package com.atguigu.boot.com.atguigu; import java.io.IOException; import java.util.concurrent.TimeUnit; import java.util.concurrent.locks.Lock; import ...
分类:其他好文   时间:2021-05-03 11:52:44    阅读次数:0
浅聊Linux的五种IO模型
在日常 Coding 中,多多少少都会接触到网络 IO,就会想要深入了解一下。看了很多文章,总是云里雾里的感觉,直到读了《UNIX网络编程 卷1:套接字联网API》中的介绍后,才豁然开朗。这里就给大家分享一下,如有不对,欢迎指出。 1. 概念说明 为了便于理解后面的内容,我们先来了解一些概念。 1. ...
分类:系统相关   时间:2021-05-03 11:49:34    阅读次数:0
adb连接安卓设备失败failed to start daemon
adb连接安卓设备失败failed to start daemon Reference:https://blog.csdn.net/whshuo2010/article/details/51094495?locationNum=8 背景 连接设备后,使用adb devices命令查看目前连接的设备, ...
分类:移动开发   时间:2021-05-03 11:40:13    阅读次数:0
The object 'DF__*' is dependent on column '*' - Changing int to double
The object 'DF__*' is dependent on column '*' - Changing int to double Try this: Remove the constraint DF_Movies_Rating__48CFD27E before changing your ...
分类:其他好文   时间:2021-04-30 12:45:29    阅读次数:0
IntelliJ IDEA Merge
Merge 区分 2. 服务器、本地 对比 ...
分类:其他好文   时间:2021-04-30 12:20:28    阅读次数:0
docker&docker-compose安装
一、docker安装 1、通过 uname -r 命令查看当前的内核版本,Docker 要求 CentOS 系统的内核版本高于 3.10 uname -r 2、查看系统是否安装过docker yum list installed | grep docker 3、卸载旧版本(如果安装过旧版本的话) y ...
分类:其他好文   时间:2021-04-30 12:07:02    阅读次数:0
linux系统安装Git
yum -y install git yum方式安装源码,但版本很旧 git version 查看git版本 https://github.com/git/git/releases 上github下载最新版本git源码包,上传至服务器/opt/software(这次下载的是2.8.0版本) tar ...
分类:系统相关   时间:2021-04-29 12:02:09    阅读次数:0
36964条   上一页 1 ... 25 26 27 28 29 ... 3697 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!