12 2024 档案

摘要:首先是官方文档,但是感觉说的不是特别清晰: 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 不是豆豆 阅读(13) 评论(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 不是豆豆 阅读(82) 评论(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 不是豆豆 阅读(22) 评论(0) 推荐(0) 编辑
摘要:在 nginx 容器中,可以将自定义脚本放置在 /docker-entrypoint.d 目录下,会根据文件名顺序执行 示例脚本内容如下: #!/bin/sh echo hello 但放好后发现无论放置何处,怎么加权限,都提示如下错误: /docker-entrypoint.sh: 31: /doc 阅读全文
posted @ 2024-12-13 17:10 不是豆豆 阅读(18) 评论(0) 推荐(0) 编辑

友情链接:迷途


点击右上角即可分享
微信分享提示