All Articles

145882 articles · Page 7277 of 7295
Suning Design
Suning Design
Oct 8, 2014 · Fundamentals

Mastering Product Information Architecture: Light vs. Heavy Structures

This article explores how product information architecture varies between simple, consumer‑focused (light) designs and complex, enterprise (heavy) systems, offering practical strategies, real‑world examples, and a balanced approach to structuring content for optimal user experience.

UXdesign methodologyinformation architecture
0 likes · 12 min read
Mastering Product Information Architecture: Light vs. Heavy Structures
MaGe Linux Operations
MaGe Linux Operations
Oct 4, 2014 · Backend Development

Which Notification Mechanism Is Best for High‑Concurrency Message Queues?

This article reviews common notification mechanisms—signal, socket, FIFO, pipe, and eventfd/signalfd—used in high‑performance, lock‑free shared‑memory message queues, comparing their advantages, drawbacks, and suitability for different workload scenarios, and explains why kernel involvement can affect performance and when to prefer each method.

LinuxMessage Queuehigh concurrency
0 likes · 3 min read
Which Notification Mechanism Is Best for High‑Concurrency Message Queues?
MaGe Linux Operations
MaGe Linux Operations
Oct 2, 2014 · Fundamentals

Master Source Code Navigation with ctags and Vim

Learn how to install, configure, and use ctags with Vim on Linux to instantly locate functions, macros, classes, and other symbols in massive codebases, boosting productivity and simplifying source code exploration.

Development ToolsSource Code NavigationVim
0 likes · 4 min read
Master Source Code Navigation with ctags and Vim
MaGe Linux Operations
MaGe Linux Operations
Oct 1, 2014 · Information Security

How to Remove Sensitive Response Headers in IIS to Harden Web Security

This guide explains why response headers like Server, X-Powered-By, and ASP.NET version fields expose critical information, and provides step‑by‑step instructions for disabling or deleting these headers in IIS using UrlScan, IIS Manager, web.config, and Global.asax modifications.

banner grabbingiisinformation disclosure
0 likes · 5 min read
How to Remove Sensitive Response Headers in IIS to Harden Web Security
Baidu Tech Salon
Baidu Tech Salon
Sep 30, 2014 · Backend Development

The Rise of the API Economy and a Curated List of Useful API Services

The booming API economy lets developers replace custom code with ready‑made services—such as authentication, analytics, storage, and payments—so they can cut development time, lower bugs, and concentrate on core business logic, as illustrated by a curated list of useful APIs.

APIWeb Developmentproductivity
0 likes · 8 min read
The Rise of the API Economy and a Curated List of Useful API Services
Suning Design
Suning Design
Sep 30, 2014 · Frontend Development

Master Ghost Buttons: 20 Inspiring Web Design Examples

This article explores the sleek, minimalist trend of ghost (transparent) buttons in web design, explaining their visual advantages and offering twenty real‑world examples that demonstrate how to balance background treatment, typography, and button styling for effective user interaction.

Frontendghost buttontransparent button
0 likes · 11 min read
Master Ghost Buttons: 20 Inspiring Web Design Examples
Ctrip Technology
Ctrip Technology
Sep 30, 2014 · R&D Management

How Ctrip Overcame Innovation Challenges in a Large Company: Decentralization, Long‑Term Focus, Incentives, and Market‑Based Coordination

In a Shanghai round‑table, Ctrip co‑founder Liang Jianzhang explained how large enterprises can boost innovation by decentralizing structures, prioritizing market share over short‑term profit, implementing entrepreneurial incentive schemes, removing coordination bottlenecks, and encouraging talent mobility.

Incentive MechanismsMarket Sharedecentralization
0 likes · 7 min read
How Ctrip Overcame Innovation Challenges in a Large Company: Decentralization, Long‑Term Focus, Incentives, and Market‑Based Coordination
Meituan Technology Team
Meituan Technology Team
Sep 30, 2014 · Backend Development

Optimizing Large-Scale Geodesic Distance Calculations

The article presents techniques for accelerating geodesic distance calculations across millions of coordinate pairs—such as vectorized formulas, spatial indexing, parallel processing, and approximation algorithms—that dramatically cut CPU time and memory usage while preserving required accuracy for large‑scale geographic analyses.

Optimizationbackenddistance-calculation
0 likes · 1 min read
Optimizing Large-Scale Geodesic Distance Calculations
Meituan Technology Team
Meituan Technology Team
Sep 30, 2014 · Backend Development

Meituan Tech Team Shares Insights on Java Memory, Solr Search, MySQL Indexing, Android Automation

Meituan’s tech team details best practices for Java memory management, optimizes Solr search performance, explains Linux and JVM memory tuning, outlines effective MySQL indexing strategies, and demonstrates Android automation techniques, offering developers comprehensive guidance across these critical backend and mobile development areas.

Solrbackend
0 likes · 1 min read
Meituan Tech Team Shares Insights on Java Memory, Solr Search, MySQL Indexing, Android Automation
Suning Design
Suning Design
Sep 29, 2014 · Fundamentals

Unlock Breakthroughs with Lateral Thinking: 5 Practical Steps

This article explains how lateral thinking—challenging assumptions, reframing problems, and shifting perspectives—can spark creative breakthroughs, and provides a five‑step method to train this mindset for better problem solving in everyday and professional contexts.

Innovationbreakthroughcreativity
0 likes · 7 min read
Unlock Breakthroughs with Lateral Thinking: 5 Practical Steps
Suning Design
Suning Design
Sep 28, 2014 · Fundamentals

Mastering the 5‑Layer Design Process: From Strategy to Surface

This article outlines a comprehensive five‑layer design workflow—Strategy, Scope, Structure, Skeleton, and Surface—explaining each stage's purpose, key questions, and how designers, visual artists, and front‑end engineers can collaborate to create user‑centered products.

Design ProcessUX strategyinteraction design
0 likes · 12 min read
Mastering the 5‑Layer Design Process: From Strategy to Surface
Baidu Tech Salon
Baidu Tech Salon
Sep 26, 2014 · Information Security

Web Front‑End Security: External Link Restrictions, Rich‑Text XSS, Opener Phishing, and Clickjacking Mitigations

The article outlines front‑end web security tactics—blocking all user‑supplied external links, sanitizing rich‑text to prevent XSS and iframe abuse, nullifying window.opener to stop phishing redirects—while recommending CSP, whitelist CSS, sandboxed iframes, and click‑through confirmations as mitigations.

CSRFFront-endInformation Security
0 likes · 13 min read
Web Front‑End Security: External Link Restrictions, Rich‑Text XSS, Opener Phishing, and Clickjacking Mitigations