上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 50 下一页
摘要: 通过 JavaScript 与蓝牙设备通信 https://web.dev/i18n/zh/bluetooth/#初步试用 WebBluetooth 简介 https://www.smashingmagazine.com/2019/02/introduction-to-webbluetooth/ 阅读全文
posted @ 2023-09-27 17:24 星小梦 阅读(365) 评论(0) 推荐(0)
摘要: 没想到详细的内容都在库和命令的man手册中。 ld.so动态库手册里有描述ELF可执行文件在运行时,都会在哪几个位置检索动态库。 如果共享对象依赖项不包含斜杠,则它 按以下顺序搜索: (1) 使用二进制文件的 DT_RPATH 动态节属性中指定的目录(如果存在且 DT_RUNPATH 属性不存在)。 阅读全文
posted @ 2023-09-21 21:36 星小梦 阅读(262) 评论(0) 推荐(0)
摘要: windows环境下生成动态库时导入库文件xxx.dll.a的问题 如何在运行时找到动态DLL库? 阅读全文
posted @ 2023-09-21 21:01 星小梦 阅读(249) 评论(0) 推荐(0)
摘要: https://gcc.gnu.org/faq.html https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dynamic_or_shared.html https://www.jianshu.com/p/505a32ccdc91 阅读全文
posted @ 2023-09-15 10:56 星小梦 阅读(53) 评论(0) 推荐(0)
摘要: 错误内容 (.text+0x4b): undefined reference to `gtk_window_get_type' 环境 开发工具:IDEA GTK: mingw-w64-x86_64-gtk3 解决方法 前提是你已经按照GTK按照教程进行按照过GTK了 第一种 排查cmake的变量是否 阅读全文
posted @ 2023-09-14 21:40 星小梦 阅读(278) 评论(1) 推荐(1)
摘要: 前端访问地址:http://localhost:80 前端项目启动,出现 [vite] Internal server error: URI malformed at decodeURI () at viteTransformMiddleware (xxx_project/node_modules/ 阅读全文
posted @ 2023-09-14 14:23 星小梦 阅读(4737) 评论(2) 推荐(1)
摘要: jodd: https://jodd.org/ mapstruct: https://mapstruct.org/ ModelMapper: http://modelmapper.org/ hutool: https://loolly_admin.oschina.io/hutool-site/doc 阅读全文
posted @ 2023-09-13 16:44 星小梦 阅读(99) 评论(0) 推荐(0)
摘要: 从[configure_file](https://cmake.org/cmake/help/latest/command/configure_file.html#command:configure_file)中出现了`#cmakedefine`和`#define`用法,看完没有明白实际的区别。 > 阅读全文
posted @ 2023-08-30 15:29 星小梦 阅读(97) 评论(0) 推荐(0)
摘要: * [cmake入门中文教程,虽然时间挺久,但是很实用](https://gavinliu6.github.io/CMake-Practice-zh-CN/#/foreword) * [掌握CMake,是英文的,位于CMake官网](https://cmake.org/cmake/help/book 阅读全文
posted @ 2023-08-24 19:58 星小梦 阅读(14) 评论(0) 推荐(0)
摘要: GNU 在线手册页 C 在线手册页 C 标准库在线手册页 学习CMake GNU C语言手册 阅读全文
posted @ 2023-08-24 19:48 星小梦 阅读(88) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 50 下一页