上一页 1 2 3 4 5 6 ··· 43 下一页
摘要: 环境: Linux CentOS8 x64 electron:27.1.0 electron-forge: 7.1.0 electron dev依赖包 "devDependencies": { "@electron-forge/cli": "^7.1.0", "@electron-forge/mak 阅读全文
posted @ 2024-01-15 11:25 星小梦 阅读(563) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/wangzan18/article/details/85219497 https://www.cnblogs.com/shiyiwen/p/5191869.html 开源杀毒软件:https://www.clamav.net/ 阅读全文
posted @ 2023-11-09 11:36 星小梦 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 串口和USB的区别 串口通信的介绍 WIKI [RS-232]接口标准 Web串行API规范 阅读全文
posted @ 2023-11-03 10:26 星小梦 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/39152877/consider-marking-event-handler-as-passive-to-make-the-page-more-responsive Passive event listeners:https: 阅读全文
posted @ 2023-11-01 17:40 星小梦 阅读(84) 评论(0) 推荐(0) 编辑
摘要: sudo yum -y install fontconfig freetype freetype-devel 安装完后,就可以使用fc-cache命令了,最后执行以下命令就ok了。 fc-cache -f -v fc-list | grep "Arial" 阅读全文
posted @ 2023-10-27 18:45 星小梦 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 原因: 以下el-select主要代码是在document页面上,而el-dialog在点击关闭按钮时,从而关闭el-dialog后,会自动使el-select组件获取到焦点。 <el-popover :visible="data.tipVisible" ref="popover" placemen 阅读全文
posted @ 2023-10-11 17:35 星小梦 阅读(1354) 评论(0) 推荐(1) 编辑
摘要: 通过 JavaScript 与蓝牙设备通信 https://web.dev/i18n/zh/bluetooth/#初步试用 WebBluetooth 简介 https://www.smashingmagazine.com/2019/02/introduction-to-webbluetooth/ 阅读全文
posted @ 2023-09-27 17:24 星小梦 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 没想到详细的内容都在库和命令的man手册中。 ld.so动态库手册里有描述ELF可执行文件在运行时,都会在哪几个位置检索动态库。 如果共享对象依赖项不包含斜杠,则它 按以下顺序搜索: (1) 使用二进制文件的 DT_RPATH 动态节属性中指定的目录(如果存在且 DT_RUNPATH 属性不存在)。 阅读全文
posted @ 2023-09-21 21:36 星小梦 阅读(132) 评论(0) 推荐(0) 编辑
摘要: windows环境下生成动态库时导入库文件xxx.dll.a的问题 如何在运行时找到动态DLL库? 阅读全文
posted @ 2023-09-21 21:01 星小梦 阅读(133) 评论(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 星小梦 阅读(23) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 43 下一页