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