摘要: xdebug.remote_handler=dbgp xdebug.idekey=PHPSTORM ;开启远程调试 xdebug.remote_enable = On ;远程主机 xdebug.remote_host=localhost ;主机端口 xdebug.remote_port=9001 ;开启自动跟踪 xdebug.auto_trace = On ;开启异常跟踪 xdebug... 阅读全文
posted @ 2017-09-13 18:38 程序生(Codey) 阅读(329) 评论(0) 推荐(0) 编辑
摘要: Linux 使用 netstat 查看 netstat 能够显示网络连接、路由表、接口统计信息、伪装连接以及多播成员。目前netstat 已经过时了,都推荐使用ss来代替。 netstat -tnlp | grep :22 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 68 阅读全文
posted @ 2017-09-13 14:57 程序生(Codey) 阅读(371) 评论(0) 推荐(1) 编辑