上一页 1 2 3 4 5 6 ··· 12 下一页
摘要: snap 是一种用于安装和管理应用程序的软件包格式‌,它有助于简化Linux系统上的软件安装和更新过程,使得用户可以更轻松地管理他们的应用程序。‌ snap的优势 ‌简化管理‌:通过Snap,用户可以更轻松地安装、更新和删除应用程序,无需担心依赖问题。 ‌提高安全性‌:由于应用程序被隔离在单独的容器 阅读全文
posted @ 2024-08-21 09:36 chenjingchun 阅读(267) 评论(0) 推荐(0)
摘要: 一般image都会有TZ这个环境变量 -e TZ=Asia/Shanghai 如果不生效可以使用 -v /etc/localtime:/etc/localtime:ro 阅读全文
posted @ 2024-08-14 11:49 chenjingchun 阅读(49) 评论(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 阅读(729) 评论(0) 推荐(0)
摘要: 描述 主页面中拖入一个FlowLayoutPanel控件,名称为mainLayoutPanel 程序运行后,子线程往mainLayoutPanel中添加其它控件不显示 mainLayoutPanel.Controls.Add(groupRootPanel); 通过调试发现,报“在某个线程上创建的控件 阅读全文
posted @ 2024-07-25 15:59 chenjingchun 阅读(113) 评论(0) 推荐(0)
摘要: 本篇博客已过时 添加目录 阅读全文
posted @ 2023-02-19 16:04 chenjingchun 阅读(1341) 评论(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 阅读(2288) 评论(0) 推荐(0)
摘要: 安装方法如图 nodejs依赖 crypto-jsprettytabledotenvjsdomdate-fnstough-cookietslibws@7.4.3ts-md5jsdom -gjiebafsform-datajson5global-agentpng-js@types/noderequir 阅读全文
posted @ 2023-02-03 10:13 chenjingchun 阅读(1443) 评论(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 阅读(69) 评论(0) 推荐(0)
摘要: void Main() { var list = new List<MusicEntity>(); for (int i = 0; i < 20; i++) { list.Add(new MusicEntity { Id = i, Path = new Random().Next(9999) + " 阅读全文
posted @ 2022-07-28 16:18 chenjingchun 阅读(1759) 评论(0) 推荐(1)
摘要: 参考:构建树形结构数据(全部构建,查找构建)C#版 - umeall - 博客园 (cnblogs.com) 1 public class TreeObejct 2 { 3 public string id { set; get; } 4 public string pId { set; get; 阅读全文
posted @ 2022-03-04 11:10 chenjingchun 阅读(94) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 ··· 12 下一页