08 2023 档案
Windows加域后通过注册表取消壁纸锁定更换壁纸
摘要:# 打开注册表: 开始--运行--regedit (快捷键Win+R) ### 然后找到HKEY_CURRENT_USER ==> Software ==> Microsoft ==> Windows ==> CurrentVersion ==> Policies, 可以输入如下路径到路径栏 `计算
c#格式化字符串 toString()
摘要:# 1、使用 ToString 方法的默认格式设置 public class Automobile { public string Name { get; set; } = "小王"; } Automobile firstAuto = new Automobile(); Console.WriteL