xuxujie

Results 2 issues of xuxujie

I am want to write a pool process by guzzle. code like this: > $requests = function($list) { > while(true){ > $some = Redis::bLpop($list, 10); > if(!$some) continue; > [$key,...

我现在有个java应用生成好的秘钥对, 这个函数需要两个参数, 第二个参数密码我传空字符串或者null都会[libgmssl inner error] 我期望的是可选的私钥密码保护, 当我第二个参数传空的时候, 不去解密. 或者新增一个没有密码保护的读取函数. 大佬如果有空帮忙解决一下, 非常感谢!