摘要: 几个cpu more /proc/cpuinfo |grep "physical id"|uniq|wc -l 内存使用情况? free -h 每个cpu是几核(假设cpu配置相同) more /proc/cpuinfo |grep "physical id"|grep "0"|wc -l cat 阅读全文
posted @ 2021-06-04 16:55 睁yan-ii 阅读(2051) 评论(0) 推荐(0) 编辑
摘要: 1. git init 2. git add -A 3.git commit -m['初始化'] 4 git remote add origin https://gitee.com/youyisl/myvue.git 5 git push origin master 会出现以下错误 然后 执行 gi 阅读全文
posted @ 2021-06-04 11:16 睁yan-ii 阅读(102) 评论(1) 推荐(0) 编辑