05 2023 档案
摘要:随着 Win11 22H2 和 WSLg 的推出,很多开启输入法的教程都过时了。记录一下最新实践: WSL 安装 Ubuntu 后,安装中文语言 ``` sudo /usr/bin/gnome-language-selector ```  Web Components + Compose 是一条更好的路线。 当然,像 molecule 一样用
阅读全文
摘要:[Benchmark: CreateElement vs DOM Parser - MeasureThat.net](https://www.measurethat.net/Benchmarks/Show/15119/0/createelement-vs-dom-parser) , Expressions.loop()。我发现它好几年了,这两天真正用的时候发现变量声明都搞不
阅读全文
摘要:static int add(int a, int b){ return a + b; } @Test public void directAdd() throws Throwable { // 编译 31ms System.out.println(System.currentTimeMillis(
阅读全文