All Articles

142987 articles · Page 6746 of 7150
Aotu Lab
Aotu Lab
Apr 28, 2017 · Game Development

Unlock Realistic Game Physics with Matter.js: A Complete Guide

This article explains what a physics engine is, compares real‑time and high‑precision engines, shows how games like CS:GO use them, and provides a thorough tutorial on installing, configuring, and programming the JavaScript 2D physics library Matter.js with code examples and debugging tools.

2D physicsJavaScriptMatter.js
0 likes · 15 min read
Unlock Realistic Game Physics with Matter.js: A Complete Guide
Tencent Music Tech Team
Tencent Music Tech Team
Apr 28, 2017 · Mobile Development

Analysis and Implementation of Android APK Signature Scheme v2

The article explains Android’s APK Signature Scheme v2—introduced in Android Studio 2.2—its performance and integrity benefits over v1, details the signing block structure and verification steps, and demonstrates how to embed and retrieve custom channel data within the v2 block while preserving successful verification.

APKAndroidGradle
0 likes · 14 min read
Analysis and Implementation of Android APK Signature Scheme v2
Baidu Waimai Technology Team
Baidu Waimai Technology Team
Apr 28, 2017 · Big Data

Recap of Baidu Waimai Tech Team’s “Code Talk” Session on Data Platform Architecture and Big Data Practices

The article summarizes Baidu Waimai’s recent “Code Talk” event, highlighting the speaker’s overview of the company’s big‑data platform evolution, its technical architecture, practical challenges such as data security and accuracy, and a lively Q&A covering storm, high availability, and metric management.

Baidu WaimaiBig DataData Platform
0 likes · 6 min read
Recap of Baidu Waimai Tech Team’s “Code Talk” Session on Data Platform Architecture and Big Data Practices
21CTO
21CTO
Apr 28, 2017 · Backend Development

How Small Websites Grow into Scalable Giants: A Step‑by‑Step Architecture Guide

This article walks through the evolution of a website from a single‑server setup to a distributed, high‑performance architecture, covering service separation, caching strategies, server clustering, load balancing, database replication, CDN acceleration, distributed storage, NoSQL adoption, and modular business decomposition.

BackendCachingdatabase replication
0 likes · 8 min read
How Small Websites Grow into Scalable Giants: A Step‑by‑Step Architecture Guide
网易UEDC
网易UEDC
Apr 28, 2017 · Mobile Development

Designing Mobile Data Visualization: From Web to Handheld Screens

This article explores the challenges and strategies of migrating web‑based data analysis tools to mobile devices, covering user targeting, module selection, interaction redesign, and visual component adaptation to create effective, lightweight mobile dashboards for B2B users.

DashboardMobile DesignUX
0 likes · 13 min read
Designing Mobile Data Visualization: From Web to Handheld Screens
MaGe Linux Operations
MaGe Linux Operations
Apr 28, 2017 · Backend Development

How Nginx Caches Content: Core Principles and Practical Mechanisms

This article explains the fundamental concepts behind Nginx web caching, covering the proxy‑store and resource‑not‑found mechanisms, configuration examples, and how memcached can be integrated to efficiently store and retrieve cached responses, improving performance and resilience.

MemcachedProxy StoreWeb Caching
0 likes · 5 min read
How Nginx Caches Content: Core Principles and Practical Mechanisms
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 28, 2017 · Artificial Intelligence

How Alibaba’s AI‑Powered Design Platform “Luban” Revolutionizes Mass Creative Production

Alibaba unveiled its AI‑driven design platform Luban, which leverages massive data and machine‑learning algorithms to automatically generate high‑quality, personalized graphics at double‑digit scale, reshaping design workflows, boosting efficiency, and prompting a strategic shift for designers in the new commercial era.

AI DesignAlibabadesign automation
0 likes · 7 min read
How Alibaba’s AI‑Powered Design Platform “Luban” Revolutionizes Mass Creative Production
Qunar Tech Salon
Qunar Tech Salon
Apr 27, 2017 · Artificial Intelligence

LSTM‑Jump: Learning to Skim Text for Faster Sequence Modeling

The paper introduces LSTM‑Jump, a reinforcement‑learning‑trained LSTM variant that can dynamically skip irrelevant tokens, achieving up to six‑fold speed‑ups over standard sequential LSTMs while maintaining or improving accuracy on various NLP tasks such as sentiment analysis, document classification, and question answering.

LSTMNLPreinforcement learning
0 likes · 7 min read
LSTM‑Jump: Learning to Skim Text for Faster Sequence Modeling
Efficient Ops
Efficient Ops
Apr 27, 2017 · Cloud Native

Why Docker Rebranded to Moby: Inside the Controversial Container Split

An in‑depth look at Docker’s transformation into the Moby project reveals how the company repackaged its flagship container platform, the community’s backlash over the split, the strategic motives behind the move, and what it means for the future of container‑based cloud native development.

ContainersDockerMoby
0 likes · 10 min read
Why Docker Rebranded to Moby: Inside the Controversial Container Split
dbaplus Community
dbaplus Community
Apr 27, 2017 · Databases

What’s New in Databases? April 2017 DBAplus Newsletter Highlights

The April 2017 DBAplus Newsletter compiles the latest database releases, DB‑Engines ranking data, feature updates for Oracle, MySQL, MariaDB, SQL Server, PostgreSQL, Hadoop, and emerging domestic systems, while summarizing key new‑SQL, NoSQL, and big‑data developments for database professionals.

DB-EnginesNewSQLNoSQL
0 likes · 21 min read
What’s New in Databases? April 2017 DBAplus Newsletter Highlights
dbaplus Community
dbaplus Community
Apr 27, 2017 · Big Data

Why Kafka’s __consumer_offsets Topic Can Fill Your Disk and How to Fix It

The article explains Kafka’s default consumer offset storage mechanism, why the __consumer_offsets system topic can consume massive disk space due to frequent synchronous commits and misconfigured cleanup, and outlines practical steps to reduce offset data and enable proper log compaction.

Consumer offsetDisk UsageOffset Management
0 likes · 6 min read
Why Kafka’s __consumer_offsets Topic Can Fill Your Disk and How to Fix It
Architects' Tech Alliance
Architects' Tech Alliance
Apr 27, 2017 · Big Data

Curated List of Big Data Learning Resources from w3cschool

This article presents a comprehensive, Chinese‑language collection of big‑data resources—including relational databases, distributed file systems, key‑value stores, distributed programming tools, file data models, and key‑map frameworks—compiled by w3cschool to help programmers deepen their understanding of big data technologies.

Big DataLearningResources
0 likes · 6 min read
Curated List of Big Data Learning Resources from w3cschool
ITPUB
ITPUB
Apr 27, 2017 · Fundamentals

Master Core Data Structures: Linked Lists, Trees, Heaps, and More

An extensive overview of fundamental data structures—including linked lists, stacks, queues, various tree types, binary search trees, tries, binary indexed trees, segment trees, heaps, hash tables, and graphs—covers definitions, characteristics, time complexities, and visual illustrations to aid understanding and practical implementation.

Hash Tablegraphlinked list
0 likes · 9 min read
Master Core Data Structures: Linked Lists, Trees, Heaps, and More