摘要: https://github.com/sindresorhus/awesome-nodejs Contents Packages Mad science Command-line apps Functional programming HTTP Debugging / Profiling Loggi 阅读全文
posted @ 2020-12-18 17:20 fndefbwefsowpvqfx 阅读(171) 评论(0) 推荐(0) 编辑
摘要: linux good! https://developer.aliyun.com/mirror/cygwin https://cygwin.com http://mirrors.aliyun.com/cygwin/ 阅读全文
posted @ 2020-12-18 14:01 fndefbwefsowpvqfx 阅读(59) 评论(0) 推荐(0) 编辑
摘要: linux 使用 ldd 查看程序依赖的动态库 $ ldd /usr/bin/bash linux-vdso.so.1 (0x00007ffdd2749000) libtinfo.so.6 => /lib/x86_64-linux-gnu/libtinfo.so.6 (0x00007fcecb9b6 阅读全文
posted @ 2020-12-18 13:44 fndefbwefsowpvqfx 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 使用execute_process 下载依赖包,配置环境等,各种操作。 参数必须要传,不用也要传空 set(getdep1 ${CMAKE_SOURCE_DIR}/clone.sh) execute_process( COMMAND ${getdep1} "" WORKING_DIRECTORY $ 阅读全文
posted @ 2020-12-18 11:27 fndefbwefsowpvqfx 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 查看版本信息,以确定支持的特性 CLI 查看 打开 vs console,输入 cl ********************************************************************** ** Visual Studio 2022 Developer Comm 阅读全文
posted @ 2020-12-18 10:34 fndefbwefsowpvqfx 阅读(132) 评论(0) 推荐(0) 编辑