摘要: 安装Centos7服务器以及必要的工具(wget【curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/Centos-7.repo】、ifconfig、vim) 安装Dotnet运行环境 添加微软包资源 sudo rpm 阅读全文
posted @ 2025-12-15 15:20 四十四 阅读(1) 评论(0) 推荐(0)
摘要: using System.Reflection; namespace TestReflection { internal class Program { static void Main(string[] args) { Console.WriteLine("TestReflection"); Co 阅读全文
posted @ 2024-04-18 16:30 四十四 阅读(16) 评论(0) 推荐(0)
摘要: 从官网下载安装Miniconda 配置环境变量 ”此电脑“右击”属性“->”高级系统设置“->”高级“->”环境变量“->”系统变量“->”Path“->”编辑“ ”新建“->添加”路径\miniconda3“ ”新建“->添加”路径\miniconda3\Scripts“ ”新建“->添加”路径\ 阅读全文
posted @ 2024-01-31 22:15 四十四 阅读(2385) 评论(1) 推荐(1)
摘要: 在拓展中搜索"Black Formatter"并安装 在JSON(User) 文件中添加配置,打开settings.json并添加: "[python]": { "editor.defaultFormatter": "ms-python.black-formatter", "editor.forma 阅读全文
posted @ 2024-01-22 15:00 四十四 阅读(365) 评论(0) 推荐(0)