All Articles

143607 articles · Page 6599 of 7181
MaGe Linux Operations
MaGe Linux Operations
Dec 22, 2017 · Operations

Essential Linux System Administration Commands and Tips

This article compiles practical Linux system administration techniques, covering how to check physical CPUs and cores, interpret load averages, understand vmstat columns, differentiate buffer and cache, monitor memory usage with top, inspect network connections, manage services, configure IP addresses, use iptables, rsync options, cron jobs, and troubleshoot hardware issues.

CommandsLinuxcron
0 likes · 18 min read
Essential Linux System Administration Commands and Tips
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Dec 21, 2017 · Frontend Development

How to Build a Simple WebAR Pokémon Go Clone with WebRTC

This article walks through creating a lightweight WebAR Pokémon‑Go‑style game using WebRTC, covering the basics of WebAR, WebRTC APIs, compatibility issues on Android and iOS, and step‑by‑step implementation details such as camera access, video rendering, and overlay techniques.

HTML5WebARWebRTC
0 likes · 4 min read
How to Build a Simple WebAR Pokémon Go Clone with WebRTC
Programmer DD
Programmer DD
Dec 21, 2017 · Backend Development

Build a RabbitMQ Consumer with Spring Cloud Stream in Spring Boot

This tutorial walks through creating a Spring Boot microservice that uses Spring Cloud Stream to bind to RabbitMQ, covering project setup, required dependencies, a simple consumer implementation, application startup, log verification, core annotations, and a unit test for message production.

JavaMessage-drivenMicroservices
0 likes · 11 min read
Build a RabbitMQ Consumer with Spring Cloud Stream in Spring Boot
Efficient Ops
Efficient Ops
Dec 21, 2017 · Databases

Master MySQL: From Beginner Basics to Advanced High‑Availability and Backup Strategies

This comprehensive guide uses a gaming‑level analogy to walk readers through MySQL fundamentals, architecture, storage engines, memory structures, logging, backup and recovery methods, high‑availability designs, and advanced performance tuning, providing practical commands, diagrams, and best‑practice recommendations.

Database ArchitectureMySQLhigh availability
0 likes · 19 min read
Master MySQL: From Beginner Basics to Advanced High‑Availability and Backup Strategies
21CTO
21CTO
Dec 21, 2017 · Fundamentals

How to Master Java: A Comprehensive Roadmap from Basics to Advanced Topics

This guide outlines a step‑by‑step learning path for Java, covering environment setup, core language features, libraries, build tools, debugging, concurrency, native integration, security, mobile development, and the language’s history, helping beginners become proficient Java developers.

Javalearning-pathprogramming
0 likes · 15 min read
How to Master Java: A Comprehensive Roadmap from Basics to Advanced Topics
21CTO
21CTO
Dec 21, 2017 · Artificial Intelligence

How Ordinary Programmers Can Transform Into AI Engineers: Real Success Stories

This article explores whether regular programmers should switch to AI engineering, presents three detailed real‑world transition cases, outlines step‑by‑step learning paths, essential resources, and practical advice for mastering machine learning and deep learning technologies.

AIDeep Learningcareer transition
0 likes · 17 min read
How Ordinary Programmers Can Transform Into AI Engineers: Real Success Stories
21CTO
21CTO
Dec 21, 2017 · Operations

Why We Switched to Nginx for L4 Load Balancing: A Practical Migration Guide

This article details a company's migration from commercial load balancers to an open‑source Nginx‑based Layer‑4 solution, covering project background, technical selection, architecture design, network and Nginx configurations, operational scripts, health‑check automation, performance testing, and data analysis using Elasticsearch and Grafana.

L4OSPFmonitoring
0 likes · 11 min read
Why We Switched to Nginx for L4 Load Balancing: A Practical Migration Guide
21CTO
21CTO
Dec 21, 2017 · Fundamentals

Tech Shifts: China’s Internet Rules, Firefox Quantum, Autonomous Car Tests

Recent tech news highlights China’s demand that Google and Facebook obey local laws to access its 751 million users, Firefox Quantum’s rapid 170 million installations, Ruby’s gradual decline, Google’s shutdown of Project Tango, and Beijing’s new autonomous‑vehicle testing regulations with strict safety and insurance requirements.

China internet policyFirefox QuantumProject Tango
0 likes · 7 min read
Tech Shifts: China’s Internet Rules, Firefox Quantum, Autonomous Car Tests
Meituan Technology Team
Meituan Technology Team
Dec 21, 2017 · Mobile Development

Shield: A Modular UI Framework for Android and iOS

Shield is Meituan‑Dianping’s open‑source modular UI framework for Android and iOS that splits pages into independent, lifecycle‑managed modules (Agents) defined by a remote configuration, enabling dynamic layout changes, cross‑platform consistency, decoupled communication via a RxJava‑based WhiteBoard, and easier maintenance and testing.

AndroidModular UIShield Framework
0 likes · 10 min read
Shield: A Modular UI Framework for Android and iOS
Meituan Technology Team
Meituan Technology Team
Dec 21, 2017 · Backend Development

Implementing Domain-Driven Design in Microservices Architecture

The article demonstrates how applying Domain‑Driven Design to a lottery platform’s microservices—by defining bounded contexts such as lottery and risk control, modeling aggregates like DrawLottery and AwardPool, using domain services and anti‑corruption layers, and enforcing high cohesion and low coupling—solves over‑coupling and anemic domain model challenges while tightly aligning the system with business logic.

AggregatesBounded ContextDDD
0 likes · 28 min read
Implementing Domain-Driven Design in Microservices Architecture
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 21, 2017 · Fundamentals

How BBR Congestion Control Supercharges Cloud Disk Speed

This article explains how the BBR congestion control algorithm, designed for long‑fat networks, overcomes the limitations of traditional TCP to dramatically improve cloud storage download speeds, detailing its principles, implementation steps, and real‑world performance gains.

BBRCloud Storagecongestion control
0 likes · 8 min read
How BBR Congestion Control Supercharges Cloud Disk Speed
ITPUB
ITPUB
Dec 21, 2017 · Databases

Why MySQL Connections Stall and How Adjusting thread_cache_size Fixes It

The article explains why Percona‑MySQL 5.6 experiences occasional high‑latency connections, analyzes the role of thread pools and thread cache settings, and shows step‑by‑step how increasing thread_cache_size to match active connections eliminates the slowdown.

MySQLThread Pooldatabase_configuration
0 likes · 6 min read
Why MySQL Connections Stall and How Adjusting thread_cache_size Fixes It
ITPUB
ITPUB
Dec 21, 2017 · Operations

Master Linux Troubleshooting: 6 Common Issues and How to Fix Them

Learn a systematic approach for Linux system administrators to diagnose and resolve six typical problems—including filesystem errors, 'argument list too long', inode exhaustion, undeleted file space, too many open files, and read‑only filesystem—using command‑line tools, log analysis, and practical fixes.

LinuxOperationsShell Commands
0 likes · 15 min read
Master Linux Troubleshooting: 6 Common Issues and How to Fix Them
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Dec 21, 2017 · Operations

Stability Monitoring Practices for Double 11 2017

The 2017 Double 11 stability monitoring project introduced a four‑layer monitoring architecture—including customer & sentiment, business, system water‑level, and infrastructure monitoring—along with data archiving and system‑level reliability measures to detect, respond to, and mitigate issues far faster than traditional manual processes.

OperationsStabilitybig-data
0 likes · 14 min read
Stability Monitoring Practices for Double 11 2017
Architecture Digest
Architecture Digest
Dec 21, 2017 · Operations

Design and Implementation of an Open‑Source Load Balancing Solution Using Nginx and LVS

The article describes how a company replaced costly commercial load balancers with an open‑source architecture based on Nginx for layer‑4 traffic and a layer‑7 cluster, detailing project background, technology selection, redundant design, network and Nginx configurations, operational scripts, performance testing, and data analysis.

Load BalancingNetworkOperations
0 likes · 11 min read
Design and Implementation of an Open‑Source Load Balancing Solution Using Nginx and LVS
Qunar Tech Salon
Qunar Tech Salon
Dec 21, 2017 · Big Data

Experience and Optimization Strategies for Apache Kylin in Real-Time OLAP

This article shares a data engineer's three‑year experience using Apache Kylin for real‑time OLAP on petabyte‑scale data, describing the business background, challenges of pre‑computation, cube modeling, dimension reduction, and various optimization techniques such as hierarchy, mandatory, and joint dimensions, as well as precise count‑distinct handling.

Apache KylinCube OptimizationOLAP
0 likes · 13 min read
Experience and Optimization Strategies for Apache Kylin in Real-Time OLAP