NvChad

Ctrl+n 打开/关闭 NvimTree

August 28, 2024 · 1 min · 7 words · Joey

Vim使用小技巧

如何键入真正的Tab字符? 如果你想要在 Vim 中输入真正的 Tab 字符,你可以在插入模式下按 Ctrl-V,然后按 Tab。这将插入一个真正的 Tab 字符,而不是...

August 28, 2024 · 3 min · 1136 words · Joey

Istio Error Flag

HTTP and TCP Long name Short name Description NoHealthyUpstream UH No healthy upstream hosts in upstream cluster in addition to 503 response code. UpstreamConnectionFailure UF Upstream connection failure in addition to 503 response code. UpstreamOverflow UO Upstream overflow (circuit breaking ) in addition to 503 response code. NoRouteFound NR No route configured for a given request in addition to 404 response code or no matching filter chain for a downstream connection....

August 21, 2024 · 2 min · 351 words · Joey

Google I/O connection 2024

进场 Google Cloud 最新动态 在GoogleCloud上用Gemini构建web应用 使用数据库构建生成式AI应用 午餐 使用Ray 超越RAG Firebase

August 8, 2024 · 1 min · 62 words · Joey

图数据库

核心概念 顶点vertex 边edge cypher查询语言 主要选型 apache AGE neo4j 101 基于apache AGE的基础测试 -- 开启 LOAD 'age'; SET search_path = ag_catalog, "$user", public; SELECT * FROM ag_catalog.drop_graph('geae', true); SELECT create_graph('geae'); SELECT...

July 31, 2024 · 1 min · 302 words · Joey