目前最好用的版本:FROM php:8.3.30-fpm-alpine3.22 # FROM php:8.1.33-fpm-alpine3.22 # FROM php:8.2.30-fpm-alpine3.22 # 更换阿里云镜像源 RUN sed -i &quo...
非基准测试, 连接数据的情况下: 事实上当测试仅返回 helloworld 时, php Yii2.0 138/sec 左右webman: 12000/sec 左右golang: 10000/sec 左右golang Gin: 3000/sec &n...
Yii2 解决 Chrome (谷歌浏览器)升级80版本后 iframe下级页面 ajax 访问会话丢失的问题场景: 与第三方系统进行页面集成的方式下, 第三方应用域名: www.a.com 我公司域名: www.b.com 在 www.a.com&nb...
Yii 2.0 RBAC 权限管理测试:1. 执行命令创建表: ./yii migrate --migrationPath=@yii/rbac/migrations/ components 添加 authManager 配置: 'authManager' => [  ...
准备工作: Canal下载地址: https://github.com/alibaba/canal/releasesZookeeper 下载: https://zookeeper.apache.org/documentation.html1. 首先 创建 mysql 授权用户CREATE USER canal IDENTIFIED...
场景不一样, 选择不一样, 同时也要注意导致并发处理数据(同一数据被处理多次)的问题:<?php function daemon($func_name, $args, $number) { while (true) {...
这里记录一个解决关于php下 SerializableClosure 使用的实例:PHP User Notice 'yii\base\ErrorException' with message 'Serialization of closure failed: The closure was not found within the abstr...
提示unrecognized options: –with-mcrypt, –enable-gd-native-ttf表示php7.3不支持这两个选项,编译准备工作:yum -y install libmcrypt-devel mhash-devel libxslt-devel libjpeg libjpeg-devel libpng libpng-devel...
如果是做Python或者其他语言的小伙伴,对于生成器应该不陌生。但很多PHP开发者或许都不知道生成器这个功能,可能是因为生成器是PHP 5.5.0才引入的功能,也可以是生成器作用不是很明显。但是,生成器功能的确非常有用...
多表查询时,并且存在主从表的情况输出文件: function testMultiTable() { $start_memory = memory_get_usage(); $start_time =...