摘要:
宝塔服务器面板,一键全能部署及管理,送你3188元礼包,点我领取 阅读全文
摘要:
sudo mkdir -p /etc/docker sudo tee /etc/docker/daemon.json <<-'EOF' { "registry-mirrors": ["https://register.liberx.info", "https://dockerpull.com", " 阅读全文
摘要:
官方教程 安装 sudo dnf update -ysudo dnf install -y dotnet-host sudo dnf install -y dotnet-runtime-8.0 dotnet --list-runtimes 阅读全文
摘要:
snap 是一种用于安装和管理应用程序的软件包格式,它有助于简化Linux系统上的软件安装和更新过程,使得用户可以更轻松地管理他们的应用程序。 snap的优势 简化管理:通过Snap,用户可以更轻松地安装、更新和删除应用程序,无需担心依赖问题。 提高安全性:由于应用程序被隔离在单独的容器 阅读全文
摘要:
一般image都会有TZ这个环境变量 -e TZ=Asia/Shanghai 如果不生效可以使用 -v /etc/localtime:/etc/localtime:ro 阅读全文
摘要:
更新系统 sudo dnf update 安装 Docker 所需的软件包和依赖项 sudo dnf install -y yum-utils device-mapper-persistent-data lvm2 添加 Docker 官方的 YUM 仓库 #官方 sudo yum-config-ma 阅读全文
摘要:
描述 主页面中拖入一个FlowLayoutPanel控件,名称为mainLayoutPanel 程序运行后,子线程往mainLayoutPanel中添加其它控件不显示 mainLayoutPanel.Controls.Add(groupRootPanel); 通过调试发现,报“在某个线程上创建的控件 阅读全文
摘要:
本篇博客已过时 添加目录 阅读全文
摘要:
修改root用户的密码 打开SSH 使用FinalShell连接到TrueNAS FinalShell下载地址:SSH工具 SSH客户端 (hostbuf.com) 双击打开编辑zh-hans.json 复制 https://raw.githubusercontent.com/truenas/web 阅读全文
摘要:
安装方法如图 nodejs依赖 crypto-jsprettytabledotenvjsdomdate-fnstough-cookietslibws@7.4.3ts-md5jsdom -gjiebafsform-datajson5global-agentpng-js@types/noderequir 阅读全文
摘要:
using System.Speech.Synthesis; //项目引用System.Speech var speech = new SpeechSynthesizer { Volume = 100, Rate = -5 }; speech.SetOutputToWaveFile(path); s 阅读全文