01 2023 档案
摘要:参考:https://www.bbsmax.com/A/ZOJPNNEadv/# 指定库头文件所在路径 FIND_PATH(calc_INCLUDE_DIR calc_interface.h ${CMAKE_CURRENT_SOURCE_DIR}/ext/calc/include) # 指定库文件所
阅读全文
摘要:GitHub使用1. PortableGit下载2. PortableGit安装3. 环境变量设置GIT_HOME D:\GreenSoftware\PortableGitPATH %GIT_HOME%\cmd4. 配置Git以管理员的身份运行git-bash.exe 4.1. 在本地创建ssh k
阅读全文
摘要:#include <iostream> #include <string> int main() { std::string jsonStr = R"delimiter( { "name": "James", "nickname": "good boy" } )delimiter"; std::co
阅读全文
摘要:参考:C++ REST SDK中的异步任务库PPLX #include <iostream> #include <future> #include <string> #include <sstream> #include <stdexcept> #include <functional> #incl
阅读全文
摘要:promise-cpp是一种 C++ promise/A+ 库#include <iostream> #include <future> #include <string> #include <sstream> #include <stdexcept> #include <functional> #
阅读全文
摘要:1. Duration Types2. Clocks3. Timepoint Types4. Calendrical Types5. Time Type hh_mm_ss6. Hours Utilities
阅读全文
摘要:/************************************************************************/ /* OGRFromOGCGeomType() */ /***********************************************
阅读全文
摘要:转自:https://blog.csdn.net/liulilittle/article/details/127697458#include <locale> #include <codecvt> #include <string> #include <vector> #if _MSC_VER >=
阅读全文