zhihuba

Results 5 comments of zhihuba

大佬理解错了。。是 分别部署了4个work 每个配置都是2核心4G

# source code ```c++ #include #include "mingw.thread.h" void myThread() { while (1) { cout

# Not fully tested. ## edit build.rs ```rust extern crate nasm_rs; fn main() { let out_dir = std::env::var("OUT_DIR").unwrap(); nasm_rs::compile_library("gateway", &["src/gateway.asm"]).unwrap(); println!("cargo:rerun-if-changed=src/gateway.asm"); println!("cargo:rustc-link-search=native={}", out_dir); println!("cargo:rustc-link-lib=static=gateway"); } ``` ## edit gateway.asm ```rust...

Help me, if I use the asm you provided and compile it under msvc environment the indirect_syscall call is normal, when I try to modify the version of asm and...

😂thank you for patience. . . There is no detailed error log. I only know that the access endpoint always gets 404. There is not much difference between the packet...