摘要: 连接别人:vim /etc/ssh/ssh_config 被连接: vim /etc/ssh/sshd_config 端口重启生效: /etc/init.d/sshd restart 阅读全文
posted @ 2019-05-15 18:39 郭大侠1 阅读(798) 评论(0) 推荐(0)
摘要: http://mp.weixin.qq.com/mp/homepage?__biz=MzI1OTU2MDA4NQ==&hid=15&sn=8a530aa309c1fe6e4d99b3a0d49a9695&scene=18#wechat_redirect 阅读全文
posted @ 2019-05-15 18:05 郭大侠1 阅读(173) 评论(0) 推荐(0)
摘要: 关键词:mysql树查询,mysql递归查询 转自:http://www.cnblogs.com/c-h-y/p/9420726.html 之前一直用的是Oracle,对于树形查询可以使用start with ... connect by select * from menu start with 阅读全文
posted @ 2019-05-15 18:02 郭大侠1 阅读(4805) 评论(0) 推荐(1)
摘要: 关键词:mysql update,mysql delete update中无法用基于被更新表的子查询,You can't specify target table 'test1' for update in FROM clause. 情况如下: (1)第1行更新语句中,update表与子查询中表一样 阅读全文
posted @ 2019-05-15 17:05 郭大侠1 阅读(351) 评论(0) 推荐(0)