07 2021 档案

摘要:this.color = 'red' ? 'blue' : 'red' this.color永远为 'red,因为'red' ? 'blue' : 'red'永远为‘red’ this.color = this.color 'red' ? 'blue' : 'red' this.color会根据& 阅读全文
posted @ 2021-07-04 16:44 绣幕 阅读(74) 评论(0) 推荐(0)
摘要:背景:阿里云服务器,df -h /dev/vda1有40g,然后想把这40g拆一下,拆成几个分区,挂载到不同的路径下。 行动:需要先卸载挂载的盘,但是umount失败,通过fuser删除盘上的服务失败,最后一系列操作把服务器搞崩了 o.o 失败步骤: 磁盘分区df -humount / --fail 阅读全文
posted @ 2021-07-03 21:31 绣幕 阅读(292) 评论(1) 推荐(0)