All Articles

141261 articles · Page 6867 of 7064
Efficient Ops
Efficient Ops
Apr 21, 2016 · Information Security

Should Your Enterprise Join an AD Domain? Survey Results and Expert Insights

This article analyzes whether enterprises should adopt Active Directory domains by presenting a survey of 110 companies, highlighting the reasons for and against domain integration, and sharing expert opinions on the benefits, risks, and management considerations involved.

Active DirectoryDomain AdoptionSecurity
0 likes · 13 min read
Should Your Enterprise Join an AD Domain? Survey Results and Expert Insights
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Apr 21, 2016 · Mobile Development

Alibaba Mobile Technology: Architecture, Scaling, and Future Trends

The 2016 ATF Alibaba Technology Forum presented a comprehensive overview of Alibaba's mobile e‑commerce platform, detailing massive scale challenges, user‑experience driven innovations, container‑based client architecture, the Weex framework, and future directions such as live video, VR/AR, and high‑performance mobile networking.

AlibabaArchitectureWeex
0 likes · 23 min read
Alibaba Mobile Technology: Architecture, Scaling, and Future Trends
Architecture Digest
Architecture Digest
Apr 21, 2016 · Backend Development

Evolution and Refactoring of Autohome Mobile Backend Architecture

The article chronicles Autohome's mobile backend transformation from a monolithic ALL‑IN‑ONE design to a modular, high‑availability microservice architecture, detailing the challenges of traffic surge, resource coupling, and rapid releases, and describing the adopted solutions such as service decomposition, stateless design, Java migration, RPC framework, asynchronous components, and comprehensive monitoring and tracing.

Monitoringmicroservicesmobile
0 likes · 11 min read
Evolution and Refactoring of Autohome Mobile Backend Architecture
Architect
Architect
Apr 21, 2016 · Backend Development

Reducing Integration Cost of a Message Bus through Dependency Transfer

This article examines how to lower the overall cost of integrating a message bus into existing legacy systems by shifting dependencies from the bus to a simple HTTP endpoint, using a registry and proxy service to enable passive message delivery.

Backend ArchitectureHTTP endpointMessage Bus
0 likes · 8 min read
Reducing Integration Cost of a Message Bus through Dependency Transfer
Tencent TDS Service
Tencent TDS Service
Apr 21, 2016 · Game Development

Unlocking VR Game Development: Hardware Challenges and Design Insights

This article reviews the evolution of VR hardware, explains core display principles, compares low‑cost Cardboard with high‑end headsets, discusses latency, motion sickness, interaction and graphics constraints, and offers practical guidance for creating high‑quality VR games.

Game DevelopmentGraphicsInteraction
0 likes · 21 min read
Unlocking VR Game Development: Hardware Challenges and Design Insights
ITPUB
ITPUB
Apr 21, 2016 · Databases

13 MySQL Tips You Probably Missed: From Case Sensitivity to Binlog

This article highlights thirteen often‑overlooked MySQL details—including case‑insensitive column names, LIKE pattern rules, REPLACE and INSERT ON DUPLICATE KEY syntax, EXPLAIN usage, index limits, replication methods, partitioning, slow‑query logging, binlog, advanced objects, and useful client tools.

Database TipsMySQLPerformance
0 likes · 7 min read
13 MySQL Tips You Probably Missed: From Case Sensitivity to Binlog
ITPUB
ITPUB
Apr 21, 2016 · Databases

Master Oracle Profiles: Limits, Parameters, and Example Creation

Oracle profiles let administrators enforce password policies and resource limits such as CPU time, I/O, session count, and idle periods, with detailed parameters for both kernel resources and password rules, and the article provides a complete example of creating a custom profile using SQL.

DatabaseOracleProfiles
0 likes · 5 min read
Master Oracle Profiles: Limits, Parameters, and Example Creation
Baidu Intelligent Testing
Baidu Intelligent Testing
Apr 21, 2016 · Mobile Development

Integrating OpenCV with Appium for Automated Game Testing on Mobile Devices

This article describes how the MMGame testing team combined the open‑source Appium automation framework with OpenCV's image‑recognition capabilities to enable coordinate‑based testing of third‑party mobile games that lack accessible UI elements, detailing the workflow, implementation, results, and a comparison with other mobile testing tools.

AkazeAppiumgame testing
0 likes · 16 min read
Integrating OpenCV with Appium for Automated Game Testing on Mobile Devices
Big Data and Microservices
Big Data and Microservices
Apr 21, 2016 · Information Security

How Can Banks Secure Big Data? Key Strategies for Protecting Customer Information

In the era of big data, banks face unprecedented information security challenges due to massive, valuable, and highly damaging data breaches, and must adopt encryption, flexible access control, rigorous auditing, DLP solutions, strict data management, and robust outsourcing controls to safeguard customer information.

Big DataDLPInformation Security
0 likes · 10 min read
How Can Banks Secure Big Data? Key Strategies for Protecting Customer Information
21CTO
21CTO
Apr 21, 2016 · Databases

How to Set Up MySQL Read/Write Splitting with MySQLProxy

Learn the fundamentals of MySQL read/write splitting, why it boosts performance, and step‑by‑step instructions to configure master‑slave replication, create users, set up MySQLProxy, and verify the split‑read behavior using command‑line examples on a test environment.

MySQLMySQLProxyRead‑Write Splitting
0 likes · 9 min read
How to Set Up MySQL Read/Write Splitting with MySQLProxy
21CTO
21CTO
Apr 21, 2016 · Backend Development

Replacing CouchDB with Redis Cache for Heavy Rails Queries

This article explains how a failing CouchDB‑based Rails cache for a massive SQL report was redesigned using Redis, detailing configuration, a producer‑consumer pattern, service encapsulation, and scheduled rake tasks to achieve stable, fast page loads.

RailsRakeRuby
0 likes · 8 min read
Replacing CouchDB with Redis Cache for Heavy Rails Queries
21CTO
21CTO
Apr 21, 2016 · Frontend Development

How Qzone Boosted Mobile HTTPS Performance by Over 1 Second

This article details how Qzone’s front‑end and operations teams tackled the 50% slowdown after switching to HTTPS on mobile, using SPDY, TCP and SSL session reuse, domain consolidation, and TLS tuning to shave more than 1000 ms off page load times.

HTTPSMobile FrontendSPDY
0 likes · 8 min read
How Qzone Boosted Mobile HTTPS Performance by Over 1 Second
MaGe Linux Operations
MaGe Linux Operations
Apr 20, 2016 · Information Security

Why Your SSL Certificate Is Untrusted and How to Fix It

This guide explains the five most common reasons an SSL certificate appears untrusted—such as using a self‑signed certificate, misconfigured trust chain, missing domain coverage, expiration, or lack of SNI support—and provides practical steps to resolve each issue.

CertificateInformation SecuritySNI
0 likes · 6 min read
Why Your SSL Certificate Is Untrusted and How to Fix It
ITPUB
ITPUB
Apr 20, 2016 · Backend Development

Top 17 C++ Backend Interview Questions with Answers and Code Samples

This article compiles 17 common C++ backend interview questions covering algorithms, data structures, language nuances, Linux process handling, SQL, networking, and system design, providing concise explanations and complete code examples to help candidates prepare effectively.

C++InterviewLinux
0 likes · 18 min read
Top 17 C++ Backend Interview Questions with Answers and Code Samples
ITPUB
ITPUB
Apr 20, 2016 · Databases

How to Shrink a 130GB Logistics JSON Column in MySQL

This article examines a MySQL table storing large JSON logistics data, analyzes why its size grows to 130 GB, and presents practical optimizations such as data archiving, JSON field reduction, and schema redesign to keep the table manageable.

Data ArchivingMySQLSchema Optimization
0 likes · 8 min read
How to Shrink a 130GB Logistics JSON Column in MySQL
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Apr 20, 2016 · Operations

Why Telecom Operators Are Poised to Lead the Smart Home Revolution

The article analyzes how telecom operators leverage their extensive cloud‑network capabilities, trusted brand, and widespread offline channels to dominate the emerging smart‑home market, outlines three operator‑centric business models, and details Huawei's OpenLife solution, standards work, and market forecasts for the IoT ecosystem.

IoTOpenLifeTelecom operators
0 likes · 11 min read
Why Telecom Operators Are Poised to Lead the Smart Home Revolution
Big Data and Microservices
Big Data and Microservices
Apr 20, 2016 · Operations

How to Build an Effective IT Operations Service System: Principles, Architecture & Best Practices

This article outlines the fundamental principles, overall architecture, scope, and detailed components of an IT operations service system, covering policies, processes, organizational structure, platform tools, and management workflows such as incident, problem, change, and configuration management.

Change ManagementConfiguration ManagementIT Operations
0 likes · 19 min read
How to Build an Effective IT Operations Service System: Principles, Architecture & Best Practices
21CTO
21CTO
Apr 20, 2016 · Fundamentals

Why Algorithms Matter More Than Learning Every New Programming Language

The article argues that, despite the hype around ever‑changing programming languages, mastering core algorithms and computer science theory remains essential for building efficient, scalable solutions across fields—from search engines and parallel computing to scientific research—because algorithms are the enduring foundation of technology.

Data StructuresMapReducecomputer science fundamentals
0 likes · 11 min read
Why Algorithms Matter More Than Learning Every New Programming Language