gongdananyou

Results 13 comments of gongdananyou

![Image](https://github.com/user-attachments/assets/c0d6e9c9-34ce-4a19-9a58-3e6aba9ec7d9) ![Image](https://github.com/user-attachments/assets/527f8621-339d-4de7-97f6-21096a713560) 我查了日志,有一些好像可以跳过,一些不能跳过,这个是打印机的区别还是bug?

我加了-nopoc参数,但是为什么还是依旧会进行爆破导致打印机打印纸张,是哪里弄错了吗? fscan.exe -h xxxxx/24 -nopoc -pg,我完整的指令是这样的

我看了下输出,80,443,8080,9100,可能是9100这个打印机端口?

> 独立的 crates Cargo.toml 不规范 > > [clash-verge-rev/src-tauri/src_crates/crate_mihomo_api/Cargo.toml](https://github.com/clash-verge-rev/clash-verge-rev/blob/25acb8121fa795a6a4b31aaab0a43e5137621b3b/src-tauri/src_crates/crate_mihomo_api/Cargo.toml#L1-L3) > > Lines 1 to 3 in [25acb81](/clash-verge-rev/clash-verge-rev/commit/25acb8121fa795a6a4b31aaab0a43e5137621b3b) > > [package] > name = "mihomo_api" > edition = "2024" > 加入字段 version...

pnpm build > [email protected] build /home/asaka/下载/clash-verge-rev > cross-env NODE_OPTIONS='--max-old-space-size=4096' tauri build Running beforeBuildCommand `pnpm run web:build` > [email protected] web:build /home/asaka/下载/clash-verge-rev > tsc --noEmit && vite build vite v6.2.2 building for...

> pnpm build > > > [email protected] build /home/asaka/下载/clash-verge-rev > > cross-env NODE_OPTIONS='--max-old-space-size=4096' tauri build > > ``` > Running beforeBuildCommand `pnpm run web:build` > ``` > > > [email protected]...

> 提示需要安装 `glib-2.0.pc`,如果已经安装了看下 PKG_CONFIG_PATH 环境变量有没有包含这个包的路径 > > ![Image](https://github.com/user-attachments/assets/683ad0f9-9e52-429d-b4b3-b6ff66b87f49) whereis glib glib: 这个是代表没有安装的意思吗?如果是,请问我需要安装什么包?我尝试apt install glib,但是提示我没有这个软件

> 试试 apt install libglib2.0-dev 这个可以安装,但是安装后依然是这个报错,是需要在.bashrc中添加PKG_CONFIG_PATH这个环境变量吗?但是我好像不知道这个软件包在哪

HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing glib-2.0.pc. 根据这个报错,我尝试在环境变量中添加export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig,现在报错变成了这个 cargo:warning= pkg-config exited with status code 1 > PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags...

cargo:warning= pkg-config exited with status code 1 > PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/ PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags glib-2.0 'glib-2.0 >= 2.70' The system library `glib-2.0` required by crate `glib-sys` was not found. The file...