摘要:
select * from sysdatabases order by name 查询数据库中所有表 select * from sysobjects where xtype='U'; xtype='U' 表示所有用户表 select * from sysobjects where xtype='S 阅读全文
摘要:
vim config/kibana.yml # Port server.port: 6501 # Specifies the address to which the Kibana server will bind server.host: "192.168.8.6" # The URL of th 阅读全文
摘要:
/etc/ssh/sshd_config Server端配置 ClientAliveIntervalSets a timeout interval in seconds after which if no data has been received from the client,sshd wil 阅读全文