01 2023 档案

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

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