04 2023 档案
摘要:deb 离线安装 WiFi 所需软件 wpasupplicant:WiFi认证工具 iw:据说可以取代iwconfig wireless-tools :包含iwconfig等命令 net-tools:包含ifconfig等命令 安装方法略过, 记得每个 deb 都有一到两个依赖就行, 先安装依赖.
阅读全文
摘要:添加target:wasm32-unknown-unknown rustup target add wasm32-unknown-unknown info: downloading component 'rust-std' for 'wasm32-unknown-unknown' info: ins
阅读全文
摘要:尝试修改项目 Cargo.toml [dependencies] openssl = { version = "0.10", features = ["vendored"] } https://github.com/sfackler/rust-openssl/issues/1021 无效,因为是执行
阅读全文
摘要:错误 ERROR in ./node_modules/@babel/runtime/helpers/esm/typeof.js 1:0 Module parse failed: 'import' and 'export' may appear only with 'sourceType: modul
阅读全文
摘要:RUSTC_BOOTSTRAP=1 如果需要在稳定版编译器上执行一些夜间发布功能,可以设置该环境变量。 $ cargo rustc -- -Zunpretty=expanded Compiling xxx v0.1.0 (F:\xxx) error: the option `Z` is only a
阅读全文