11 2021 档案

摘要:https://blog.csdn.net/qq2942713658/article/details/119716410 https://www.cnblogs.com/yxhblogs/p/10739137.html public function queue_declare( $queue = 阅读全文
posted @ 2021-11-24 17:20 酷酷的城池 阅读(147) 评论(0) 推荐(0) 编辑
摘要:function cnstrrev($str) { $len = strlen($str); for($i = 0; $i < $len; $i++) { $char = $str{0}; if(ord($char) > 127) //ord()函数取得第一个字符的ASCII码,如果大于0xa0(1 阅读全文
posted @ 2021-11-23 10:28 酷酷的城池 阅读(73) 评论(0) 推荐(0) 编辑
摘要:概述 经过一段时间对 Swoole & Swoft 的学习和实践,发现 Swoft 是一个优秀的开发框架,其设计思想借鉴了 Laravel、Yii 等传统 WEB 框架,但很多特性和他们有着较大的区别。Swoft 借助 Swoole 的驱动,大大提高了 PHP 应用的性能,也让开发过程变动轻松、愉快 阅读全文
posted @ 2021-11-18 17:29 酷酷的城池 阅读(529) 评论(0) 推荐(0) 编辑
摘要:传送门 阅读全文
posted @ 2021-11-12 14:41 酷酷的城池 阅读(21) 评论(0) 推荐(0) 编辑
摘要:https://www.zhihu.com/question/389531503 阅读全文
posted @ 2021-11-04 12:13 酷酷的城池 阅读(19) 评论(0) 推荐(0) 编辑
摘要:https://www.npmjs.com/package/ua-parser-js 阅读全文
posted @ 2021-11-02 11:20 酷酷的城池 阅读(309) 评论(0) 推荐(0) 编辑
摘要:1.axios 拦截器简单介绍 // 添加一个请求拦截器 axios.interceptors.request.use(function (config) { // Do something before request is sent return config; }, function (err 阅读全文
posted @ 2021-11-02 11:02 酷酷的城池 阅读(5488) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示