会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
used-conduit-onion
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
21
22
23
24
25
26
27
28
下一页
2024年4月12日
在Windows安装javaSE8
摘要: 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)
2024年4月11日
Windows11长开无故自动重启解决办法
摘要: 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)
2024年4月9日
在Windows11物理机上添加虚拟机映射
摘要: C:\Windows\System32\drivers\etc\hosts
阅读全文
posted @ 2024-04-09 10:40 基础狗
阅读(34)
评论(0)
推荐(0)
在CentOS7上搭建hadoop集群
摘要: 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)
CentOS7设置ssh本机免密登录
摘要: 点击查看代码 登出 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)
2024年4月8日
校园跑代跑简易文档(默认密码)
该文被密码保护。
阅读全文
posted @ 2024-04-08 23:22 基础狗
阅读(1)
评论(0)
推荐(0)
小米黑鲨helo手机安装应用时没有安装按钮
摘要: 情况说明:如图 问题的关键点:打包apk的作者放置的图片太大了 解决办法: 下载 ApktoolM 快速编辑所要安装的apk文件 更换为更小的图片
阅读全文
posted @ 2024-04-08 17:08 基础狗
阅读(79)
评论(0)
推荐(0)
2024年4月7日
设置ssh免密登录——主从、从从
摘要: 主从 点击查看代码 [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小测试
摘要: 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)
CentOS7更改主机名
摘要: hostnamectl set-hostname 主机名 bash
阅读全文
posted @ 2024-04-07 19:00 基础狗
阅读(11)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
下一页
公告