Tagged articles
2 articles
Page 1 of 1
Cognitive Technology Team
Cognitive Technology Team
Jul 6, 2025 · Backend Development

How to Force Maven to Update a Corrupted Local Repository

This tutorial explains why a Maven local repository can become corrupted, demonstrates how to identify broken dependencies, and provides step‑by‑step commands—including -U, dependency:resolve, and purge‑local‑repository—to force Maven to refresh or clean the repository safely.

Force UpdateJava Build Toolslocal repository
0 likes · 8 min read
How to Force Maven to Update a Corrupted Local Repository
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 23, 2024 · Frontend Development

Forcing Vue Component Re‑render to Fix Scroll Height Issues

This article explains why a scrollable table component misbehaves when its height changes, analyzes the root cause in the internal scroll wrapper, and demonstrates practical ways to force a Vue component to re‑render using v‑if, dynamic keys, and zero‑delay timers, complete with code examples.

ComponentForce UpdateKEY
0 likes · 7 min read
Forcing Vue Component Re‑render to Fix Scroll Height Issues