摘要:
一、JDK安装 JDK官网下载:https://www.oracle.com 1.创建软件存放目录 [root@hadoop100 ~]# mkdir /data/software/ [root@hadoop100 ~]# cd /data/software/ 2.上传JDK安装包 [root@ha 阅读全文
posted @ 2021-08-30 18:01
年少纵马且长歌
阅读(1421)
评论(0)
推荐(0)
摘要:
一、查看磁盘使用情况 --磁盘使用情况 WITH T1 AS ( SELECT DISTINCT REPLACE(vs.volume_mount_point,':\','') AS Drive_Name , CAST(vs.total_bytes / 1024.0 / 1024 / 1024 AS 阅读全文
posted @ 2021-08-30 09:50
年少纵马且长歌
阅读(183)
评论(0)
推荐(0)