摘要: 一、安装 搭建一个mqtt服务器,这里我们采用mosquitto 1、 下载地址:https://mosquitto.org/download/ 2、 选择windows:https://mosquitto.org/files/binary/win64/mosquitto-2.0.18-instal 阅读全文
posted @ 2024-12-13 11:04 柏泊 阅读(3179) 评论(0) 推荐(0)
摘要: #!/bin/bash # 使用更精确的方式检查进程 check_process() { ps aux | grep "dotnet.*MicroService_Face_3_0.dll" | grep -v grep > /dev/null return $? } # 检查程序是否运行 if ch 阅读全文
posted @ 2024-11-22 16:37 柏泊 阅读(113) 评论(0) 推荐(0)
摘要: 注册微软密钥和软件仓库,执行以下命令:wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.debsudo dpkg -i pack 阅读全文
posted @ 2024-11-08 13:50 柏泊 阅读(405) 评论(0) 推荐(0)
摘要: 包含modbus poll和mobdus slave 两种版本中文破解版和原版。 阿里云盘不能上传rar文件 需要的话785417546@qq.com 阅读全文
posted @ 2024-09-20 14:00 柏泊 阅读(51) 评论(0) 推荐(0)
摘要: npm更换阿里源 #查看当前使用的镜像地址命令 npm config get registry #设置阿里镜像源 npm config set registry http://registry.npmmirror.com #切回npm默认源 npm config set registry https 阅读全文
posted @ 2024-08-29 15:41 柏泊 阅读(1080) 评论(0) 推荐(0)
摘要: IIS添加MIME类型 <mimeMap fileExtension=".unity3d" mimeType="application/octet-stream" /><mimeMap fileExtension=".unity3dgz" mimeType="application/octet-st 阅读全文
posted @ 2024-08-23 16:48 柏泊 阅读(19) 评论(0) 推荐(0)
摘要: HTTP 错误 500.19- Internal Server Error 错误解决方法 0x8007000d 安装.net 运行时 dotnet-hosting版本 阅读全文
posted @ 2024-08-14 10:17 柏泊 阅读(13) 评论(0) 推荐(0)
摘要: 1、新建角色服务 2、nuget引用服务 Microsoft.Extensions.Hosting.WindowsServices,这个很重要不然会提示服务未响应 三、启动页修改代码引用UseWindowsService namespace WService { public class Progr 阅读全文
posted @ 2024-08-07 10:30 柏泊 阅读(129) 评论(0) 推荐(0)
摘要: 安装 1.下载安装包 2.解压包 3.文件夹内创建my.ini配置文件,并添加内容 # For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.6/en/server-configurat 阅读全文
posted @ 2024-06-18 13:36 柏泊 阅读(191) 评论(0) 推荐(1)
摘要: 突然之间收不到离线推送消息了,角标也不显示了。 查了很长时间发现是ios的推送证书过期了。 我用的是appuploader登陆上以后在证书管理中新创建证书就可以了。 阅读全文
posted @ 2024-04-17 09:23 柏泊 阅读(202) 评论(0) 推荐(0)