All Articles

143329 articles · Page 6652 of 7167
21CTO
21CTO
Sep 20, 2017 · Big Data

Winning O2O Coupon Redemption with XGBoost, GBDT, and Feature Engineering

This article details a data-driven solution for the 2016 O2O coupon redemption competition, describing dataset partitioning, extensive feature engineering across user, merchant, and coupon dimensions, handling leakage, and model fusion using XGBoost, GBDT, and RandomForest, achieving top AUC scores through weighted ensemble.

EnsembleGBDTXGBoost
0 likes · 12 min read
Winning O2O Coupon Redemption with XGBoost, GBDT, and Feature Engineering
21CTO
21CTO
Sep 20, 2017 · R&D Management

Turning Errors into Innovation: Anti‑Fragile Systems in Digital Business

In today's fast‑moving digital landscape, waiting for perfect products is impossible, so companies like Amazon and HARTING adopt anti‑fragile, error‑embracing approaches—using systematic root‑cause analysis, agile micro‑services, and tools like Chaos Monkey—to transform failures into rapid innovation and competitive advantage.

Anti-FragilityDigital transformationError Handling
0 likes · 10 min read
Turning Errors into Innovation: Anti‑Fragile Systems in Digital Business
21CTO
21CTO
Sep 20, 2017 · Artificial Intelligence

Can AI Write Complete Programs? Inside the Groundbreaking AI Programmer

The article explores the AI Programmer system, a machine‑learning framework that uses genetic algorithms and a Turing‑complete, minimalist language to automatically generate full software programs with minimal human input, marking a significant step toward fully automated software development.

AI programmingSoftware Engineeringautomatic code generation
0 likes · 8 min read
Can AI Write Complete Programs? Inside the Groundbreaking AI Programmer
37 Interactive Technology Team
37 Interactive Technology Team
Sep 20, 2017 · Product Management

Product Interaction Design Workshop Overview

The workshop, led by a Tencent interaction‑design specialist, guided participants through the entire product creation lifecycle—from planning and role responsibilities to interaction‑design fundamentals—then used colored‑hat brainstorming and a simplified Google Sprint to prototype ideas, present sketches, and award the top three teams.

Product DesignWorkshopinteraction design
0 likes · 3 min read
Product Interaction Design Workshop Overview
Hujiang Technology
Hujiang Technology
Sep 20, 2017 · Artificial Intelligence

Fundamentals and Algorithms of Recommender Systems

This article explains why recommender systems were created, describes the problem of information overload, introduces core algorithms such as popularity, content‑based, collaborative filtering and hybrid methods, and illustrates each with a six‑user/book example and a Netflix case study.

Machine Learningcollaborative filteringcontent-based filtering
0 likes · 17 min read
Fundamentals and Algorithms of Recommender Systems
High Availability Architecture
High Availability Architecture
Sep 20, 2017 · Operations

Optimizing Web Servers for High Throughput and Low Latency – Insights from Dropbox’s Edge Network

This article presents a comprehensive, data‑driven guide to reducing latency and increasing throughput of Nginx‑based web servers by covering hardware selection, low‑level OS tuning, network‑stack adjustments, TLS optimizations, and application‑level configurations, all illustrated with real‑world Dropbox experience.

CPU tuningNginxTLS
0 likes · 32 min read
Optimizing Web Servers for High Throughput and Low Latency – Insights from Dropbox’s Edge Network
网易UEDC
网易UEDC
Sep 20, 2017 · Product Management

Designing an Effective B2B Procurement Website: Insights from NetEase Yanxuan

This article examines how enterprise procurement sites differ from consumer e‑commerce platforms, outlines user research, defines clear design goals, and presents navigation, information architecture, and conversion tactics that make NetEase Yanxuan’s B2B portal efficient and brand‑consistent.

B2B designConversion OptimizationUI-UX
0 likes · 9 min read
Designing an Effective B2B Procurement Website: Insights from NetEase Yanxuan
Qunar Tech Salon
Qunar Tech Salon
Sep 20, 2017 · Backend Development

Design and Implementation of a One‑Stop Fund Processing Platform

This article describes the design and implementation of a five‑layer one‑stop fund processing platform, covering architecture, rapid business support, hotspot data handling, storage optimization, and query improvements, including sharding, asynchronous processing, and dynamic data source strategies to ensure scalability and reliability.

Asynchronous ProcessingDatabase OptimizationDynamic Data Source
0 likes · 13 min read
Design and Implementation of a One‑Stop Fund Processing Platform
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 20, 2017 · Mobile Development

Why a Single Warning Can Cause Xcode to Eat 6GB RAM – A Real‑World iOS Debugging Tale

An iOS team discovered that Xcode’s memory usage jumped from 2 GB to nearly 7 GB after a codebase upgrade, traced the surge to hundreds of nonnull warnings embedded in header files that inflated .dia cache files, and resolved the issue by removing the warnings, highlighting the hidden cost of ignored compiler warnings.

Memory usageXcodecache files
0 likes · 8 min read
Why a Single Warning Can Cause Xcode to Eat 6GB RAM – A Real‑World iOS Debugging Tale
dbaplus Community
dbaplus Community
Sep 19, 2017 · Databases

Unlock Faster DB Maintenance with dbm_lite and mysql_mgr_test Scripts

This article introduces two open‑source script collections—dbm_lite for Oracle database administration and mysql_mgr_test for rapid MySQL Group Replication deployment—detailing their features, supported platforms, usage instructions, and how to obtain them from GitHub.

MGRShell Scriptsdatabases
0 likes · 9 min read
Unlock Faster DB Maintenance with dbm_lite and mysql_mgr_test Scripts
dbaplus Community
dbaplus Community
Sep 19, 2017 · Databases

Why PostgreSQL Misestimates Rows When Types Are Cast – and How to Fix It

A recent production issue showed that PostgreSQL dramatically over‑estimated row counts because filter predicates performed implicit type casts, leading to sequential scans and 18‑second queries, but correcting column types or rewriting the predicates restored accurate estimates and reduced execution time to under a second.

Index ScanPostgreSQLQuery Planning
0 likes · 8 min read
Why PostgreSQL Misestimates Rows When Types Are Cast – and How to Fix It
DevOps
DevOps
Sep 19, 2017 · Operations

Two Key Practices for Implementing DevOps: Granularity and Decoupling

This article records Xu Lei's online DevOps talk, outlining his ten‑year journey, emphasizing the importance of managing granularity and engineering decoupling, and providing practical strategies, agile insights, continuous delivery frameworks, Docker benefits, and a Q&A to help teams improve software delivery efficiency.

Continuous DeliveryDevOpsDocker
0 likes · 36 min read
Two Key Practices for Implementing DevOps: Granularity and Decoupling