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
Mar 31, 2023 · Backend Development

Understanding ThreadPoolExecutor: Key Parameters and Source Code Analysis

This article explains the purpose of using thread pools in Java projects, details each important parameter of ThreadPoolExecutor, and provides a thorough walkthrough of its core source code, including constructors, task submission, execution, shutdown mechanisms, and internal worker management, helping developers understand and debug thread pool behavior.

ExecutorServiceJava concurrencyThread Pool
0 likes · 17 min read
Understanding ThreadPoolExecutor: Key Parameters and Source Code Analysis
360 Quality & Efficiency
360 Quality & Efficiency
Mar 24, 2023 · Operations

Performance Testing and Optimization of a Web Application Using JMeter and BlazeMeter

This article details a comprehensive performance testing workflow—including requirement analysis, script recording with BlazeMeter, data construction, iterative optimization, and final results—targeting a web application that must handle over 5,000 TPS with 2 million database records, highlighting bottlenecks in Redis, MySQL, and code logic.

BlazeMeterJMeterMySQL
0 likes · 7 min read
Performance Testing and Optimization of a Web Application Using JMeter and BlazeMeter
360 Quality & Efficiency
360 Quality & Efficiency
Mar 10, 2023 · Artificial Intelligence

What Is ChatGPT? Overview, Performance, and Underlying Technologies

This article explains what ChatGPT is, its impressive conversational performance across tasks such as daily dialogue, document writing, math solving, and coding, and details the underlying Transformer architecture, massive data training, and reinforcement learning from human feedback that make the model so powerful.

Artificial IntelligenceChatGPTRLHF
0 likes · 9 min read
What Is ChatGPT? Overview, Performance, and Underlying Technologies
360 Quality & Efficiency
360 Quality & Efficiency
Feb 10, 2023 · Backend Development

Using Go's Built‑in Testing Tools: Unit Tests, Benchmarks, Coverage, Fuzzing, and Race Detection

This article introduces Go's native testing ecosystem—including unit testing, benchmark performance measurement, code‑coverage analysis, fuzz testing, and race‑condition detection—through a practical bookkeeping‑app example, demonstrating how each tool can uncover bugs, improve performance, and raise overall code quality.

TestingUnit Testcode coverage
0 likes · 11 min read
Using Go's Built‑in Testing Tools: Unit Tests, Benchmarks, Coverage, Fuzzing, and Race Detection
360 Quality & Efficiency
360 Quality & Efficiency
Nov 18, 2022 · Cloud Native

Deploying and Integrating OnlyOffice Document Server with Docker and Kubernetes for Collaborative Editing

This guide explains how to deploy OnlyOffice Document Server using Docker, configure a web connector with JavaScript, set up cluster and high‑availability deployment via Kubernetes, and handle collaborative editing callbacks, providing step‑by‑step instructions and code examples for integration into existing systems.

IntegrationOnlyOfficecollaborative editing
0 likes · 8 min read
Deploying and Integrating OnlyOffice Document Server with Docker and Kubernetes for Collaborative Editing
360 Quality & Efficiency
360 Quality & Efficiency
Nov 11, 2022 · Operations

Understanding TCPCopy: Architecture, Core Principles, and Performance

This article introduces the open‑source traffic‑replay tool TCPCopy, explains its 1.0 architecture—including the tcpcopy and intercept components—covers its packet‑capture and injection methods (raw socket vs pcap), TCP state handling, routing challenges, intercept role, and performance characteristics, providing practical insights for backend testing and operations.

PCAPbackend operationsnetwork testing
0 likes · 9 min read
Understanding TCPCopy: Architecture, Core Principles, and Performance