政采云技术
Author

政采云技术

ZCY Technology Team (Zero), based in Hangzhou, is a growth-oriented team passionate about technology and craftsmanship. With around 500 members, we are building comprehensive engineering, project management, and talent development systems. We are committed to innovation and creating a cloud service ecosystem for government and enterprise procurement. We look forward to your joining us.

423
Articles
0
Likes
1.1k
Views
0
Comments
Recent Articles

Latest from 政采云技术

100 recent articles max
政采云技术
政采云技术
Jun 30, 2023 · Databases

Understanding Graph Databases: Concepts, Models, and Dgraph Implementation

This article introduces graph databases as a NoSQL solution, explains property‑graph modeling, compares relational and document stores, evaluates several graph products, and details Dgraph’s architecture, indexing, query language, and real‑world business applications such as knowledge graphs and equity‑relationship analysis.

Data ModelingDgraphProperty Graph
0 likes · 20 min read
Understanding Graph Databases: Concepts, Models, and Dgraph Implementation
政采云技术
政采云技术
Jun 29, 2023 · Backend Development

Understanding RocketMQ: Architecture, Modules, and Deployment Essentials

This article provides a comprehensive overview of RocketMQ, covering its origin, core concepts, component roles, cluster deployment architecture, workflow, feature details, persistence mechanisms, and cleanup policies, offering developers a solid foundation for using this high‑performance messaging middleware.

ApacheMessage QueueMiddleware
0 likes · 18 min read
Understanding RocketMQ: Architecture, Modules, and Deployment Essentials
政采云技术
政采云技术
Jun 27, 2023 · Product Management

Integrating Quantitative Surveys and Qualitative Analysis in User Research for Product Development

The article explains how combining quantitative surveys, qualitative analysis, and user interviews provides comprehensive, multidimensional insights that guide product design, innovation, and continuous improvement of user experience, emphasizing the broader scope of user research beyond simple interviews.

Product DesignUXUser Research
0 likes · 3 min read
Integrating Quantitative Surveys and Qualitative Analysis in User Research for Product Development
政采云技术
政采云技术
Jun 21, 2023 · Frontend Development

Analysis of Common Frontend Issues

This article examines typical frontend development pitfalls—including numeric type quirks, precision loss, function length, object ordering, asynchronous timer inaccuracies, race conditions, CSS positioning, stacking contexts, performance bottlenecks, and compatibility concerns—providing explanations, code examples, and practical mitigation strategies for developers.

AsyncCSSJavaScript
0 likes · 18 min read
Analysis of Common Frontend Issues
政采云技术
政采云技术
Jun 20, 2023 · Backend Development

Problems with BeanCopy and Improving Object Mapping Using MapStruct

This article examines the limitations of BeanCopy for Java DTO mapping—such as inheritance handling, recursive copying, lack of complex type support, performance overhead, and opaque assignments—and demonstrates how MapStruct can address these issues with compile‑time generated, type‑safe mappers.

BeanCopyJavaMapStruct
0 likes · 9 min read
Problems with BeanCopy and Improving Object Mapping Using MapStruct
政采云技术
政采云技术
Jun 15, 2023 · Big Data

Optimizing Data Lineage Extraction Using Spline REST API

This article discusses the practical implementation of extracting table and field lineage information via the Spline REST API, analyzing API call frequency, server load tolerance, and the strategy of re-parsing lineage only when job versions change to optimize performance.

REST APISplinedata engineering
0 likes · 5 min read
Optimizing Data Lineage Extraction Using Spline REST API
政采云技术
政采云技术
Jun 13, 2023 · Databases

MySQL Logical Architecture Design and Performance Optimization

This article explains MySQL's four‑layer logical architecture, describes high‑performance read strategies, details data pages, buffer pool and LRU algorithm, and provides comprehensive guidance on index structures, optimization techniques, and best practices for improving query performance.

Database ArchitectureIndexingLRU algorithm
0 likes · 14 min read
MySQL Logical Architecture Design and Performance Optimization
政采云技术
政采云技术
Jun 8, 2023 · Backend Development

Idempotency Design Principles and Practices in Distributed Systems

This article explains the definition, importance, and practical design guidelines for achieving idempotency in distributed systems, especially in financial and payment scenarios, by detailing key elements, principles, common pitfalls, and implementation patterns with code examples.

RPCidempotency
0 likes · 12 min read
Idempotency Design Principles and Practices in Distributed Systems