摘要: 简介: swoole内置实现了一个简单的httpServer类.swoole的http server相当于php-fpm.最大优势在于高性能,代码只载入一次 http_server本质是swoole_server,不过在协议的解析部分固定使用的是http协议解析 完整的http协议请求会被解析并封装 阅读全文
posted @ 2020-03-19 16:51 花花妹子。 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode-cn.com/problems/reverse-integer/ “字符串截取” <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/3/18 * Time: 下午6:23 */ /** * 阅读全文
posted @ 2020-03-19 16:32 花花妹子。 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 地址:https://leetcode-cn.com/problems/two-sum/ <?php /** * Created by PhpStorm. * User: huahua * Date: 2020/3/18 * Time: 下午6:23 */ /** * 给定一个整数数组 nums 和 阅读全文
posted @ 2020-03-19 09:02 花花妹子。 阅读(104) 评论(0) 推荐(0) 编辑