会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
四十四
博客园
首页
新随笔
联系
订阅
管理
2025年12月15日
Centos7使用Nginx部署ASP.NET MVC项目
摘要: 安装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)
2024年4月18日
C#反射使用
摘要: 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)
2024年1月31日
Windows环境安装配置Miniconda
摘要: 从官网下载安装Miniconda 配置环境变量 ”此电脑“右击”属性“->”高级系统设置“->”高级“->”环境变量“->”系统变量“->”Path“->”编辑“ ”新建“->添加”路径\miniconda3“ ”新建“->添加”路径\miniconda3\Scripts“ ”新建“->添加”路径\
阅读全文
posted @ 2024-01-31 22:15 四十四
阅读(2385)
评论(1)
推荐(1)
2024年1月22日
VScode格式化python代码
摘要: 在拓展中搜索"Black Formatter"并安装 在JSON(User) 文件中添加配置,打开settings.json并添加: "[python]": { "editor.defaultFormatter": "ms-python.black-formatter", "editor.forma
阅读全文
posted @ 2024-01-22 15:00 四十四
阅读(365)
评论(0)
推荐(0)
公告