04 2024 档案
摘要:点击查看代码 [root@clone2 ~]# mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 9 Server
阅读全文
摘要:在使用mysql -uroot -P3307 -proot和SQLyong连接MySQL时报错 1.在MySQL 8.3 Command Line Client登录 点击查看代码 Enter password: **** Welcome to the MySQL monitor. Commands
阅读全文
摘要:服务>MySQLE>属性>登录>本地系统账户>允许服务与桌面交互
阅读全文
摘要:1.下载安装 官网 Java1.8_31.zip 2.配置环境变量 创建.bat文件,写入以下内容后执行。 自动配置环境变量 @echo off %1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/
阅读全文
摘要:1.创建后缀为.cmd的文件,写入以下内容后以管理员身份打开 点击查看代码 @echo off pushd "%~dp0" dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Pack
阅读全文
摘要:C:\Windows\System32\drivers\etc\hosts
阅读全文
摘要: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.设置免
阅读全文
摘要:点击查看代码 登出 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月
阅读全文
摘要:情况说明:如图 问题的关键点:打包apk的作者放置的图片太大了 解决办法: 下载 ApktoolM 快速编辑所要安装的apk文件 更换为更小的图片
阅读全文
摘要:主从 点击查看代码 [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
阅读全文
摘要: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
阅读全文
摘要:hostnamectl set-hostname 主机名 bash
阅读全文
摘要:正确书写GATEWAY,添加dns
阅读全文
摘要:虚拟网络设置子网ip,取消勾选DHCP自动分配。 这次是192.168.10.0。NET网关是192.168.10.2。 配置CentOS配置内容是 BOOTPROTO=static IPADDR=192.168.10.10 NETMASK=255.255.255.0 GAETWAY=192.168
阅读全文
摘要:1.卸载openjdk rpm -qa | grep java | xargs rpm -e --nodeps rpm -qa | grep jdk | xargs rpm -e --nodeps 卸载后查看 rpm -qa | grep java rpm -qa | grep jdk 无回显 2.
阅读全文
摘要:解决方法: 重启Xshell(或Xftp),多次连接
阅读全文
摘要:问题的关键点:物理机ipv4与虚拟机ipv4相同 解决方法: 更改虚拟机静态ipv4,更改映射 点击查看代码 [root@hadoop101 ~]# vim /etc/sysconfig/network-scripts/ifcfg-ens33 IPV6INIT=yes IPV6_AUTOCONF=y
阅读全文
摘要:1.右键进入显卡设置。 2.选择对比度,降至最低。
阅读全文