description: "调试时可见的 JVM 中对象唯一 ID"date: 2025.10.05 10:34categories:- Javatags: [Java]ke...
description: "调试时可见的 JVM 中对象唯一 ID"date: 2025.10.05 10:34categories:- Javatags: [Java]ke...
description: "纵向层级关系,横向关联关系"date: 2025.09.27 10:26categories:- Springtags: [Spring, Spr...
description: "大模型金牌辅助"date: 2025.09.21 10:34categories:- Linuxtags: [Linux]keywords: Ky...
description: "Mockito Inline 可用来替代已不再维护的 PowerMock"date: 2025.09.14 10:26categories:- T...
原文地址:https://alphahinex.github.io/2025/09/07/servlet-path-of-request-in-multi-servlets-...
原文地址:https://alphahinex.github.io/2025/08/31/spring-beanfactory-applicationcontext/[htt...
description: "可配合系统计划任务定时执行"date: 2025.08.24 10:26categories:- Gotags: [Go, Golang, Din...
description: "Either re-interrupt this method or rethrow the "InterruptedException" tha...
笔者最近在国产化操作系统部署了一套k8s服务,今天发现好多应用都出现无法调度的问题。原因均指向:节点内存不足。 环境信息 查看节点负载,发现确实爆了。 不禁疑惑起来:最近也没...
原文地址:https://alphahinex.github.io/2025/08/10/java-9-modularity/[https://alphahinex.gith...
description: "排序后,倒序遍历最大值配合双指针,降低整体算法时间复杂度"date: 2025.08.03 10:34categories:- algorithm...
原文地址:https://alphahinex.github.io/2025/07/27/add-docker-container-port-mapping-without-...
原文地址:https://alphahinex.github.io/2025/07/20/dify-knowledge-base-migration/[https://alp...
原文地址:https://alphahinex.github.io/2025/07/13/python-quantitative-trading/[https://alpha...
description: "环境变量覆盖配置文件中设置导致的异常"date: 2025.07.06 10:34categories:- K8s- Springtags: [K...
原文地址:https://alphahinex.github.io/2025/06/29/use-embedding-and-rerank-with-tei-in-dify/...
cntlm 是一个HTTP二级代理软件。 它主要的作用,是在能代理上网的前提下,给这个代理再做一个代理,提供给更多的下级用户。 下级用户不需要、也不可能知道代理的账户密码,这...
背景介绍 笔者最近基于kubernetes部署一套系统时,发现了一个有趣的现象:配置文件内的部分变量读取错误,报错日志如下 配置片段如下: 明明port配置的9200,为什么...