All Articles

143181 articles · Page 6675 of 7160
MaGe Linux Operations
MaGe Linux Operations
Aug 12, 2017 · Operations

How Tencent’s ZhiYun Platform Powers Massive Social Event Ops at Scale

This article explains how Tencent's SNG operations team leveraged the ZhiYun intelligent operations platform—through standardized processes, massive IaaS provisioning, CMDB management, automation workflows, and capacity monitoring—to flawlessly support the high‑traffic "military‑uniform photo" campaign across thousands of servers.

CMDBTencentcapacity management
0 likes · 10 min read
How Tencent’s ZhiYun Platform Powers Massive Social Event Ops at Scale
MaGe Linux Operations
MaGe Linux Operations
Aug 12, 2017 · Information Security

123 Essential Python Tools for Penetration Testing and Security Research

This article compiles a comprehensive list of 123 Python-based penetration testing tools, covering network utilities, debugging and reverse‑engineering frameworks, fuzzing platforms, web testing kits, forensic analysis utilities, malware analysis helpers, PDF inspection modules, miscellaneous libraries, recommended books, talks, and additional resources for security professionals.

FuzzingPythonSecurity tools
0 likes · 17 min read
123 Essential Python Tools for Penetration Testing and Security Research
21CTO
21CTO
Aug 11, 2017 · Operations

Alibaba’s Double 11 Playbook: Scaling Architecture and Real‑Time Fault Tolerance

Alibaba’s eight‑year evolution of Double 11 showcases how limited cost can deliver maximal user experience and massive throughput by transitioning from a centralized 3.0 distributed architecture to multi‑active zones, employing capacity planning, full‑link stress testing, fine‑grained dependency governance, and dynamic traffic scheduling to ensure high availability.

Capacity Planningfault tolerancelarge-scale e-commerce
0 likes · 12 min read
Alibaba’s Double 11 Playbook: Scaling Architecture and Real‑Time Fault Tolerance
Programmer DD
Programmer DD
Aug 11, 2017 · Backend Development

How @EnableResourceServer Configures OAuth2 Token Validation in Spring Security

This article breaks down the internal workflow of Spring Security’s @EnableResourceServer, explaining how OAuth2 tokens are extracted, validated, and turned into authentication objects through ResourceServerSecurityConfigurer, OAuth2AuthenticationProcessingFilter, OAuth2AuthenticationManager, and related components.

AuthenticationJavaToken
0 likes · 11 min read
How @EnableResourceServer Configures OAuth2 Token Validation in Spring Security
Liulishuo Tech Team
Liulishuo Tech Team
Aug 11, 2017 · Artificial Intelligence

DeepGrammar: A Neural Network Approach for Grammatical Error Detection and Correction

DeepGrammar is a bidirectional GRU‑based neural model that detects subject‑verb agreement errors by encoding surrounding context into fixed‑length vectors, outperforming rule‑based, classifier, and NMT approaches on the CoNLL‑2014 benchmark and achieving state‑of‑the‑art results across multiple error types.

GRUgrammar correctionneural networks
0 likes · 8 min read
DeepGrammar: A Neural Network Approach for Grammatical Error Detection and Correction
StarRing Big Data Open Lab
StarRing Big Data Open Lab
Aug 11, 2017 · Databases

Unlock Efficient SQL Management with Waterdrop: A Complete Guide

Waterdrop is a cross‑platform SQL IDE and database management suite that offers a navigator, editor, executor, and data viewer, plus import/export and stored‑procedure testing tools, enabling developers and DBAs to efficiently browse metadata, write and format SQL, execute queries, edit data, and manage licenses.

Data ViewerDatabase ManagementETL Tools
0 likes · 9 min read
Unlock Efficient SQL Management with Waterdrop: A Complete Guide
JD Retail Technology
JD Retail Technology
Aug 11, 2017 · Mobile Development

iOS Mocker: A Server‑Side Mock Service for Mobile Development at JD

The article introduces JD’s iOS Mocker, a server‑side mock service that decouples client development from backend progress, provides comprehensive mock data for all shopping‑flow interfaces, improves testing efficiency, ensures UI robustness, and outlines its architecture, usage workflow, and future extensions.

APIClient‑ServerMobile Development
0 likes · 7 min read
iOS Mocker: A Server‑Side Mock Service for Mobile Development at JD
DevOps Engineer
DevOps Engineer
Aug 11, 2017 · Fundamentals

Fundamentals of Software Bug Tracking and Management

This article introduces the basic concepts of software testing, covering defect management tools, bug reproduction prerequisites, JIRA issue types, classification methods, severity and priority levels, status lifecycle, and the complete bug handling workflow.

JiraPrioritybug tracking
0 likes · 8 min read
Fundamentals of Software Bug Tracking and Management
UCloud Tech
UCloud Tech
Aug 11, 2017 · Cloud Computing

How Serverless Architecture Powers AI Image Style Transfer with UCloud

This article explains the Serverless concept, compares it with PaaS and BaaS, and provides a step‑by‑step guide to building an AI‑driven Van Gogh style‑transfer service using UCloud's Serverless (UGC) platform, covering both backend setup and frontend interaction.

AIFaaSServerless
0 likes · 9 min read
How Serverless Architecture Powers AI Image Style Transfer with UCloud
Architecture Digest
Architecture Digest
Aug 11, 2017 · Information Security

Common Web Attacks and Their Mitigation Techniques

The article introduces major web security threats such as XSS, injection, CSRF, explains their mechanisms with examples, and presents defensive measures including input sanitization, HttpOnly cookies, web application firewalls, and encryption methods like hashing, symmetric and asymmetric cryptography.

CSRFEncryptionSQL Injection
0 likes · 10 min read
Common Web Attacks and Their Mitigation Techniques
Qunar Tech Salon
Qunar Tech Salon
Aug 11, 2017 · Mobile Development

Understanding Permissions4M: An Android Compile‑Time Annotation Framework for Runtime Permissions

This article explains the design and implementation of Permissions4M, an Android library that uses compile‑time annotations to simplify runtime permission handling, covering the pre‑compilation, compilation, and post‑compilation stages, module structure, key code snippets, and usage patterns.

AndroidAnnotation ProcessingJava
0 likes · 18 min read
Understanding Permissions4M: An Android Compile‑Time Annotation Framework for Runtime Permissions
MaGe Linux Operations
MaGe Linux Operations
Aug 11, 2017 · Operations

Why Operations Matters: Beyond Automation to Real Business Value

In this reflective piece, Zhao Cheng (aka Qianyi) shares his experience managing the operations team at Mogujie, argues that operations value extends beyond automation to efficiency, stability, security, cost, and user experience, and offers practical guidance for shifting mindsets and aligning ops with business goals.

Cost ManagementEfficiencyOperations
0 likes · 12 min read
Why Operations Matters: Beyond Automation to Real Business Value
MaGe Linux Operations
MaGe Linux Operations
Aug 11, 2017 · Artificial Intelligence

Master Python Machine Learning in 14 Free Steps from Zero to Advanced

This comprehensive guide walks beginners through fourteen free steps to learn Python machine learning, covering installation, core scientific libraries, fundamental and advanced algorithms, ensemble methods, gradient boosting, dimensionality reduction, and deep learning frameworks with curated resources and practical examples.

Deep LearningPythonscikit-learn
0 likes · 24 min read
Master Python Machine Learning in 14 Free Steps from Zero to Advanced
Architects' Tech Alliance
Architects' Tech Alliance
Aug 10, 2017 · Cloud Computing

Overview of Alibaba Cloud CDN Live Streaming Architecture and Key Technologies

This article explains the fundamentals of video streaming, media transcoding, and CDN technologies, then details Alibaba Cloud's live streaming architecture—including capture, preprocessing, encoding, push‑stream, transcoding, distribution, and client playback—along with business functions, monitoring, and typical application scenarios.

Alibaba CloudCDNVideo Transcoding
0 likes · 13 min read
Overview of Alibaba Cloud CDN Live Streaming Architecture and Key Technologies
DevOps
DevOps
Aug 10, 2017 · Information Security

Securing VSTS with Azure Conditional Access: A Step‑by‑Step Guide

This article explains how to protect Visual Studio Team Services (VSTS) by integrating Azure Conditional Access, covering account binding, rule creation, user and group selection, condition settings such as sign‑in risk and location, and testing the resulting access restrictions.

Azure ADAzure Conditional AccessCloud security
0 likes · 6 min read
Securing VSTS with Azure Conditional Access: A Step‑by‑Step Guide
Efficient Ops
Efficient Ops
Aug 10, 2017 · Operations

Avoid Costly DBA Mistakes: Essential MySQL Operations and Best Practices

This comprehensive guide shares a senior DBA's hard‑learned lessons on MySQL environment setup, data security, routine operations, architecture insights, online execution tips, and the right mindset, helping database professionals prevent common pitfalls and improve reliability.

DBADatabase operationsMySQL
0 likes · 19 min read
Avoid Costly DBA Mistakes: Essential MySQL Operations and Best Practices
Ctrip Technology
Ctrip Technology
Aug 10, 2017 · Operations

QTracer: An In‑Depth Overview of Qunar’s Distributed Tracing System

This article provides a comprehensive technical overview of QTracer, Qunar’s internal distributed tracing platform, covering its architecture, core concepts, key features such as execution‑chain queries, log association, conditional searches, data storage, non‑intrusive instrumentation, bytecode injection, and the QTracer Debug tool for online breakpoint debugging.

BackendJavaObservability
0 likes · 19 min read
QTracer: An In‑Depth Overview of Qunar’s Distributed Tracing System