摘要: In 'Git Bash': Start the 'ssh agent.exe' process eval $(ssh agent s) And install the SSH keys ssh add "C:\Users\MyName\.ssh\id_rsa" SSH配置以及多个SSH & con 阅读全文
posted @ 2017-05-09 10:22 lxp2017 阅读(130) 评论(0) 推荐(0)
摘要: 使用debugbar可以在浏览器中直接查看执行的sql语句,那么怎么知道这些sql是在哪里调用的呢? 方法: 打开 ,把 设为true 阅读全文
posted @ 2017-05-05 15:46 lxp2017 阅读(870) 评论(0) 推荐(0)