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
Jul 15, 2022 · Backend Development

Using APScheduler for Asynchronous Task Scheduling in Flask

This article introduces the Python APScheduler framework, explains its four core components, shows how to install it, and provides a step‑by‑step guide for integrating background task scheduling into a Flask application with appropriate scheduler, job store, executor, and trigger selections.

APSchedulerAsyncBackgroundScheduler
0 likes · 6 min read
Using APScheduler for Asynchronous Task Scheduling in Flask
360 Quality & Efficiency
360 Quality & Efficiency
Jul 8, 2022 · Cloud Native

Using a Remote Docker Service Without Adding the -H Parameter

This tutorial explains how to configure Docker on a Kubernetes node to transparently use a remote Docker daemon by modifying the systemd service, creating a custom Docker image with helper scripts, and committing it, so users can run Docker commands without explicitly specifying the remote host.

containerimageremote-docker
0 likes · 6 min read
Using a Remote Docker Service Without Adding the -H Parameter
360 Quality & Efficiency
360 Quality & Efficiency
Jul 1, 2022 · Backend Development

Common Issues and Solutions When Using HttpRunner for API Automation Testing

This article summarizes practical problems encountered with HttpRunner—such as YAML parsing errors, missing attributes, duplicate assertions, custom function parameter issues, and performance bottlenecks—and provides detailed debugging steps, code patches, multithreading enhancements, and report‑optimization techniques for large‑scale API test suites.

API testingHttpRunnerYAML
0 likes · 8 min read
Common Issues and Solutions When Using HttpRunner for API Automation Testing
360 Quality & Efficiency
360 Quality & Efficiency
Jul 1, 2022 · Artificial Intelligence

Building an End-to-End Image Search System with Milvus and VGG

This article presents a complete image‑search solution that extracts visual features with the VGG16 model, stores them in the Milvus vector database, and provides a set of web APIs for training, querying, counting, searching, and deleting image vectors, all deployed via Docker containers.

AIMilvusVGG
0 likes · 7 min read
Building an End-to-End Image Search System with Milvus and VGG
360 Quality & Efficiency
360 Quality & Efficiency
Jun 24, 2022 · Cloud Native

Using Sonobuoy for Kubernetes Conformance Testing: Installation, Execution, and Result Analysis

This article explains how to use the Sonobuoy diagnostic tool to perform Kubernetes conformance testing, covering the definition of conformance, Sonobuoy’s features and architecture, environment setup, test execution with custom plugins, result retrieval, and analysis of failed test cases.

CI/CDCluster DiagnosticsConformance Testing
0 likes · 8 min read
Using Sonobuoy for Kubernetes Conformance Testing: Installation, Execution, and Result Analysis
360 Quality & Efficiency
360 Quality & Efficiency
Jun 17, 2022 · Information Security

Understanding and Using Microsoft AppVerifier for Application Debugging and Security

This article explains what Microsoft AppVerifier is, how it helps detect memory corruption, security vulnerabilities, and privilege issues in Windows applications, and provides detailed download links, usage steps, configuration tips, common troubleshooting problems, and best‑practice recommendations for reliable testing.

AppVerifierMemorysecurity
0 likes · 8 min read
Understanding and Using Microsoft AppVerifier for Application Debugging and Security
360 Quality & Efficiency
360 Quality & Efficiency
Jun 10, 2022 · Artificial Intelligence

Overview of Modern Text Summarization Techniques

This article reviews contemporary text summarization methods, covering extractive approaches such as TextRank and clustering, abstractive models like Seq2Seq with attention, pointer‑generator networks, and recent pre‑trained transformers including BART, CPT and PEGASUS, highlighting their strengths, limitations, and combined strategies.

abstractive modelsextractive methodsnatural language processing
0 likes · 13 min read
Overview of Modern Text Summarization Techniques
360 Quality & Efficiency
360 Quality & Efficiency
Jun 2, 2022 · Fundamentals

Understanding and Improving Software Testability

The article explains the concept of software testability, outlines controllability and observability factors, discusses cohesion and coupling, suggests practices such as TDD and design patterns, and introduces tools like testability‑explorer and Sonar for measuring and enhancing testability.

CohesionCouplingcode quality
0 likes · 8 min read
Understanding and Improving Software Testability