RWDai
RWDai
微信 3.0.1 (17837) 小助手 最新一个版本 被警告封号了
clash 日志提示 > FATA[0000] Parse config error: proxy group[0]: 'Proxy' not found 原链接指向的yaml config如下 ``` proxies: - xxxx - xxxx proxy-groups: - name: 手动选择 type: select proxies: - xxxxx -...
> 仅在webui层面无法做,webui只调用系统已提供的功能,其他功能需要后台支持。 是否意味着只有有后端封装transmission-create成接口然后webui就可以对接?我是一个java开发我觉得我可以试一试,webui可能会对接相应的接口吗?
> > > 仅在webui层面无法做,webui只调用系统已提供的功能,其他功能需要后台支持。 > > > > > > 是否意味着只有有后端封装transmission-create成接口然后webui就可以对接?我是一个java开发我觉得我可以试一试,webui可能会对接相应的接口吗? > > 你可以了解下rpc协议。webui部分和TR通信就是通过这个协议。 封装transmission-create不需要rpc,rustful就可以
run `docker run -v$(pwd):/data cookiemagic/evee-tools dump_static /data/eve.xapk /data/staticdata` ``` /data/eve.xapk /data/staticdata /opt/eve-echoes-tools /opt/eve-echoes-tools Traceback (most recent call last): File "scripts/dump_static_data.py", line 510, in dump_static_data_fsd(xapk_temp_dir) File "scripts/dump_static_data.py", line 318, in dump_static_data_fsd...
and next run in container: run `docker run -v$(pwd):/data --entrypoint sh cookiemagic/evee-tools` ``` /opt/eve-echoes-tools # cd .. /opt # ./cmd.sh dump_static /data/eve.xapk /data/staticdata /data/eve.xapk /data/staticdata /opt/eve-echoes-tools /opt Traceback (most recent...
> There should be a space between `-v` and `$(pwd)` shouldn't there? > > `run docker run -v $(pwd):/data cookiemagic/evee-tools dump_static /data/eve.xapk /data/staticdata` add a space `docker run -v $(pwd):/data...
but i'm run this command in container is work: `npktool x res0.npk res1.npk res2.npk res3.npk res4.npk res5.npk res6.npk res7.npk res8.npk res9.npk res10.npk res11.npk res12.npk` the command help me unpack some...
Thank you for your reply. I have a better understanding now of why `get` cannot accurately find the resource when using `all`. However, I still find the return of a...
i want this too