上一页 1 2 3 4 5 6 ··· 61 下一页
摘要: 首先是官方文档,但是感觉说的不是特别清晰: https://www.bluetooth.com/specifications/specs/heart-rate-profile-1-0/ https://www.bluetooth.com/specifications/specs/heart-rate 阅读全文
posted @ 2024-12-30 13:49 不是豆豆 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 1、请先确保您的系统支持负载均衡模式(会话无状态、接口幂等性、共享文件存储) 2、需要安装? 参考:https://www.cnblogs.com/wsgm/p/14769406.html https://learn.microsoft.com/zh-cn/troubleshoot/develope 阅读全文
posted @ 2024-12-25 17:42 不是豆豆 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 判断 Linux 当前桌面环境 echo $XDG_SESSION_TYPE 阅读全文
posted @ 2024-12-17 18:06 不是豆豆 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 搜了一圈,发现是因为安装了 IIS 的 WebDAV 功能,就会导致站点出现此类问题 一种方法是移除 WebDAV 功能,但比较费时费力 另一种就是在站点的 Web.config 中显式移除 WebDAV 模块 配置文件: <configuration> <system.webServer> <mo 阅读全文
posted @ 2024-12-17 10:17 不是豆豆 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 在 Windows 下建立脚本 #!/bin/bash echo hello 传至 Linux 下执行脚本 ./test.sh 执行出错 -bash: ./test.sh: Permission denied 问题原因:未对文件添加可执行权限 添加权限 chmod +x test.sh 再次执行脚本 阅读全文
posted @ 2024-12-17 10:04 不是豆豆 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 在 nginx 容器中,可以将自定义脚本放置在 /docker-entrypoint.d 目录下,会根据文件名顺序执行 示例脚本内容如下: #!/bin/sh echo hello 但放好后发现无论放置何处,怎么加权限,都提示如下错误: /docker-entrypoint.sh: 31: /doc 阅读全文
posted @ 2024-12-13 17:10 不是豆豆 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 原项目:https://github.com/roshkins/IddSampleDriver 编译好的下载:https://github.com/ge9/IddSampleDriver/releases 另一个编译好的下载:https://github.com/itsmikethetech/Vir 阅读全文
posted @ 2024-11-27 15:17 不是豆豆 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 视频编码:https://developer.mozilla.org/zh-CN/docs/Web/Media/Formats/Video_codecs 媒体容器:https://developer.mozilla.org/zh-CN/docs/Web/Media/Formats/Container 阅读全文
posted @ 2024-11-27 13:22 不是豆豆 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 译文: https://www.jackpu.com/ar-vr-xian-shi-ji-zhu-yuan-li-shang/ https://www.jackpu.com/ar-vr-xian-shi-ji-zhu-yuan-li-xia/ 原文: https://medium.com/hacke 阅读全文
posted @ 2024-11-27 13:11 不是豆豆 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1、IPXWrapper:使用 UDP 模拟比较老的使用 IPX 协议进行局域网联机的游戏 项目地址:https://github.com/solemnwarning/ipxwrapper 使用参考:https://bugxia.com/1799.html 2、WinIPBroadcast:将 UD 阅读全文
posted @ 2024-11-26 10:53 不是豆豆 阅读(115) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 61 下一页
友情链接:迷途