2021年4月12日

win10创建ssh公钥

摘要: 打开power shell,输入:ssh-keygen -t rsa -C "这里写注释,方便辨别" 查看公钥:cat ~\.ssh\id_rsa.pub 阅读全文

posted @ 2021-04-12 17:24 灬菜鸟灬 阅读(1363) 评论(0) 推荐(1) 编辑

mysql通过列名搜索出表名

摘要: select * from information_schema.columns where TABLE_SCHEMA = '库名' AND column_name = '列名' 阅读全文

posted @ 2021-04-12 16:15 灬菜鸟灬 阅读(247) 评论(0) 推荐(0) 编辑

导航