上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 341 下一页
摘要: python 3.6.4 不支持使用 raw string r"D:\" 阅读全文
posted @ 2023-04-05 10:00 emanlee 阅读(22) 评论(0) 推荐(0)
摘要: 最新可用国内ChatGPT平替网站 https://ai.bo-e.com/ ChatGPT 3.5 ,目前打不开 https://geekch.art/ ChatGPT 3.5 , 目前不能用,提示“[OpenAI] 服务器限流,请稍后再试 | Server was limited, please 阅读全文
posted @ 2023-04-04 21:02 emanlee 阅读(19456) 评论(0) 推荐(0)
摘要: 当我们打开git bash here工具输入git branch -a时,由于项目太多,无法显示全部,到最后出现 END 或 (END),此时我们要输入其它命令却不可以输入,回车,空格,没有什么反应,感觉被卡住了,只有关闭,再打开重新输入命令查看相关的信息,出现这种现象只需要在命令行里面输入q 解决 阅读全文
posted @ 2023-04-02 15:31 emanlee 阅读(100) 评论(0) 推荐(0)
摘要: 我无法在Git-Bash命令行输入任何字符; 它显示的是一个闪烁的光标.Git Bash昨天工作正常,但我现在无法做任何事情.我该怎么做才能解决这个问题? 解决方案 解决方案是键入reset<Enter> 原因: 原来它可能是任何shell程序(cmd,git bash等)的问题,不一定只是一个Gi 阅读全文
posted @ 2023-04-02 15:29 emanlee 阅读(582) 评论(0) 推荐(0)
摘要: centos 查看网卡型号 查看网卡型号lspci | grep Ethernet Intel I219-LM 阅读全文
posted @ 2023-03-27 17:57 emanlee 阅读(119) 评论(0) 推荐(0)
摘要: nkvers 1、如何查看已安装的CentOS版本信息: 第一种方式:cat /proc/version 第二种方式:uname -a 第三种方式:uname -r Linux version 3.10.0-1127.el7.x86_64 ([email protected] 阅读全文
posted @ 2023-03-27 17:53 emanlee 阅读(1513) 评论(0) 推荐(0)
摘要: 从一台centos服务器登录另外一台centos服务器(使用私钥) centos7一台服务器登录另一台服务器并退出 ssh [email protected] /etc/sshmoduli sshd_config ssh_host_ecdsa_key.pub ssh_host_ed2551 阅读全文
posted @ 2023-03-24 22:25 emanlee 阅读(184) 评论(0) 推荐(0)
摘要: \ufeff使用python打开txt文件,总是开始出现\ufeff, 解决方法;只需将编码格式进行相应的修改,把 UTF-8 编码 改成 UTF-8-sig file=open("班.txt","r",encoding='utf-8')修改为 file=open("班.txt","r",encod 阅读全文
posted @ 2023-03-16 14:15 emanlee 阅读(479) 评论(0) 推荐(0)
摘要: File "D:/03 ��ѧ/2023�괺��Python/0310/����ѧ�ź������Ƚ�v3--��Ѷ���鿼��ר��--12��.py", line 1SyntaxError: Non-ASCII character '\xe6' in file D:/03 ��ѧ/2023�괺� 阅读全文
posted @ 2023-03-16 13:40 emanlee 阅读(118) 评论(0) 推荐(0)
摘要: C:\Python38\python.exe "D:/03 教学/2023年春季Python/211/abc.py"Fatal Python error: init_sys_streams: can't initialize sys standard streamsPython runtime st 阅读全文
posted @ 2023-03-08 21:11 emanlee 阅读(192) 评论(0) 推荐(0)
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 341 下一页