「Java」- 常用代码段

How to Set the Look and Feel

How to Set the Look and Feel
Java Look and Feel (L&F)

程序运行

参数启动顺序

System Properties
https://docs.oracle.com/javase/tutorial/essential/environment/sysprop.html

The java Command
https://docs.oracle.com/en/java/javase/22/docs/specs/man/java.html#overview-of-java-options

java [options] -jar jarfile [args …]

args … | Optional: Arguments following mainclass, source-file, -jar jarfile, and -m or –module module/mainclass are passed as arguments to the main class.

环境变量

JDK_JAVA_OPTIONS
https://docs.oracle.com/en/java/javase/22/docs/specs/man/java.html#using-the-jdk_java_options-launcher-environment-variable

缓存 | Cache

JetCache | a Java cache framework
https://github.com/alibaba/jetcache

Lettuce – Advanced Java Redis client
https://github.com/redis/lettuce
RedisURI | https://github.com/redis/lettuce/wiki/Basic-usage#redisuri