All Articles

145882 articles · Page 7276 of 7295
Baidu Tech Salon
Baidu Tech Salon
Oct 21, 2014 · Big Data

Baidu's Big Data Intelligence: From Data to Intelligence - QCon2014 Presentation

At QCon2014, Baidu Research’s Shen Zhiyong showcased the company’s massive big‑data engine—20,000 PB storage and daily processing of up to 100 PB—highlighting open platforms like Baidu Brain and real‑world prediction projects for tourism, the World Cup, disease outbreaks, and UN collaborations, while urging industry‑wide data‑driven transformation.

BaiduData IntelligenceMachine Learning
0 likes · 8 min read
Baidu's Big Data Intelligence: From Data to Intelligence - QCon2014 Presentation
MaGe Linux Operations
MaGe Linux Operations
Oct 21, 2014 · Frontend Development

How to Build a Complete Website Solo: A Step-by-Step Guide for Beginners

This guide walks you through the entire process of creating a personal website alone—from planning front‑end layouts and using Bootstrap, to back‑end logic with ThinkPHP, setting up MySQL, deploying on SAE, binding a domain, and final polishing—offering practical tips for rapid, flexible development.

Frontendbackendwebsite development
0 likes · 8 min read
How to Build a Complete Website Solo: A Step-by-Step Guide for Beginners
Suning Design
Suning Design
Oct 21, 2014 · Product Management

Mastering Game Product Data Analysis: From 5W2H to AARRR Metrics

This guide explains how to conduct comprehensive product data analysis for games, covering methods like 5W2H, multi‑dimensional analysis, user modeling, and the AARRR framework, while detailing key metrics such as DAU, ARPU, LTV, CAC and ROI to drive informed decisions.

AARRRData AnalysisGame Analytics
0 likes · 11 min read
Mastering Game Product Data Analysis: From 5W2H to AARRR Metrics
ITPUB
ITPUB
Oct 20, 2014 · Databases

Why Indexes Are the Key to Cutting Logical Reads and Speeding Up SQL

The article explains how inefficient SQL statements increase logical reads, why creating effective indexes dramatically reduces those reads and execution time, and discusses practical guidelines for choosing indexed columns, differences between clustered and non‑clustered indexes, and common pitfalls in index design.

Logical ReadsPerformanceSQL
0 likes · 5 min read
Why Indexes Are the Key to Cutting Logical Reads and Speeding Up SQL
Baidu Tech Salon
Baidu Tech Salon
Oct 17, 2014 · Information Security

How to Hook and Hide JavaScript APIs to Thwart XSS Attacks

This article explores practical techniques for intercepting and protecting JavaScript APIs—such as setAttribute—using MutationObserver, API hooks, random token naming, property hiding, and recursive iframe monitoring to build a resilient front‑end defense against XSS and other injection attacks.

API interceptionFrontendJavaScript
0 likes · 14 min read
How to Hook and Hide JavaScript APIs to Thwart XSS Attacks
Baidu Tech Salon
Baidu Tech Salon
Oct 16, 2014 · Information Security

Editor's Note: The websites you visit write Cookies to your browser...

With third‑party cookies dying, Facebook, Google, and Apple are replacing them by leveraging their own login ecosystems—Facebook’s SSO and Atlas platform, Google’s Ad ID across Android and services, and Apple’s IDFA tied to Apple IDs—while third‑party data firms supplement detail, and users can still disable most tracking.

Tech Companiescookiesdata privacy
0 likes · 7 min read
Editor's Note: The websites you visit write Cookies to your browser...
Ctrip Technology
Ctrip Technology
Oct 15, 2014 · Backend Development

Why Read/Write Separation Belongs in the Service Layer, Not Just the Database

The article explains that database read/write separation offers limited performance gains and mainly serves data safety, while true scalability for read operations comes from caching and server clusters, and that write operations require a single dedicated server and actor‑model programming for safe concurrency.

Backend ArchitectureRead-Write Separationactor-model
0 likes · 6 min read
Why Read/Write Separation Belongs in the Service Layer, Not Just the Database
Baidu Tech Salon
Baidu Tech Salon
Oct 13, 2014 · Fundamentals

12 Speculative Futures for the Programming World

Looking ahead, programmers may see GPUs supplant CPUs, databases handle complex analytics, JavaScript dominate browsers and servers, Android power every device, the Internet of Things expand, open‑source ecosystems seek sustainable funding, CMS tools become richer, plugin‑centric development replace monolithic coding, command‑line interfaces endure, education strives for true simplification, outsourcing battles automation, and managers risk growing technically illiterate.

AndroidGPUIoT
0 likes · 10 min read
12 Speculative Futures for the Programming World
MaGe Linux Operations
MaGe Linux Operations
Oct 13, 2014 · Cloud Native

Master Docker: 15 Essential Tips and Commands for Efficient Container Management

This guide walks you through fifteen practical Docker techniques—from retrieving the latest container ID and optimizing Dockerfile usage to handling super‑user permissions, cleaning up stopped containers, parsing inspect output with jq, understanding RUN vs CMD vs ENTRYPOINT, accessing container IPs, communicating via UNIX sockets, visualizing image dependencies, exploring Docker's storage layout and Go source code, managing background processes, and linking containers for inter‑service communication.

Linuxcontainersshell
0 likes · 14 min read
Master Docker: 15 Essential Tips and Commands for Efficient Container Management
MaGe Linux Operations
MaGe Linux Operations
Oct 11, 2014 · Operations

How to Create, Quota, and Expand an XFS Filesystem on RHEL/CentOS 7

This guide walks through creating an XFS filesystem on a new partition, configuring LVM physical, volume, and logical volumes, formatting with XFS, enabling user and group quotas, assigning quota limits, testing quota enforcement, and finally expanding the logical volume and growing the XFS filesystem.

Quotafilesystemxfs
0 likes · 11 min read
How to Create, Quota, and Expand an XFS Filesystem on RHEL/CentOS 7
MaGe Linux Operations
MaGe Linux Operations
Oct 10, 2014 · Fundamentals

Build Your Own Linux From Scratch: LFS 7.6 and BLFS Guide

This article introduces Linux From Scratch (LFS) and Beyond Linux From Scratch (BLFS), highlights the upgrades in LFS 7.6—including a newer toolchain, 26 package updates, eight new packages, and Systemd support—and provides online reading and download links for both projects.

Systemdblfslfs
0 likes · 2 min read
Build Your Own Linux From Scratch: LFS 7.6 and BLFS Guide
Baidu Tech Salon
Baidu Tech Salon
Oct 9, 2014 · Fundamentals

The Norris Constant and the 20,000 Line Bottleneck

The article explains the Norris constant—initially 1,500 lines, later 2,000 and 20,000—as a practical bottleneck where novice programmers’ code becomes unmanageable, arguing that disciplined design, simplicity, and strategic “no” decisions are essential to break these limits and sustain large‑scale software.

Software Developmentcode complexityprogramming
0 likes · 9 min read
The Norris Constant and the 20,000 Line Bottleneck
MaGe Linux Operations
MaGe Linux Operations
Oct 9, 2014 · Operations

Integrate WeChat Alerts into Nagios Using Node.js

This guide walks you through registering a WeChat public account, setting up a Node.js simulator for login and friend retrieval, installing Node.js, configuring Nagios commands and contacts, and finally enabling WeChat notifications for monitoring alerts.

NagiosNode.jsWeChat
0 likes · 6 min read
Integrate WeChat Alerts into Nagios Using Node.js