SpringMeng
Author

SpringMeng

Focused on software development, sharing source code and tutorials for various systems.

70
Articles
0
Likes
5
Views
0
Comments
Recent Articles

Latest from SpringMeng

70 recent articles
SpringMeng
SpringMeng
Apr 8, 2026 · Operations

AI-Integrated Arthas: Turning Online Issue Diagnosis into One-Click Debugging

The article explains how Arthas, now integrated with the Model Context Protocol (MCP), lets AI automatically execute and interpret diagnostic commands for Java applications, offering step‑by‑step case studies, a detailed workflow, and an analysis of its strengths and limitations.

AI debuggingArthasJava
0 likes · 13 min read
AI-Integrated Arthas: Turning Online Issue Diagnosis into One-Click Debugging
SpringMeng
SpringMeng
Apr 4, 2026 · Artificial Intelligence

How to Build a Tencent IMA‑Style AI Knowledge Base for Under $3,000

This article details a cost‑effective AI knowledge‑base project that replicates Tencent IMA functionality using Dify’s open‑source platform, Chinese LLMs (Qwen, DeepSeek, GLM), a Java Spring Boot backend, Vue frontend, multi‑agent orchestration, hybrid on‑premise/cloud deployment, and provides concrete cost and performance estimates.

AI knowledge baseDifyDocker
0 likes · 12 min read
How to Build a Tencent IMA‑Style AI Knowledge Base for Under $3,000
SpringMeng
SpringMeng
Mar 30, 2026 · Artificial Intelligence

Quick Start Guide to Claude Code: Master the AI-Powered Programming Assistant

This comprehensive tutorial walks you through installing, configuring, and using Claude Code, covering its tool‑use mechanism, context management, command shortcuts, custom MCP servers, and practical tips for integrating the assistant into real‑world development workflows.

AI programming assistantClaude CodeContext Management
0 likes · 21 min read
Quick Start Guide to Claude Code: Master the AI-Powered Programming Assistant
SpringMeng
SpringMeng
Mar 29, 2026 · Industry Insights

IntelliJ IDEA 2026.1: Full AI Integration Makes This Upgrade Truly Safe

JetBrains' IntelliJ IDEA 2026.1 introduces an AI agent marketplace, quota‑free smart completion, enhanced Git Worktree support, full Java 26 features, deep Spring tooling, Wayland as the default display protocol, and a system‑level recycle bin, turning the IDE into a developer cognition‑enhancing platform and justifying an immediate upgrade.

AI integrationGit worktreeIntelliJ IDEA
0 likes · 9 min read
IntelliJ IDEA 2026.1: Full AI Integration Makes This Upgrade Truly Safe
SpringMeng
SpringMeng
Mar 26, 2026 · Artificial Intelligence

Building a Dify‑Powered Multi‑Agent RAG AI Service with Chinese Large Models

After the New Year the author landed several AI contracts, delivering a six‑week knowledge‑base Q&A system and a two‑month AI customer‑service platform built with Dify, multi‑Agent workflows, RAG, and domestic large language models, cutting staff from fifteen to two and boosting development efficiency twofold.

AI Customer ServiceChinese LLMDify
0 likes · 7 min read
Building a Dify‑Powered Multi‑Agent RAG AI Service with Chinese Large Models
SpringMeng
SpringMeng
Mar 25, 2026 · Backend Development

How to Perform OCR in SpringBoot Using Tess4j

This tutorial explains OCR fundamentals, introduces Tesseract and its Java wrapper Tess4j, shows how to download language data, integrate Tess4j into a SpringBoot 3 project with Maven configuration, and provides test code for Chinese, English, and mixed‑language image recognition while highlighting performance considerations.

ConfigurationImage RecognitionJava
0 likes · 9 min read
How to Perform OCR in SpringBoot Using Tess4j
SpringMeng
SpringMeng
Mar 22, 2026 · Artificial Intelligence

How to Quickly Enable Codex in JetBrains IDEs and Boost Development

The article explains how to integrate OpenAI's Codex into JetBrains IDEs, walks through installation, demonstrates project cloning, environment setup, code refactoring, testing, and highlights additional uses such as documentation and front‑end scaffolding, while offering practical tips for effective AI‑assisted development.

AI AssistantAutomationCodex
0 likes · 7 min read
How to Quickly Enable Codex in JetBrains IDEs and Boost Development
SpringMeng
SpringMeng
Mar 20, 2026 · Industry Insights

The 8 Hardest IT Companies to Join in China in 2026

This article ranks the eight most difficult Chinese IT firms to get hired by in 2026, detailing each company's interview pressure, technical depth, system‑design expectations, and the specific knowledge areas that candidates must master to succeed.

ByteDancePinduoduoTencent
0 likes · 13 min read
The 8 Hardest IT Companies to Join in China in 2026
SpringMeng
SpringMeng
Mar 19, 2026 · Backend Development

Why kill -9 Is Wrong: A Graceful Shutdown Approach for Microservices

The article explains how to replace the blunt kill -9 command with a coordinated graceful shutdown process for Spring Cloud microservices, covering signal handling, Eureka cache nuances, actuator endpoints, Spring Boot 2.3 settings, custom shutdown endpoints, and strategies for Kafka, scheduled jobs, thread pools, and long‑running loops.

EurekaGraceful ShutdownJava
0 likes · 16 min read
Why kill -9 Is Wrong: A Graceful Shutdown Approach for Microservices