02 2023 档案

摘要:inc include_directories(/usr/x86_64-w64-mingw32/include) link SET(LINK_DIR /usr/x86_64-w64-mingw32/lib/) link_directories(${LINK_DIR}) 阅读全文
posted @ 2023-02-06 18:12 ahuo 阅读(110) 评论(0) 推荐(0) 编辑
摘要:禁用了检查 cmake .. -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc -DCMAKE_C_COMPILER_WORKS=TRUE CMAKE_CXX_COMPILER_WORKS TRUE CMAKE_C_COMPILER_WORKS TRUE 阅读全文
posted @ 2023-02-06 10:16 ahuo 阅读(188) 评论(0) 推荐(0) 编辑
摘要:lib.go package main import "C" func main() {} //export Hello func Hello() string { return "Hello" } //export Test func Test() { println("export Test") 阅读全文
posted @ 2023-02-04 14:26 ahuo 阅读(61) 评论(0) 推荐(0) 编辑
摘要:cat json.txt | jq .subnode 阅读全文
posted @ 2023-02-04 08:58 ahuo 阅读(16) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示