摘要:
Code (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full").Release Ref https://docs.microsoft.com/en-us/dotnet/framework/migra 阅读全文
摘要:
Resource Resource在Pull Server上的格式是这样的: {ModuleName}_{Version}.zip 比如 Blog_1.0.0.0.zip 如果你修改了Resource中的代码,理论上,只要更新,就得发新版本,哪怕是个小版本的变更。 Blog_1.0.0.1.zip 阅读全文
摘要:
生成自签名证书 New-SelfSignedCertificate -Subject $(hostname) 默认会生成到这里 winrm 查看帮助 winrm 创建listener winrm create winrm/config/Listener?Address=*+Transport=HTT 阅读全文
摘要:
备份 Backup-SqlDatabase -ServerInstance $ServerInstance -Database $DBName -BackupFile $BackupFilePath -Credential $DBCredential -Incremental 还原 Restore- 阅读全文
摘要:
Fake Fakes are objects that have working implementations, but not same as production one. Usually they take some shortcut and have simplified version 阅读全文
摘要:
代码 long epoch = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").parse("01/01/1970 01:00:00").getTime() / 1000; String date = new SimpleDateFormat("MM/dd/y 阅读全文
摘要:
背景 项目中对URL进行操作的时候,用string的各种基础方法 和 if else去搞,实在"优雅"。 啊呸! springframework.web import org.springframework.web.util.UriComponentsBuilder; ... return UriC 阅读全文
摘要:
https://www.ietf.org/id/draft-peabody-dispatch-new-uuid-format-03.html 阅读全文