Mr.唐

Results 22 issues of Mr.唐

ide-helper

国密现在流行起来, 依赖gmp扩展

add onBeforeShutdown event

hyperf3.1 ```php $host = '192.168.1.1'; $port = 8040; $db = 'testdb'; $table = 'test_streamload'; $user = 'user'; $password = ''; // 数据文件路径 $file_path = '/private/var/folders/1_/92rftf795qjgbgpmpyhhyt_80000gn/T/doris_json2viuij'; // 文件44M $factory = new...

bug

``` $config = [ 'path' => '/home/viest' // xlsx文件保存路径 ]; $excel = new \Vtiful\Kernel\Excel($config); // fileName 会自动创建一个工作表,你可以自定义该工作表名称,工作表名称为可选参数 $filePath = $excel->fileName('tutorial01.xlsx', 'sheet1') ->data([ ['Rent', 1000], ['Gas', 100], ['Food', 300], ['Gym', 50],...

解决一直报错和不能正常消费问题 ``` [WARNING] [AbstractProcess@anonymous\/vendor/hyperf/kafka/src/ConsumerManager.php:81$16a::handle] longlang\phpkafka\Exception\KafkaErrorException: [25] The coordinator is not aware of this member. in vendor/longlang/phpkafka/src/Protocol/ErrorCode.php:385 ```

Optimizing the map method can bring about decent performance ``` $mapper = new \JsonMapper(); $jsonStr =

使用模型来确定表名称 unique:table,column 验证字段在给定的数据库表中不得存在。 指定自定义表/列名称: 您可以指定应使用哪个 Eloquent 模型来确定表名称,而不是直接指定表名称: ``` 'email' => 'unique:App\Models\User,email_address' ``` 您可以指定应使用哪个 Eloquent 模型来确定表名称,而不是直接指定表名称: ``` 'user_id' => 'exists:App\Models\User,id' ```