tryTo
tryTo
think\facade\Db::setCache(\think\facade\Cache::store()); $user = User::where('id', 1)->cache(60)->find();
这一版是不行的~
2023年了,这个库是放弃了吗?不支持3.0+了?
@dixyes 大佬的项目一直在关注 [try-to/lwmbs](https://github.com/try-to/lwmbs),奈何phpoffice/phpspreadsheet要gd库,目前尝试在lwmbs中加入xlswriter试试,gd库头大
@dixyes 扩展都编译出来了,最后却报错了 [#16002075046](https://github.com/try-to/lwmbs/actions/runs/5899486604/job/16002075046)
未改变原代码,原有文件上加了编译条件判断
``` go run .\example\sidecar.go -address 127.0.0.1:6001 or go build -o app.exe .\sidecar.go .\app.exe -address 127.0.0.1:6001 ``` ``` php const ADDR = '127.0.0.1:6001'; run(function () { $task = new SocketIPCSender(ADDR); var_dump($task->call('App.HelloString',...