- 博客(8)
- 收藏
- 关注
原创 openstack出错The server is currently unavailable. Please try again at a later time.(HTTP 503)
openstack中ciner服务出现The server is currently unavailable. Please try again at a later time.问题
2022-10-20 16:56:50
2714
原创 Anaconda安装pytorch出现错误python版本过高解决方法
1:Your python: python=3.9.5If python is on the left-most side of the chain, that’s the version you’ve asked for.When python appears to the right, that indicates that the thing on the left is somehow not available for the python version you are constrained
2021-11-24 16:15:47
18183
原创 Could not chdir to home directory /home/tom: No such file or directory
xshell普通用户登录 Could not chdir to home directory /home/tom: No such file or directory1.使用useradd tom创建用户 切换至home文件下使用ls没有tom文件。2.使用tom用户登录提示Could not chdir to home directory /home/tom: No such file or directory3.使用useradd -m jerry创建用户就可以在home文件下找到用户且可以正常登
2021-09-29 11:32:41
9174
3
原创 Xshell 7第一次连接正常,再次连接提示Could not connect to ‘192.168.xx.xxx‘ (port 22): Connection failed
Xshell 7第一次连接正常,再次连接提示Could not connect to ‘192.168.xx.xxx‘ (port 22): Connection failed记录xshell连接ubuntu出现的错误1.第一次连接出现错误检查发现ssh未安装安装命令: sudo apt-get install openssh-server检查ssh是否启动命令:sudo ps -e |grep ssh启动ssh命令:sudo service ssh start2.第二次连接提示连接失败检查
2021-09-26 18:19:56
396
原创 人机猜拳游戏Java语言
MoraGame.javapublic class MoraGame { public static void main(String[] args) { Referee referee=new Referee(); Player player1=new Person(); //玩家1 真人 Player player2=new Computer();//玩家2 电脑 System.out.println("游戏开始!请做好准备")
2021-01-12 19:28:03
208
原创 mysql常见错误整理
1.首先要确认自己的mysql目录中一定有my.ini,没有的话创建创建步骤:在桌面创建文本my.txt,修改后缀为ini,打开文件点击另存为,将下方的编码方式改为ANSI,保存至mysql目录中。my.ini中内容如下[mysqld]#设置3306端口port=3306#设置mysql的安装目录basedir=D:\mysql-8.0.18-winx64(改为你自己的安装目录)#设置mysql数据库的数据的存放目录datadir=d:\mysql-8.0.18-winx64\data(
2020-06-09 15:45:08
192
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人