摘要: 背景 Win11 21H2(OS Build 22000.2538) IntelliJ IDEA 2023.3 (Community Edition) (Scala Plugin 2023.3.19) + JDK 21 PlayScala Project (sbt 1.9.7, Scala 3.3. 阅读全文
posted @ 2023-12-26 00:46 UPeRVv 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 路径 System (4) -> smss.exe -> smss.exe -> winint.exe -> services.exe 列表 暂仅列出 boot +040.0000 的服务。 服务 名称 命令 1 DcomLaunch svchost.exe -k DcomLaunch -p 2 R 阅读全文
posted @ 2023-11-25 20:48 UPeRVv 阅读(44) 评论(0) 推荐(0) 编辑
摘要: vscode-haskell Toolchain 选择 在 .vscode/settings.json 中使用 haskell.toolchain 选择指定版本。 例 { "haskell.toolchain": { "hls": "2.2.0.0", "cabal": "3.10.1.0", "s 阅读全文
posted @ 2023-10-07 19:53 UPeRVv 阅读(17) 评论(0) 推荐(0) 编辑
摘要: GHC20xx GHC2021 GHC 9.2.1 (2021-10-29) introduced the new GHC2021 language extension set. Haskell 2010 4. Declarations and Bindings 4.1 Overview of Ty 阅读全文
posted @ 2023-09-30 13:16 UPeRVv 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 简述 学前,Monads for functional programming Case 1, introduces monads We begin with the basic evaluator for simple terms, then consider variations that mi 阅读全文
posted @ 2023-08-29 08:23 UPeRVv 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 背景 Win11 21H2(OS Build 22000.2124) Windows PowerShell 7.3.5 简述 在试用 PowerShell 7.x 时,部分命令仍需 PS 5.1 . 具体来说,是指 %windir%\system32\WindowsPowerShell\v1.0\M 阅读全文
posted @ 2023-06-29 15:51 UPeRVv 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 背景 Win11 21H2(OS Build 22000.1880) Windows PowerShell 5.1 简述 0x01 环境变量 # list PS> ls env: # set PS> $env:_JAVA_LAUNCHER_DEBUG=1 # unset PS> del env:_J 阅读全文
posted @ 2023-04-26 23:20 UPeRVv 阅读(65) 评论(0) 推荐(0) 编辑
摘要: HashCode 算法 长话短说,Java 的 Object.hashCode() 实现算法,据 get_next_hash 所述,可选方案有多种,默认为 5. > java -XX:+UnlockExperimentalVMOptions -XX:+PrintFlagsFinal -version 阅读全文
posted @ 2023-03-30 12:39 UPeRVv 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 链接:https://inside.java/2023/02/21/jepcafe17/ Comparator are elements used daily in all Java applications. There are fairly easy to write, but must als 阅读全文
posted @ 2023-03-30 00:00 UPeRVv 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 2011, Oracle Seeking Community Input for JDK 8, https://www.infoq.com/news/2011/04/oracle-jdk8/ 2011, Oracle Proposes Hudson Move to Eclipse Foundatio 阅读全文
posted @ 2023-03-24 10:50 UPeRVv 阅读(11) 评论(0) 推荐(0) 编辑