#1. 安装依赖 yum install glib2 glib2-devel GeoIP-devel ncurses-devel zlib zlib-devel -y wget https://github.com/maxmind/geoip-api-c/releases/download/v1.6 ...
分类:
其他好文 时间:
2021-05-04 15:25:34
阅读次数:
0
开发环境安装 安装软件有三种方式: rpm 解压缩 yum在线安装。 JDK安装(rpm) rpm安装命令:rpm -ivh xxx JDK是我们开发java程序必要的环境 步骤: 下载JDK rpm 去oralce官方下载https://www.oracle.com 安装与卸载Java #检测当前 ...
分类:
系统相关 时间:
2021-05-04 15:17:12
阅读次数:
0
命令行 安装软件包 [root@localhost ~]# yum install cobbler cobbler-web dhcp pykickstart -y 开机启动 [root@localhost ~]# systemctl enable --now cobblerd httpd tftp ...
分类:
其他好文 时间:
2021-05-03 12:35:24
阅读次数:
0
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
Build started: Project: stm32f767 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Build target 'stm32f767' compili ...
分类:
其他好文 时间:
2021-05-03 12:11:12
阅读次数:
0
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
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
一、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
https://github.com/maxmind/libmaxminddb ubuntu sudo add-apt-repository ppa:maxmind/ppa sudo apt update sudo apt install libmaxminddb0 libmaxminddb-dev ...
分类:
数据库 时间:
2021-04-30 11:55:10
阅读次数:
0
reduceByKey、groupByKey rdd=sc. parallelize([("one",1),("two",1),("one",1),("one1",1)]) rdd. reduceByKey(lambda x,y:x). count() rdd1=sc. parallelize([( ...
分类:
其他好文 时间:
2021-04-29 12:20:10
阅读次数:
0