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
Jun 2, 2022 · Fundamentals

Comprehensive Guide to Using Sourcetree for Git Version Control

This tutorial walks through installing Sourcetree, explains core Git concepts, and provides step‑by‑step instructions for creating local repositories, committing changes, managing branches, merging, rebasing, squashing commits, handling conflicts, configuring .gitignore, and synchronizing with remote services such as GitHub or GitLab.

GitMergingSourcetree
0 likes · 7 min read
Comprehensive Guide to Using Sourcetree for Git Version Control
360 Quality & Efficiency
360 Quality & Efficiency
Apr 22, 2022 · Artificial Intelligence

Audio Quality Assessment Using a BiLSTM Deep Learning Model

This article presents a no‑reference audio quality assessment system that leverages a bidirectional LSTM network to extract spectral features via FFT and predict perceptual scores, describing the architecture, technical advantages, data preparation, loss design, and TensorFlow implementation.

BiLSTMTensorFlowaudio quality
0 likes · 8 min read
Audio Quality Assessment Using a BiLSTM Deep Learning Model
360 Quality & Efficiency
360 Quality & Efficiency
Apr 15, 2022 · Mobile Development

Automating HarmonyOS Apps with Appium: Setup, .hap Installation, Element Locating, and Log Retrieval

This guide demonstrates how to use Appium for automated testing of HarmonyOS applications, covering device connection setup, .hap package installation via HDC, element location strategies, handling logs, and compatibility considerations, providing code examples for developers familiar with Android automation.

HarmonyOSMobile AutomationPython
0 likes · 7 min read
Automating HarmonyOS Apps with Appium: Setup, .hap Installation, Element Locating, and Log Retrieval
360 Quality & Efficiency
360 Quality & Efficiency
Apr 8, 2022 · Fundamentals

Using Windows Messages for GUI Automation with Python

This article explains how Windows' event‑driven message system can be leveraged for stable GUI automation, covering window concepts, message queues, message types, and providing Python code examples that use win32gui to click buttons, select menus, and manipulate edit controls without relying on screen coordinates.

GUIMessage AutomationPython
0 likes · 14 min read
Using Windows Messages for GUI Automation with Python
360 Quality & Efficiency
360 Quality & Efficiency
Apr 1, 2022 · Mobile Development

Understanding Mobile Advertising SDKs and Their Testing Strategies

The article explains what a mobile advertising SDK is, outlines its core components such as documentation, interfaces, logs, and samples, and details comprehensive testing approaches—including functional, compatibility, network, security, stability, and performance tests—organized in layered strategies from demo to code-level automation.

AdvertisingCompatibilityTesting
0 likes · 6 min read
Understanding Mobile Advertising SDKs and Their Testing Strategies
360 Quality & Efficiency
360 Quality & Efficiency
Mar 25, 2022 · Information Security

Adding a Graphical Seal and Network Timestamp Electronic Signature to PDF Documents with Java and Spire

This tutorial demonstrates how to programmatically embed a graphical seal and a trusted network timestamp electronic signature into a PDF using Java, the Spire library, and a .pfx certificate, covering preparation, signature creation, positioning, timestamp configuration, visual settings, and final saving.

Electronic SealPDFSpire
0 likes · 5 min read
Adding a Graphical Seal and Network Timestamp Electronic Signature to PDF Documents with Java and Spire
360 Quality & Efficiency
360 Quality & Efficiency
Mar 25, 2022 · Information Security

Collection of Prominent C/C++ Security and Coding Standards

This article compiles a curated list of major C and C++ security and coding guidelines—including 360 Safe Rules, Tencent Security Guide, Huawei Secure Coding Specification, Google C++ Style Guide, C++ Core Guidelines, SEI CERT, MISRA, and High Integrity C++—providing brief descriptions and direct repository links for each.

CStyle Guidecoding standards
0 likes · 5 min read
Collection of Prominent C/C++ Security and Coding Standards
360 Quality & Efficiency
360 Quality & Efficiency
Mar 4, 2022 · Information Security

Integrating Apache Shiro with Spring Boot: Core Components, Configuration, and Authentication Flow

This article provides a comprehensive guide on integrating Apache Shiro into a Spring Boot application, covering core components, Maven configuration, bean definitions, security manager setup, custom realms, filter chain configuration, and the complete login authentication flow with code examples.

Apache ShiroAuthenticationAuthorization
0 likes · 12 min read
Integrating Apache Shiro with Spring Boot: Core Components, Configuration, and Authentication Flow