All Articles

143607 articles · Page 6600 of 7181
MaGe Linux Operations
MaGe Linux Operations
Dec 21, 2017 · Operations

Mastering High Availability Clusters: Key Concepts, Resource Management, and Failure Handling

This article explains how high‑availability (HA) clusters provide redundancy for directors, RS‑servers, databases and storage, covering active‑passive node roles, resource stickiness, constraints, quorum voting, split‑brain avoidance, failure detection methods, and essential configuration tips.

ClusterOperationsResource Management
0 likes · 12 min read
Mastering High Availability Clusters: Key Concepts, Resource Management, and Failure Handling
MaGe Linux Operations
MaGe Linux Operations
Dec 21, 2017 · Databases

Master Python Database Operations: SQLite, MySQL, LMDB & LevelDB

This guide walks through installing and using four Python‑compatible databases—SQLite, MySQL, LMDB, and LevelDB—covering environment setup, core APIs, common CRUD patterns, and complete runnable examples to help developers choose and operate each storage engine effectively.

Database tutorialLMDBLevelDB
0 likes · 9 min read
Master Python Database Operations: SQLite, MySQL, LMDB & LevelDB
dbaplus Community
dbaplus Community
Dec 20, 2017 · Backend Development

How Ele.me’s API Everything Framework Transforms Backend Service Integration

This article summarizes Liang Xiangdong’s talk on the API Everything framework at the Gdevops 2017 conference, detailing the motivations, design principles, lifecycle, key products such as Stargate Cluster and API Portal, and the practical impact on backend development, DevOps automation, and front‑end/back‑end separation at Ele.me.

API documentationBackend DevelopmentDocker
0 likes · 21 min read
How Ele.me’s API Everything Framework Transforms Backend Service Integration
Efficient Ops
Efficient Ops
Dec 20, 2017 · Operations

Mastering Network Ops: 36 Strategies and Real-World Case Studies

This article presents a practical guide of 36 network‑operation strategies, illustrated with two detailed case studies that show how solid technical knowledge, automation, and cross‑department collaboration can dramatically reduce faults and improve efficiency in modern SDN environments.

DevOpsNetwork OperationsSDN
0 likes · 13 min read
Mastering Network Ops: 36 Strategies and Real-World Case Studies
Java Captain
Java Captain
Dec 20, 2017 · Backend Development

Java Web Interview Experience and Essential Knowledge Checklist

The author recounts a recent Alibaba Java Web interview journey, reflects on gaps uncovered during the process, and compiles a comprehensive list of core Java Web concepts—including JVM internals, servlets, Spring, Hibernate, Struts, HTTP fundamentals, and design patterns—to guide future learning and preparation.

HibernateServletSpring
0 likes · 13 min read
Java Web Interview Experience and Essential Knowledge Checklist
21CTO
21CTO
Dec 20, 2017 · Frontend Development

Explore the Best Frontend UI Frameworks for Mobile, PC & Hybrid Apps

This guide compiles the most popular frontend UI frameworks for mobile, PC and hybrid app development, summarizing each library's origin, key features, GitHub statistics, installation methods and demo links to help developers quickly choose the right toolkit.

UI frameworkfrontendmobile
0 likes · 17 min read
Explore the Best Frontend UI Frameworks for Mobile, PC & Hybrid Apps
Hujiang Technology
Hujiang Technology
Dec 20, 2017 · Frontend Development

Understanding WeChat Mini Programs: Runtime, Promise Wrapping, Componentization, and Redux Integration

This article explains the differences between WeChat Mini Programs and H5, details the custom runtime environment, demonstrates performance differences, shows how to wrap callback‑based APIs with Promises, introduces component‑based development, and integrates Redux for state management with code examples.

ComponentizationPromiseRedux
0 likes · 14 min read
Understanding WeChat Mini Programs: Runtime, Promise Wrapping, Componentization, and Redux Integration
Hulu Beijing
Hulu Beijing
Dec 20, 2017 · Artificial Intelligence

How Attention Mechanisms Transform Seq2Seq Models for Better Translation

This article explains why attention mechanisms were introduced into Seq2Seq models, how they address the limitations of fixed‑length encoding, the role of bidirectional RNNs, and showcases their impact on machine translation and image captioning with illustrative diagrams.

Machine TranslationRNNSeq2Seq
0 likes · 10 min read
How Attention Mechanisms Transform Seq2Seq Models for Better Translation
UCloud Tech
UCloud Tech
Dec 20, 2017 · Backend Development

How We Scaled a Live‑Stream Danmu System from PHP to Go for 50K+ Concurrent Users

Facing massive memory usage and latency in a PHP‑based live‑stream bullet chat, we iteratively re‑engineered the system—splitting Redis, limiting broadcasts, sharding rooms, then rebuilding it in Go with distributed room management, concurrent broadcasting, and extensive testing, achieving stable operation for tens of thousands of concurrent connections.

DanmuGolangWebSocket
0 likes · 12 min read
How We Scaled a Live‑Stream Danmu System from PHP to Go for 50K+ Concurrent Users
AntTech
AntTech
Dec 20, 2017 · Artificial Intelligence

Network Embedding Overview and Recent Research Directions from CIKM 2017

An overview of network embedding presented at CIKM 2017, covering its definition, loss functions, algorithm categories such as spectral methods, random walks, deep learning models, emerging research topics like dynamic and attributed embeddings, and various application scenarios illustrated with numerous academic papers.

CIKM2017Deep Learningattribute integration
0 likes · 9 min read
Network Embedding Overview and Recent Research Directions from CIKM 2017
网易UEDC
网易UEDC
Dec 20, 2017 · Product Management

How to Rapidly Boost Your Design Skills: A Step‑by‑Step Guide for New Designers

This guide outlines practical methods for junior designers to identify design problems, progress through copying, semi‑creation, and original work, cultivate motivation, practice deliberately, gather inspiration, develop comprehensive skills, and adopt product‑thinking to continuously improve their design capabilities.

DesignProduct ThinkingSkill Development
0 likes · 15 min read
How to Rapidly Boost Your Design Skills: A Step‑by‑Step Guide for New Designers
Qunar Tech Salon
Qunar Tech Salon
Dec 20, 2017 · Databases

Diagnosing and Resolving MySQL InnoDB Deadlocks and Lock‑Wait Timeouts in Data‑Warehouse Workloads

This article explains how to quickly locate and fix online MySQL problems such as partial update failures, InnoDB deadlocks, and lock‑wait timeouts by analyzing server logs, understanding InnoDB row‑lock behavior, optimizing indexes, adjusting transaction settings, and using a custom log‑collection script.

Database PerformanceIndex OptimizationInnoDB
0 likes · 19 min read
Diagnosing and Resolving MySQL InnoDB Deadlocks and Lock‑Wait Timeouts in Data‑Warehouse Workloads
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 20, 2017 · Artificial Intelligence

How Alibaba Leverages Graph Embedding & Deep Learning for Double 11 Home‑Page Recommendations

This article explains how Alibaba's recommendation team built a large‑scale, AI‑driven personalization pipeline for the Double 11 shopping festival, using graph‑embedding recall, deep‑learning ranking models such as DeepResNet, DCN, and a custom XTensorflow platform to improve coverage, diversity, and click‑through rates.

AIDeep LearningE-commerce
0 likes · 20 min read
How Alibaba Leverages Graph Embedding & Deep Learning for Double 11 Home‑Page Recommendations
Programmer DD
Programmer DD
Dec 19, 2017 · Backend Development

Key Building Blocks for Microservice Architecture: Config, Registry, API Gateway & More

This guide walks beginners through the fundamental components of microservice infrastructure—configuration management, service registry, API gateway, authentication, message broker, BFF, circuit breaker, and load balancing—explaining their roles, interactions, and practical considerations for building resilient systems.

Circuit BreakerConfiguration ManagementLoad Balancing
0 likes · 18 min read
Key Building Blocks for Microservice Architecture: Config, Registry, API Gateway & More