摘要: pixpin 官网 什么是pixpin 网址 功能介绍 如果你是 snipaste 用户,过渡使用 pixoin极为容易。 如果你还没用过这两款截图工具, 那么推荐使用pixpin 与 snipaste 的功能相似,比snipaste好用 阅读全文
posted @ 2024-07-06 17:12 mohist 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 地址 http://epub.cnipa.gov.cn/Advanced 方法 无需登录 输入关键字,查询。 可下载范文, 格式:pdf 范例 查询网址首页 查询结果 下载 阅读全文
posted @ 2024-07-04 23:04 mohist 阅读(5) 评论(0) 推荐(0) 编辑
摘要: iSH 官网 ish.app iSH 是一个项目,用于使用用户模式 x86 模拟器在 iOS 设备上本地运行 Linux shell 环境 该应用程序永远完全免费 下载 AppStore中搜索ish下载安装 步骤 1 安装依赖 apk update && apk add -f wget curl b 阅读全文
posted @ 2024-06-29 22:20 mohist 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 下载地址 https://gitee.com/mohistH/Dopamine2-roothide/releases/tag/V2.1.7.11 支持 阅读全文
posted @ 2024-06-22 22:03 mohist 阅读(54) 评论(0) 推荐(0) 编辑
摘要: Visual studio 效果 关键代码 source_group("DM" FILES ${SRC_FILES}) 效果代码 # 指定源码目录 set(PROJECT_SRC_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/src) # 有这些文件需要纳入编译: 不推荐这样用, 阅读全文
posted @ 2024-04-28 23:06 mohist 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 地址 https://ai.google.dev/?hl=zh-cn 记得 登录 阅读全文
posted @ 2023-12-15 22:01 mohist 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 用法 cmakelists.txt中使用include包含下面的cmake文件即可 核心cmake脚本代码如下 # # 拷贝文件 macro(CP_FILES ) set(options) set(oneValueArgs ) # SRC_FILES - 要拷贝哪些文件 # TARGET_ROOT 阅读全文
posted @ 2023-09-23 07:20 mohist 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 演示动态库结构 . ├─bin │ ├─Debug │ │ CTKCore.dll │ │ CTKPluginFramework.dll │ │ │ └─Release │ CTKCore.dll │ CTKPluginFramework.dll │ ├─cmake │ ctk-config.cma 阅读全文
posted @ 2023-09-21 23:57 mohist 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 本文将介绍cmake如何解析函数或者宏对应的参数列表 语法查询 打开cmake手册,查询cmake_parse_arguments关键字即可, 如下图 语法 cmake_parse_arguments(<prefix> <options> <one_value_keywords> <multi_va 阅读全文
posted @ 2023-09-21 23:24 mohist 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 源码https://github.com/commontk/CTK 本文将介绍如何生成pluginFramework动态库 需要能上github, 项目以来了源码,需要从github上下载。 详见CMakeExternals文件夹下的cmake脚本 修改master根目录下的CMakeLists.t 阅读全文
posted @ 2023-09-21 07:18 mohist 阅读(65) 评论(0) 推荐(0) 编辑