会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
XSbook
小宋博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2024年12月13日
windows 安装mqtt服务器 mosquitto
摘要: 一、安装 搭建一个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)
2024年11月22日
ubuntu定时任务,脚本检查任务是否运行,没有就启动
摘要: #!/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)
2024年11月8日
ubuntu系统 运行 .net core8 webapi
摘要: 注册微软密钥和软件仓库,执行以下命令: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)
2024年9月20日
modbus 调试工具
摘要: 包含modbus poll和mobdus slave 两种版本中文破解版和原版。 阿里云盘不能上传rar文件 需要的话785417546@qq.com
阅读全文
posted @ 2024-09-20 14:00 柏泊
阅读(51)
评论(0)
推荐(0)
2024年8月29日
淘宝源不可用,nvm 和 node更换阿里源
摘要: 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)
2024年8月23日
windows 10 IIS发布html 内嵌unity3D,报错
摘要: 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)
2024年8月14日
IIS部署服务
摘要: HTTP 错误 500.19- Internal Server Error 错误解决方法 0x8007000d 安装.net 运行时 dotnet-hosting版本
阅读全文
posted @ 2024-08-14 10:17 柏泊
阅读(13)
评论(0)
推荐(0)
2024年8月7日
.net core 创建系统服务项目并部署运行
摘要: 1、新建角色服务 2、nuget引用服务 Microsoft.Extensions.Hosting.WindowsServices,这个很重要不然会提示服务未响应 三、启动页修改代码引用UseWindowsService namespace WService { public class Progr
阅读全文
posted @ 2024-08-07 10:30 柏泊
阅读(129)
评论(0)
推荐(0)
2024年6月18日
windows 安装mysql 非常之详细
摘要: 安装 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)
2024年4月17日
uniapp ios推送 离线推送收不到消息
摘要: 突然之间收不到离线推送消息了,角标也不显示了。 查了很长时间发现是ios的推送证书过期了。 我用的是appuploader登陆上以后在证书管理中新创建证书就可以了。
阅读全文
posted @ 2024-04-17 09:23 柏泊
阅读(202)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告