Zijing Zhang
Zijing Zhang
https://cool-js.com/node/core/module.html#%E4%BB%8B%E7%BB%8D 模块配置 ```ts import { Application } from 'egg'; import { ModuleConfig } from '@cool-midway/core'; /** * 模块配置 */ export default (app: Application) => { return { // 必须,模块名称 name:...
我一切配置好之后,是能用的。然后我关闭了软件,重新打开之后,用不了了。log 级别已经提升到 debug,但是日志毫无报错。 ``` Microsoft Windows [版本 10.0.18362.175] (c) 2019 Microsoft Corporation。保留所有权利。 D:\app\Goflyway Tools v1.0.11>echo off goflyway_x64.exe -up="cf://地址:8880" -k="密码" -l=":8100" -web-port="8101" -lv=log -g -U=http -lv dbg 2019-06-17 15:27:08.358 CST,main.go:267, INFO...
日志如下: ``` D:\app\Goflyway>goflyway.exe -up="cf://****:8880" -k="*****" -l=":8100" 2019-06-12 08:08:47.334 CST,main.go:267, INFO ,goflyway 181021015134 2019-06-12 08:08:47.351 CST,main.go:278, WARNING ,Failed to read ACL config: open chinalist.txt: The system cannot find the file specified....
``` C:\vm>pget https://releases.ubuntu.com/20.04.3/ubuntu-20.04.3-live-server-amd64.iso -p 8 [WARNING] Using a large number of connections to 1 URL can lead to DOS attacks. In most cases, `4` or less is enough. In addition,...
所有包的版本均按 README 所述。 ``` All DDP processes registered. Starting ddp with 1 processes ---------------------------------------------------------------------------------------------------- LOCAL_RANK: 0 - CUDA_VISIBLE_DEVICES: [0] | Name | Type | Params --------------------------------- 0 | model |...
It doesn't build on MacOS agent. We need to rewrite workflow for Github Action. Any volunteer?