Tagged articles
304 articles
Page 4 of 4
转转QA
转转QA
Apr 18, 2019 · Backend Development

Java Instrumentation and ASM: Bytecode Enhancement Techniques and Jacoco Coverage

This article introduces Java instrumentation and the ASM bytecode manipulation library, explains how tools like Jacoco insert probe code on the fly, describes the structure of Java agents, and demonstrates practical bytecode editing methods and use‑cases such as monitoring, hot‑fixing, and mocking.

ASMAgentbytecode
0 likes · 5 min read
Java Instrumentation and ASM: Bytecode Enhancement Techniques and Jacoco Coverage
58 Tech
58 Tech
Mar 12, 2019 · Operations

Overview of the Octopus Automation Platform Architecture and Core Modules

The article introduces Octopus, the core automation service of 58 Group, detailing its overall architecture, the Octopus Agent lifecycle, communication mechanisms, management center capabilities, and key functional modules such as server information collection, command execution, deployment, permission control, and file transfer.

APIAgentDeployment
0 likes · 11 min read
Overview of the Octopus Automation Platform Architecture and Core Modules
DevOps
DevOps
Sep 29, 2018 · Operations

Containerizing TFS Continuous Integration and Agent Management with Docker

This article explains how to use Docker to containerize both the TFS continuous‑integration workflow and the TFS build agent, providing step‑by‑step commands for customizing Docker images, configuring agents, and handling authentication, followed by a brief recruitment notice for DevOps engineers.

AgentContainerizationDevOps
0 likes · 9 min read
Containerizing TFS Continuous Integration and Agent Management with Docker