会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
星小梦
博客园
首页
新随笔
联系
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
50
下一页
2023年9月27日
通过 JavaScript 与蓝牙设备通信
摘要: 通过 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)
2023年9月21日
window和linux下有关xxx.dll和xxx.so动态库,可执行文件运行时的动态库检索路径文档
摘要: 没想到详细的内容都在库和命令的man手册中。 ld.so动态库手册里有描述ELF可执行文件在运行时,都会在哪几个位置检索动态库。 如果共享对象依赖项不包含斜杠,则它 按以下顺序搜索: (1) 使用二进制文件的 DT_RPATH 动态节属性中指定的目录(如果存在且 DT_RUNPATH 属性不存在)。
阅读全文
posted @ 2023-09-21 21:36 星小梦
阅读(262)
评论(0)
推荐(0)
cmake关于.dll.a导入库的说明和window运行时动态库搜索路径的设置讨论
摘要: windows环境下生成动态库时导入库文件xxx.dll.a的问题 如何在运行时找到动态DLL库?
阅读全文
posted @ 2023-09-21 21:01 星小梦
阅读(249)
评论(0)
推荐(0)
2023年9月15日
cmake关于对gcc rpath的描述讨论
摘要: 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)
2023年9月14日
c gtk3写demo的时候,出现一大串(.text+0xxx): undefined reference to `xxx'错误。
摘要: 错误内容 (.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)
[vite] Internal server error: URI malformed at decodeURI 的解决方法
摘要: 前端访问地址: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)
2023年9月13日
Java工具库,DTO、VO转换
摘要: 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)
2023年8月30日
cmake configure_file函数补充说明。
摘要: 从[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)
2023年8月24日
学习CMake
摘要: * [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)
C语言手册和标准C库
摘要: 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
下一页
公告