08 2023 档案

摘要:# 打开注册表: 开始--运行--regedit (快捷键Win+R) ### 然后找到HKEY_CURRENT_USER ==> Software ==> Microsoft ==> Windows ==> CurrentVersion ==> Policies, 可以输入如下路径到路径栏 `计算 阅读全文
posted @ 2023-08-09 09:04 Jacob·雅各布 阅读(1063) 评论(0) 推荐(0)
摘要:# 1、使用 ToString 方法的默认格式设置 public class Automobile { public string Name { get; set; } = "小王"; } Automobile firstAuto = new Automobile(); Console.WriteL 阅读全文
posted @ 2023-08-07 11:13 Jacob·雅各布 阅读(335) 评论(1) 推荐(0)