上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 41 下一页
摘要: Code (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full").Release Ref https://docs.microsoft.com/en-us/dotnet/framework/migra 阅读全文
posted @ 2022-07-28 17:13 talentzemin 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Resource Resource在Pull Server上的格式是这样的: {ModuleName}_{Version}.zip 比如 Blog_1.0.0.0.zip 如果你修改了Resource中的代码,理论上,只要更新,就得发新版本,哪怕是个小版本的变更。 Blog_1.0.0.1.zip 阅读全文
posted @ 2022-07-27 23:33 talentzemin 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 生成自签名证书 New-SelfSignedCertificate -Subject $(hostname) 默认会生成到这里 winrm 查看帮助 winrm 创建listener winrm create winrm/config/Listener?Address=*+Transport=HTT 阅读全文
posted @ 2022-07-14 23:23 talentzemin 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 备份 Backup-SqlDatabase -ServerInstance $ServerInstance -Database $DBName -BackupFile $BackupFilePath -Credential $DBCredential -Incremental 还原 Restore- 阅读全文
posted @ 2022-07-13 16:36 talentzemin 阅读(37) 评论(0) 推荐(0) 编辑
摘要: Fake Fakes are objects that have working implementations, but not same as production one. Usually they take some shortcut and have simplified version 阅读全文
posted @ 2022-07-07 22:58 talentzemin 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 代码 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 阅读全文
posted @ 2022-07-07 22:56 talentzemin 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 背景 项目中对URL进行操作的时候,用string的各种基础方法 和 if else去搞,实在"优雅"。 啊呸! springframework.web import org.springframework.web.util.UriComponentsBuilder; ... return UriC 阅读全文
posted @ 2022-06-16 23:47 talentzemin 阅读(221) 评论(0) 推荐(0) 编辑
摘要: https://www.ietf.org/id/draft-peabody-dispatch-new-uuid-format-03.html 阅读全文
posted @ 2022-06-13 11:44 talentzemin 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 背景 上一篇《Using SQL Server DB for DSC》中,核心机制就是这个图: 我一开始的理解是这样的,并且很长时间这么理解 还惊讶于“双向同步”的设计。 其实并不是这样的 Access Linked Table When you link to a table in an Acce 阅读全文
posted @ 2022-05-23 13:35 talentzemin 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 原文:https://leandrowpblog.wordpress.com/2016/10/26/using-sql-server-db-for-dsc/ 阅读全文
posted @ 2022-05-23 12:51 talentzemin 阅读(24) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 41 下一页