SpringMeng
Author

SpringMeng

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

77
Articles
0
Likes
200
Views
0
Comments
Recent Articles

Latest from SpringMeng

77 recent articles
SpringMeng
SpringMeng
Jan 3, 2026 · Backend Development

Elegant Exception Handling in Spring: Unified @ControllerAdvice, Assertions, and Enum‑Based Errors

The article demonstrates how to replace scattered try‑catch blocks with a clean, unified exception handling strategy in Spring, using @ControllerAdvice, custom BaseException, enum‑driven error codes, and Assert utilities, while also standardizing API responses and handling common MVC errors such as 404.

BackendEnumException Handling
0 likes · 22 min read
Elegant Exception Handling in Spring: Unified @ControllerAdvice, Assertions, and Enum‑Based Errors
SpringMeng
SpringMeng
Dec 29, 2025 · Industry Insights

JD 2024 Salary Breakdown, Benefits, and Interview Prep Guide

The article details JD's 2024 compensation plan—including upgraded 19‑month salary tiers, year‑end bonuses, comprehensive employee benefits—offers practical advice on evaluating offers versus base salary, and provides a curated list of technical interview questions for JD candidates.

JDbenefitscompensation
0 likes · 7 min read
JD 2024 Salary Breakdown, Benefits, and Interview Prep Guide
SpringMeng
SpringMeng
Dec 27, 2025 · Industry Insights

Why Another Tech Giant Is Banning the Cursor AI Coding Tool

Major tech firms including ByteDance, Microsoft, and Amazon are banning the AI coding assistant Cursor over concerns that it uploads proprietary code to cloud models, posing data leakage and potential remote control risks, highlighting a broader industry shift from efficiency‑driven AI tools to security‑first policies.

AmazonByteDanceCursor
0 likes · 5 min read
Why Another Tech Giant Is Banning the Cursor AI Coding Tool
SpringMeng
SpringMeng
Dec 26, 2025 · Frontend Development

How Gemini 3 Enabled a Company to Slash 5 of Its 6 Front‑End Engineers

A small tech firm replaced most of its front‑end staff with Gemini 3, using Claude and Gemini 3 to generate UI code quickly, comparing it with other AI tools and concluding that AI‑assisted development can meet mid‑level client demands while drastically reducing headcount.

AI code generationClaudeFrontend Development
0 likes · 5 min read
How Gemini 3 Enabled a Company to Slash 5 of Its 6 Front‑End Engineers
SpringMeng
SpringMeng
Dec 24, 2025 · Information Security

Technical Breakdown of Why Kuaishou Was Hacked

Within a 60‑90 minute window on Dec 22, hackers breached Kuaishou’s systems, exploiting nighttime staffing fatigue, high‑privilege token leaks, AI moderation tricks, direct video uploads, massive account overload, and microservice architecture flaws, highlighting critical security gaps for large platforms.

AI moderation evasionKuaishouSecurity Breach
0 likes · 4 min read
Technical Breakdown of Why Kuaishou Was Hacked
SpringMeng
SpringMeng
Dec 22, 2025 · Industry Insights

Why Does a Map API Cost Up to ¥50,000 per Year?

The author recounts how a tutoring mini‑program’s required reverse‑geocoding API from Tencent, Baidu, and Gaode each demanded ¥50,000 annually, explores cheaper shared or second‑hand options, and ultimately proposes using a static province‑city database to avoid the expense, noting the trade‑offs.

BaiduGaodeTencent
0 likes · 4 min read
Why Does a Map API Cost Up to ¥50,000 per Year?
SpringMeng
SpringMeng
Dec 21, 2025 · Backend Development

A Java Packaging Tool That Enables Double‑Click Execution

The author reviews common Java desktop packaging methods—GraalVM, JLink, Exe4J, batch scripts, and plain JAR—detailing their advantages and drawbacks, then demonstrates a custom WinForm‑based packaging utility that bundles a Swing application and a trimmed JRE into a single executable for double‑click launch.

Exe4JJLINKJava
0 likes · 6 min read
A Java Packaging Tool That Enables Double‑Click Execution
SpringMeng
SpringMeng
Dec 10, 2025 · Artificial Intelligence

Top AI Coding Plugins for IntelliJ IDEA: Features, Use Cases, and Comparison

This article reviews the most popular AI‑powered coding plugins for IntelliJ IDEA, detailing their features, suitable scenarios, installation steps, advantages, and cautions, and provides a side‑by‑side comparison to help developers choose the right tool for their workflow.

AI coding assistantsAmazon CodeWhispererCodeGeeX
0 likes · 8 min read
Top AI Coding Plugins for IntelliJ IDEA: Features, Use Cases, and Comparison