2019年2月27日

git 笔记

摘要: #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 正义的伙伴! 阅读(130) 评论(0) 推荐(0) 编辑

mysql 查询库中有几张表

摘要: SELECT COUNT(*) TABLES, table_schemaFROM information_schema.TABLESWHERE table_schema = '999*999'99999是 库名 阅读全文

posted @ 2019-02-27 16:20 正义的伙伴! 阅读(932) 评论(0) 推荐(0) 编辑

ubuntu 18.04 修改 固定ip

摘要: 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 正义的伙伴! 阅读(7014) 评论(2) 推荐(0) 编辑

导航

//增加一段JS脚本,为目录生成使用