cmake引入不同版本的库 Post author:张拓 Post published:2023年 4月 27日 Post category:build Post comments:0评论 target_link_libraries(${PROJECT_NAME} PRIVATE debug opencv_c… 继续阅读cmake引入不同版本的库
cmake生成后事件 Post author:张拓 Post published:2023年 4月 27日 Post category:build Post comments:0评论 使用cmake的add_custom_command复件生成的库到../lib。 add_custom_command(… 继续阅读cmake生成后事件
cmake配置c++生成dll Post author:张拓 Post published:2023年 4月 27日 Post category:build Post comments:0评论 cmake_minimum_required(VERSION 3.14) # name set(MY_PROJECT_N… 继续阅读cmake配置c++生成dll
cmake配置qt项目 Post author:张拓 Post published:2023年 4月 27日 Post category:build Post comments:0评论 cmake_minimum_required(VERSION 3.14) # name set(MY_PROJECT_N… 继续阅读cmake配置qt项目
cmake配置csharp dll项目 Post author:张拓 Post published:2023年 4月 27日 Post category:build Post comments:0评论 cmake_minimum_required(VERSION 3.14) # 名称 set(MY_PROJECT_NAM… 继续阅读cmake配置csharp dll项目
cmake链接boost Post author:张拓 Post published:2023年 4月 27日 Post category:build Post comments:0评论 # boost if(MSVC) # vs会自动链接 else() link_directories("/us… 继续阅读cmake链接boost
cmake使用/clr Post author:张拓 Post published:2023年 4月 25日 Post category:build Post comments:0评论 cmake use /clr There are three options (1) Collect the affec… 继续阅读cmake使用/clr
/RTC(运行时错误检查) Post author:张拓 Post published:2023年 4月 25日 Post category:build Post comments:0评论 语法 /RTC1 /RTCc /RTCs /RTCu 参数 /RTC1 等效于 /RTCsu。 /RTCc 报告何时向较… 继续阅读/RTC(运行时错误检查)
qt托盘菜单半透明 Post author:张拓 Post published:2023年 4月 17日 Post category:qt Post comments:0评论 qt托盘菜单半透明 QMenu#toptoolbarmenu { padding: 10px 0; border-rad… 继续阅读qt托盘菜单半透明
python遍历目录加水印 Post author:张拓 Post published:2023年 4月 10日 Post category:python Post comments:0评论 python遍历目录加水印 from watermarker.marker import add_mark import… 继续阅读python遍历目录加水印