摘要:
WIN11 + WSL2 + Ubuntu-22.04 安装笔记 [旧版 WSL 的手动安装步骤] (https://docs.microsoft.com/zh-cn/windows/wsl/install-manual#step-4 download-the-linux-kernel-update 阅读全文
摘要:
Minikube-部署Redis并且通过Ingress访问 yaml配置项目地址: https://github.com/melodyfff/kubernetes-template 启动应用 kubectl apply -f app-redis.yaml 添加configmap/tcp-servic 阅读全文
摘要:
GsonCodec.class class GsonCodec extends BaseCodec { private static final Gson gson = new Gson(); private final Encoder encoder = new Encoder() { publi 阅读全文
摘要:
Maven模块快速构建项目 官方: http://maven.apache.org/guides/introduction/introduction-to-archetypes.html http://maven.apache.org/archetype/maven-archetype-plugin 阅读全文
摘要:
// noinspection unchecked 参考 https://stackoverflow.com/questions/17836373/what-does-noinspection-forloopreplaceablebyforeach-mean 阅读全文
摘要:
参考: Classworking 工具箱: 深入 JiBX 代码生成内部 - http://www.360doc.com/content/09/0215/12/102462_1290733.shtml 阅读全文
摘要:
JVM的基准性能测试JMH JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targett 阅读全文
摘要:
psql "host=$HOST hostaddr=$IP port=$PORT user=$USER password=$PASS " -c "要执行的sql" 阅读全文
摘要:
./mysql -h $HOSTNAME -u $USERNAME --password=$PASSWORD --database=$DBNAME -Ne "要执行的sql语句" 阅读全文
摘要:
(转)centos7离线安装rpm包自动解决依赖 :https://www.cnblogs.com/nmap/p/9511848.html 阅读全文