摘要: JDK https://adoptium.net/marketplace/ Microsoft Build of OpenJDK™ OpenJDK 17.0.6 15e8f5dbb57288d316993e793f8965d624ff5e58dfb5c5a7db1ef8ebff68bc49 micr 阅读全文
posted @ 2023-02-18 12:00 UPeRVv 阅读(72) 评论(0) 推荐(0)
摘要: 简述 以一个故事^1开局。IDEA 在使用 Gradle 时可能会输出乱码,常见的解决方式是 Custom VM Options 里面增加 -Dfile.encoding=UTF-8。但故事作者通过细致分析找到问题的关键,不同系统间的编解码。 以常见的报错信息为例,自 JavacMessage.ge 阅读全文
posted @ 2023-02-17 21:30 UPeRVv 阅读(445) 评论(0) 推荐(0)
摘要: 简述 Add a new bytecode, invokedynamic, that supports efficient and flexible execution of method invocations in the absence of static type information. 阅读全文
posted @ 2023-02-14 17:00 UPeRVv 阅读(32) 评论(0) 推荐(0)