All Articles

146570 articles · Page 7310 of 7329
Qunar Tech Salon
Qunar Tech Salon
Oct 27, 2014 · Fundamentals

Top Free and Paid Programming Learning Resources

This guide compiles a comprehensive list of free and paid online programming resources—including interactive games, university courses, MOOCs, and coding bootcamps—to help beginners and intermediate learners quickly acquire coding skills across various languages and platforms.

coding educationfree resourcesonline courses
0 likes · 8 min read
Top Free and Paid Programming Learning Resources
Baidu Tech Salon
Baidu Tech Salon
Oct 27, 2014 · Fundamentals

Curated List of C++ Frameworks, Libraries, and Resources

This curated collection, maintained by fffaraz, enumerates a comprehensive range of C++ frameworks, libraries, and resources—including the standard library, web and GUI frameworks, AI, networking, graphics, audio, databases, cryptography, machine learning, concurrency, serialization, build tools, IDEs, and debugging utilities—for developers seeking ready‑made solutions.

LibrariesResourcesopen source
0 likes · 40 min read
Curated List of C++ Frameworks, Libraries, and Resources
Baidu Tech Salon
Baidu Tech Salon
Oct 23, 2014 · Information Security

Designing Two-Factor Authentication Using WeChat: Balancing Security and User Experience

The article outlines a WeChat‑based two‑factor authentication design that binds user accounts via QR codes, leverages WeChat push messages to avoid SMS reliability issues, addresses daily‑message limits and mobile scanning constraints, and demonstrates how this approach can enhance security while preserving a seamless user experience.

WeChatlogin designtwo-factor-authentication
0 likes · 13 min read
Designing Two-Factor Authentication Using WeChat: Balancing Security and User Experience
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.

backendfrontendwebsite 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.

AARRRGame AnalyticsKPIs
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 interceptionJavaScriptMutationObserver
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.

Read-Write Separationactor-modelbackend architecture
0 likes · 6 min read
Why Read/Write Separation Belongs in the Service Layer, Not Just the Database