360 Quality & Efficiency
Author

360 Quality & Efficiency

360 Quality & Efficiency focuses on seamlessly integrating quality and efficiency in R&D, sharing 360’s internal best practices with industry peers to foster collaboration among Chinese enterprises and drive greater efficiency value.

556
Articles
0
Likes
1.3k
Views
0
Comments
Recent Articles

Latest from 360 Quality & Efficiency

100 recent articles max
360 Quality & Efficiency
360 Quality & Efficiency
Dec 24, 2021 · Mobile Development

Comparison of iOS Video Streaming Solutions for Remote Control

This article evaluates three iOS video streaming approaches—WebDriverAgent MJPEG, Apple ReplayKit, and QuickTime‑based QVH—by implementing prototypes, measuring latency, stability, and functionality, and presenting a detailed performance comparison to guide remote‑control applications.

Performance comparisonQuickTimeReplayKit
0 likes · 6 min read
Comparison of iOS Video Streaming Solutions for Remote Control
360 Quality & Efficiency
360 Quality & Efficiency
Dec 3, 2021 · Databases

Understanding MySQL Slow Query Analysis with EXPLAIN

This article explains why SQL queries become slow in MySQL, describes the server architecture, details how to use the EXPLAIN statement to interpret execution plans, and outlines how to read and optimize key fields such as type, key, and extra for better performance.

Database PerformanceEXPLAINIndex Optimization
0 likes · 5 min read
Understanding MySQL Slow Query Analysis with EXPLAIN
360 Quality & Efficiency
360 Quality & Efficiency
Nov 26, 2021 · Fundamentals

Generating Custom PDF Documents with ReportLab in Python

This article explains how to use Python's ReportLab library to create highly customized PDF documents, covering basic components like canvas, templates, page headers/footers, and demonstrating single‑column and double‑column layouts with text, charts, images, and tables through detailed code examples.

PDFPythonReportLab
0 likes · 9 min read
Generating Custom PDF Documents with ReportLab in Python