AIDA64 Extreme 至尊版:FARRD-CU2D6-J9D59-LD2Q4-3AJG7 AIDA64 Engineer 工程版:ULUS1-2RHDB-HGDNX-BDM84-FFZCQ AIDA64 Busi…
分类:分享
HTTP状态码
写在代码里吧 def http_status(code): status={ 100:"100-继续", 101:"101-切换协议", 200:&quo…
解决centos7 启动时报“A start job is running for /etc/rc.local .. Compatibility”错误的问题
调试python的虚拟机启动时报’A start job is running for /etc/rc.local .. Compatibility错误。 问题已经存在很长时间了,但是不影响ssh登录,遂置之…
安装GIT服务器
声明:所有的命令都写在[]里,”+”不包含在命令里,无视即可。 确保你的服务器上未安装过git 使用命令 rpm -qa|grep git 查看 如未安装则执行:[yum install git]…