KingbaseES High Availability Architecture in Practice: KES Primary-Standby, Read/Write Splitting, and MPP Cluster Selection Guide

This article focuses on the KingbaseES high availability stack, reframing three architecture options—KES primary-standby, read/write splitting, and MPP clusters—to address single points of failure, limited read scalability, and performance bottlenecks in large-scale analytics. Keywords: KingbaseES, high availability, read/write splitting. Technical Specification Snapshot Parameter Details Database / Ecosystem KingbaseES KES / KingbaseES Core Languages SQL, Java, … Read more

Linux IPC Explained: Anonymous Pipes, FIFOs, and System V Shared Memory, Message Queues, and Semaphores

The core of Linux IPC is not simply “moving data.” It starts by making the same resource visible to multiple processes, then enabling data exchange, event notification, synchronization, and mutual exclusion. This article covers five mechanisms: anonymous pipes, named pipes, System V shared memory, message queues, and semaphores, to address process coordination, performance, and isolation. … Read more

Java Microservices Service Mesh in Practice: Build Reliable, Secure, and Observable Communication with Istio

This article focuses on the core path for integrating Java microservices into a service mesh: using Istio to decouple traffic management, secure communication, and observability from business code, solving common pain points such as complex service calls, high release risk, and difficult troubleshooting. Keywords: Istio, service mesh, Java microservices. Technical Specifications at a Glance Parameter … Read more

How to Set Up an FTP Server on Windows Server 2022/2025: IIS, DNS, FTPS, and Troubleshooting Guide

How to Set Up an FTP Server on Windows Server 2022/2025: IIS, DNS, FTPS, and Troubleshooting Guide This article focuses on IIS FTP deployment on Windows Server 2022/2025. It covers user creation, directory planning, permission control, DNS-based domain access, CMD validation, and FTPS expansion to solve the most common pain points: installing without configuring, connecting … Read more

Three.js in Practice: Building a 3D Earth Satellite Orbit Visualization Platform — Day 1 Architecture and Interaction

This project uses Three.js to build an interactive 3D Earth satellite orbit visualization platform. Day 1 completes the core workflow: Earth scene construction, satellite rendering, orbit grouping, country/type filtering, and hover-click interactions. It addresses common challenges in front-end spatial visualization, including a steep 3D learning curve, cluttered orbit displays, and weak interaction feedback. Keywords: Three.js, … Read more

How to Use fluttertoast on OpenHarmony: Native Toast and FToast Explained

fluttertoast is a widely used message prompt library for Flutter and now includes an OpenHarmony-compatible version. It provides both MethodChannel-based native Toast and Overlay-based FToast, helping solve common cross-platform issues such as inconsistent messaging capabilities, limited styling, and difficult queue management. Keywords: Flutter, OpenHarmony, fluttertoast Technical specification snapshot Parameter Details Language Dart / Flutter Platform … Read more

Flutter After the GetX Repository Incident: Risk Assessment, Containment, and Migration Paths

This article examines the GetX repository incident, breaks down dependency risk in Flutter projects, and outlines both short-term containment measures and long-term migration paths. The core conclusion is: existing projects remain manageable in the short term, but teams should move toward dependency isolation and a more converged architecture over time. Keywords: GetX, Flutter, dependency governance. … Read more

How to Expose Serv-U SFTP to the Public Internet with cpolar on Windows

This lightweight solution publishes a Serv-U SFTP service to the public internet through cpolar. Its core value is enabling secure external access to an internal file server in environments without a public IP address and with NAT or port restrictions. It is well suited for temporary file retrieval, remote work, and small-team collaboration. Keywords: Serv-U, … Read more

How XiaoHongShu Web x-s Request Signing Works: Parameter Flow, Node.js Browser Emulation, and mnsv2 Call Chain

This article examines the XiaoHongShu Web x-s request signing mechanism, covering parameter preprocessing, the core mnsv2 call, custom Base64 encoding, x-s-common device fingerprinting, and Node.js browser emulation. It addresses common issues such as hard-to-trace signing flows, strong browser dependencies, and error-prone cross-language invocation. Keywords: x-s, mnsv2, browser emulation Technical specification snapshot Parameter Value Research target … Read more

MathorCup Problem A Rebuilt: Solving Smart Logistics VRPTW with QUBO and a Coherent Ising Machine

This article focuses on smart logistics route optimization in MathorCup Problem A. The core idea is to unify TSP, TSP with Time Windows, and multi-vehicle capacity-constrained VRPTW into QUBO formulations, then solve them with the Kaiwu SDK and a coherent Ising machine. It addresses three major challenges: complex multi-constraint modeling, limited qubit capacity, and poor … Read more