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