摘要:
#1 git reset 取消放到暂存区的文件 例如 git reset .idea/* git reset HEAD filename :回退文件,将文件从暂存区回退到工作区 //也可以使用 git reset filename #2 git 设置 branch git branch --set- 阅读全文
posted @ 2019-02-27 16:32
whmmm
阅读(138)
评论(0)
推荐(0)
摘要:
SELECT COUNT(*) TABLES, table_schemaFROM information_schema.TABLESWHERE table_schema = '999*999'99999是 库名 阅读全文
posted @ 2019-02-27 16:20
whmmm
阅读(938)
评论(0)
推荐(0)
摘要:
ubuntu 18.04 使用 netplan 配置 ! vim /etc/netplan/50-cloud-init.yaml network: ethernets: ens160: addresses: - 210.72.92.28/24 # IP及掩码 gateway4: 210.72.92. 阅读全文
posted @ 2019-02-27 12:48
whmmm
阅读(7033)
评论(2)
推荐(0)