摘要:
nginx是怎么处理http请求的 参考: "How nginx processes a request" nginx first decides which server should process the request. Let’s start with a simple configura 阅读全文
摘要:
x命令是直接查看指定地址为开头的内存里的内容 既然是要看,就分你想怎么看,和看多少 怎么看: + d 按十进制格式显示 + x 按十六进制格式显示 + a 按十六进制格式显示 + u 按十六进制格式显示无符号整型 + o 按八进制格式显示 + t 按二进制格式显示 + c 按字符格式显示 + f 按 阅读全文