360 Smart Cloud
Author

360 Smart Cloud

Official service account of 360 Smart Cloud, dedicated to building a high-quality, secure, highly available, convenient, and stable one‑stop cloud service platform.

102
Articles
0
Likes
691
Views
0
Comments
Recent Articles

Latest from 360 Smart Cloud

100 recent articles max
360 Smart Cloud
360 Smart Cloud
Feb 9, 2021 · Fundamentals

Why Write Tests and How to Write Unit Tests in Go

This article explains the long‑term benefits of unit testing such as saving time and money, reducing code complexity, providing documentation, and enabling performance evaluation, and then provides a detailed guide on writing, organizing, and running Go tests with code examples.

GoSoftware QualityTesting
0 likes · 12 min read
Why Write Tests and How to Write Unit Tests in Go
360 Smart Cloud
360 Smart Cloud
Feb 9, 2021 · Information Security

Using DNS for Network Measurement and Security Analysis

This article explains how DNS, the Internet's core naming protocol, can be leveraged for large‑scale network measurement and security analysis, covering DNS hijacking metrics, NTP pool observations, passive DNS techniques, and the DNSMon threat‑detection system with practical insights and references.

DNSData Analyticsnetwork measurement
0 likes · 12 min read
Using DNS for Network Measurement and Security Analysis
360 Smart Cloud
360 Smart Cloud
Feb 9, 2021 · Mobile Development

Fix Xcode 10 Simulator Launch Issue on macOS Mojave by Reinstalling Plug‑Ins

This guide explains how to resolve the Xcode 10 simulator launch failure on macOS Mojave by backing up, removing, and restoring the Xcode Plug‑Ins folder, along with additional steps such as editing scheme settings and resetting the simulator, providing detailed screenshots and code snippets.

Plug‑InsSimulatorTroubleshooting
0 likes · 4 min read
Fix Xcode 10 Simulator Launch Issue on macOS Mojave by Reinstalling Plug‑Ins
360 Smart Cloud
360 Smart Cloud
Jan 28, 2021 · Cloud Native

KubeVirt Overview, Architecture, and Practical Usage with Code Examples

This article introduces KubeVirt as a Kubernetes plugin for managing virtual machines, compares it with OpenStack and other solutions, explains its CRDs, components, storage and networking options, and provides detailed code examples and SDK usage for deploying and operating VMs in a cloud‑native environment.

CephCloudNativeKubeVirt
0 likes · 23 min read
KubeVirt Overview, Architecture, and Practical Usage with Code Examples
360 Smart Cloud
360 Smart Cloud
Jan 28, 2021 · Big Data

Overview of the Qirin Big Data Platform: Architecture, Modules, and Capabilities

The article provides a comprehensive overview of the Qirin big‑data platform, detailing its architecture, core modules such as resource management, metadata, data ingestion, task development, interactive query, and self‑service analysis, and outlines future development plans for the system.

Data Ingestiondata platforminteractive query
0 likes · 12 min read
Overview of the Qirin Big Data Platform: Architecture, Modules, and Capabilities
360 Smart Cloud
360 Smart Cloud
Jan 22, 2021 · Backend Development

How to Build a Fast, Flexible, and Simple Video Editing Framework

This article explores the design of a fast, flexible, and simple video editing framework, covering its historical background, core concepts, SDK architecture, processing pipeline, performance optimizations, compatibility challenges, and future directions such as AI‑enhanced and cloud‑based editing.

SDKcloudmobile
0 likes · 12 min read
How to Build a Fast, Flexible, and Simple Video Editing Framework
360 Smart Cloud
360 Smart Cloud
Nov 21, 2019 · Blockchain

Ethereum RPC Attack Methods and Defense Recommendations

This article outlines multiple Ethereum RPC attack techniques—including unlock‑account hijacking, miner‑address manipulation, brute‑force, offline, and zero‑fee attacks—provides detailed attack flow diagrams, code‑path references, recent honeypot statistics, and practical defense measures to secure RPC endpoints.

AttackEthereumRPC
0 likes · 8 min read
Ethereum RPC Attack Methods and Defense Recommendations
360 Smart Cloud
360 Smart Cloud
Sep 25, 2019 · Fundamentals

Analyzing and Fixing realloc Memory Issues in WABT's wasm2c Component

This article examines the WABT project's wasm2c memory bug caused by improper use of realloc, explains two classic realloc pitfalls—failure detection and zero‑size allocation—provides safe coding patterns, and describes the submitted fix that has been merged into the main branch.

C ProgrammingWABTWebAssembly
0 likes · 5 min read
Analyzing and Fixing realloc Memory Issues in WABT's wasm2c Component