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