摘要: PowerShell 缩短提示符路径 缩短显示路径 临时 Function Prompt { "$( ( get-item $pwd ).Name )>" } 全局 文件位置,如果该文件不存在,手动建立一个。%UserProfile%\Documents\PowerShell\Microsoft.P 阅读全文
posted @ 2020-08-29 17:33 指左转右 阅读(904) 评论(0) 推荐(0) 编辑
摘要: 仅初始化属性 init-only init 关键字,可以在类创建的时候赋值一次,如下代码所示: public class InitOnlyClass { public string FirstName { get; init; } public string LastName { get; init 阅读全文
posted @ 2020-08-29 17:31 指左转右 阅读(235) 评论(0) 推荐(0) 编辑