PhpStorm Xdebug远程调试环境搭建原理分析

Posted by 夏泽民

http://xxlegend.com/2017/05/23/PhpStorm%20Xdebug%E8%BF%9C%E7%A8%8B%E8%B0%83%E8%AF%95%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA%E5%8E%9F%E7%90%86%E5%88%86%E6%9E%90%E5%8F%8A%E9%97%AE%E9%A2%98%E6%8E%92%E6%9F%A5/ 1,环境介绍 本地:windows7(192.168..)+ phpstorm8 远程:Ubuntu14.04(192.168.3.206)+ apache2 + php5



Delve

Posted by 夏泽民

https://github.com/go-delve/delve  Devle是一个非常棒的golang 调试工具,支持多种调试方式,直接运行调试,或者attach到一个正在运行中的golang程序,进行调试。



分布式系统的基本盘

Posted by 夏泽民

学习分布式系统,需要回答以下几个问题:



redis-cli pipe模式

Posted by 夏泽民

Mysql百万数据量级数据快速导入Redis



netpoller

Posted by 夏泽民

https://draveness.me/golang/docs/part3-runtime/ch06-concurrency/golang-netpoller/ 网络轮询器 在今天,大部分的服务都是 I/O 密集型的,应用程序会花费大量时间等待 I/O 操作执行完成。网络轮询器就是 Go 语言运行时用来处理 I/O 操作的关键组件,它使用了操作系统提供的 I/O 多路复用机制增强程序的并发处理能力。本节会深入分析 Go 语言网络轮询器的设计与实现原理。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required