摘要: 1.下载安装 官网 Java1.8_31.zip 2.配置环境变量 创建.bat文件,写入以下内容后执行。 自动配置环境变量 @echo off %1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/ 阅读全文
posted @ 2024-04-12 23:36 基础狗 阅读(18) 评论(0) 推荐(0)
摘要: 1.创建后缀为.cmd的文件,写入以下内容后以管理员身份打开 点击查看代码 @echo off pushd "%~dp0" dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Pack 阅读全文
posted @ 2024-04-11 09:50 基础狗 阅读(243) 评论(0) 推荐(0)
摘要: C:\Windows\System32\drivers\etc\hosts 阅读全文
posted @ 2024-04-09 10:40 基础狗 阅读(34) 评论(0) 推荐(0)
摘要: hadoop官方下载地址https://hadoop.apache.org/releases.html 用到的命令/root/hadoop-3.4.0/bin/hdfs namenode -format ,start-all.sh, stop-all.sh 1.三台虚拟机分别设置静态ip 2.设置免 阅读全文
posted @ 2024-04-09 10:35 基础狗 阅读(124) 评论(0) 推荐(0)
摘要: 点击查看代码 登出 Connection to clone1 closed. [root@master .ssh]# ll 总用量 16 -rw-rw-r--. 1 root root 393 4月 9 09:23 authorized_keys -rw . 1 root root 1679 4月 阅读全文
posted @ 2024-04-09 09:28 基础狗 阅读(35) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-04-08 23:22 基础狗 阅读(1) 评论(0) 推荐(0)
摘要: 情况说明:如图 问题的关键点:打包apk的作者放置的图片太大了 解决办法: 下载 ApktoolM 快速编辑所要安装的apk文件 更换为更小的图片 阅读全文
posted @ 2024-04-08 17:08 基础狗 阅读(79) 评论(0) 推荐(0)
摘要: 主从 点击查看代码 [root@master ~]# cd ~/.ssh [root@master .ssh]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key 阅读全文
posted @ 2024-04-07 19:49 基础狗 阅读(39) 评论(0) 推荐(0)
摘要: scp /etc/hosts root@clone1:etc/hosts 点击查看代码 [root@master ~]# scp /etc/hosts root@clone1:/etc/hosts The authenticity of host 'clone1 (192.168.10.11)' c 阅读全文
posted @ 2024-04-07 19:14 基础狗 阅读(98) 评论(0) 推荐(0)
摘要: hostnamectl set-hostname 主机名 bash 阅读全文
posted @ 2024-04-07 19:00 基础狗 阅读(11) 评论(0) 推荐(0)