计算机维护 第2页
Git 怎么添加多个远程仓库呢-聚指尖

Git 怎么添加多个远程仓库呢

#添加githubgit remote add origin https://github.com/xxx(仓库地址) #添加oschinagit remote add oschina https://git.oschina.net/xxxx(仓库地址) #提交到oschinagit push oschina master(分...
聚指尖的头像-聚指尖聚指尖1年前
06814
装完Centos7提示Initial setup of CentOS Linux 7 (core)-聚指尖

装完Centos7提示Initial setup of CentOS Linux 7 (core)

在用U盘装完CentOS后,重新开机启动后显示: Initial setup of CentOS Linux 7 (core) 1) [x] Creat user 2) [!] License information (no user will be created) (license not accepted) Pleas...
聚指尖的头像-聚指尖聚指尖1年前
03115
CentOS查看开启端口-聚指尖

CentOS查看开启端口

安装nmap yum install nmap #输入y安装 使用nmap nmap localhost #查看主机当前开放的端口 nmap -p 1024-65535 localhost #查看主机端口(1024-65535)中开放的端口 nmap -PS 192.168.21.163 #...
聚指尖的头像-聚指尖聚指尖1年前
02813
打印机共享11b错误-聚指尖

打印机共享11b错误

计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print 创建DWORD(32位) 名称RpcAuthnLevelPrivacyEnabled 值:0
聚指尖的头像-聚指尖聚指尖1个月前
0407