flink session mode 和application mode的区别在Apache Flink中,Session模式和Application模式是两种主要的部署模式。它们在集群的管理、资源分配以及使用场景上有着不同的特点和适用性。Oct 29, 2024Oct 29, 2024
Java native httpClient to kotlin coroutinesIf you want to use Kotlin coroutines with the native Java HttpClient, you can use the kotlinx.coroutines library along with…Dec 12, 2023Dec 12, 2023
CompletableFuture to coroutineIf you have a CompletableFuture in Java and you want to convert it to a Kotlin coroutine, you can use the…Dec 8, 2023Dec 8, 2023
How to publish powershell module to powershellgalleryFirst you need to have a powershell module, refer to here for module creation.Jan 6, 2023Jan 6, 2023
How to create powershell modulesAssumption: 1. you have latest powershell, at least 7.2.x, lower version might work with adminstration right.Dec 13, 2022Dec 13, 2022
Mock S3 service for local developmentWorking in enterprise environment is complex, in one side you have rich resources, another side to access these resources is hard…Jun 9, 2022Jun 9, 2022
Test javascript keyboard key codeFound very nice app to test keyboard keys and codeFeb 15, 2022Feb 15, 2022