部署 docker pull emqx/emqx:5.8 docker run -d --name mqtt --privileged=true -p 1883:1883 -p 8883:8883
阅读更多...
参考 https://mp.weixin.qq.com/s/Ie0jjW6zmU_3i8geUKAvDQ git stash 作用:暂存还未 commit 的代码,当需要切换到其他分支,但是又不想匆忙
Git 全局设置 git config --global user.name "username" git config --global user.email "xxx
参考 yolov8-opencv-ffmpeg-mediamtx实现视频中实时检测安全帽_yolov8头盔-CSDN博客 rtsp 转 httpflv (jbritian.com) YOLOv8_By
参考 https://blog.csdn.net/qq_22721735/article/details/126246194 https://zhuanlan.zhihu.com/p/64520079
参考 https://blog.csdn.net/yyuggjggg/article/details/134351073 这种问题一般是因为缓存过多,所以需要清理下缓存文件。具体操作如下: 关闭 Po
说明 从 Gitee 克隆了一个名叫 qiwen-file 的开源项目到本地,基于这个开源项目做了一些自定义修改,然后推送到 GitLab,这样本地是没问题的。但是当更换其他电脑后,既需要跟进 Git
参考 https://www.right.com.cn/forum/thread-7936266-1-1.html 步骤 电脑启用 telnet 功能 1、输入:win + s,打开搜索; 2、输入:
序言 | Elasticsearch: 权威指南 | Elastic
准备 # 拉取镜像 docker pull sonatype/nexus3 # 普通运行(如果不需要配置https,运行如下命令成功后不用再做其他修改) docker run -itd -p 100