沐沫
沐沫
> 协程里你返回 数据,协程外拿不到的。。。 > > 你要配合 channel 来用 ```php $waitCheck = $this->domainRepo->getNeedCheckDomains(); if ($waitCheck->isEmpty()) { return true; } $waitCheck->each(function ($item) { // 这里发起请求,获取域名的使用状态 // 因为对方的接口有限流,不能并发请求,只能使用foreach挨个请求 $this->checkDomainStatus($item); }); return true; ```...
> Have you tried `scoop install [email protected]`? Yes, 1.17 Installation directory is the same with go lastest, the `current` link to `1.17` folder, but 1.17 also has some subversions, when...
在cmd或powershell中,输入 `code .` 看看能不能唤起vscode? 如果不能唤起,可能是vscode没添加到环境变量中。
> tun模式用的默认网卡应该是有线网卡,得改成无线网卡 要怎么改呢?
> > > tun模式用的默认网卡应该是有线网卡,得改成无线网卡 > > > > > > 要怎么改呢? > >  > > `interface-name`的注释去掉,`auto-detect-interface`注释掉 试了,还是不行,这是配置文件。 ```yml mode: rule mixed-port: 7897 socks-port: 7898 port: 7899 allow-lan: true log-level:...
```php try { JwtToken::getCurrentId(); } catch (JwtTokenException|JwtTokenExpiredException) { throw new ApiException('身份验证失败,请重新登录', 401); } ```
这样试了也不行呢。 
> > > > 3个G,这是个什么东西? > > 初版本存在部分冗余,我们之后的版本会优化镜像大小,轻量化哈~ 大不是主要的,下载好慢啊,crpi-6pj79y7ddzdpexs8.cn-hangzhou.personal.cr.aliyuncs.com/wanwulite/rag:v0.2.9-08928441 下载速度才100多K。