All Articles

143606 articles · Page 6603 of 7181
Efficient Ops
Efficient Ops
Dec 17, 2017 · Information Security

How Android Security Works: Threats, Models, and Protection Strategies

This article examines the current Android security landscape, outlines the platform's security model, discusses program, data, and system vulnerabilities, analyzes a tampered APK case study, and presents comprehensive protection techniques such as obfuscation, shelling, and integrity verification.

APK protectionAndroidmobile security
0 likes · 11 min read
How Android Security Works: Threats, Models, and Protection Strategies
21CTO
21CTO
Dec 17, 2017 · Artificial Intelligence

How Collaborative Filtering Turns User Behavior into Smart Recommendations

This article explains the fundamentals of collaborative filtering, detailing explicit and implicit user feedback, power‑law behavior patterns, neighborhood‑based and latent‑factor recommendation algorithms, and how they are applied in e‑commerce and social platforms.

AIcollaborative filteringlatent factor model
0 likes · 8 min read
How Collaborative Filtering Turns User Behavior into Smart Recommendations
21CTO
21CTO
Dec 17, 2017 · Frontend Development

Boost Site Speed with PJAX: Combine pushState and Ajax for Faster Navigation

This tutorial explains how PJAX combines HTML5 pushState with Ajax to replace page content without full reloads, dramatically speeding up website navigation, and provides step‑by‑step installation, example code, and performance benefits for modern front‑end development.

AJAXPJAXfrontend
0 likes · 9 min read
Boost Site Speed with PJAX: Combine pushState and Ajax for Faster Navigation
MaGe Linux Operations
MaGe Linux Operations
Dec 17, 2017 · Backend Development

How to Build and Publish Your Own Python Library to PyPI

This guide walks you through setting up a Python project structure, creating essential packaging files, organizing modules into packages, building distribution archives, and finally uploading the library to PyPI using Twine, enabling others to install it via pip.

PyPIPythonlibrary development
0 likes · 6 min read
How to Build and Publish Your Own Python Library to PyPI
Programmer DD
Programmer DD
Dec 17, 2017 · Backend Development

Your One‑Stop Spring Guide: Boot, Cloud, and Security Resources

This weekend roundup compiles essential Spring Boot, Spring Cloud, and Spring Security articles—including quick starts, deep‑dive tutorials, microservice patterns, API‑gateway tips, and OAuth2 guides—providing developers a convenient reference list to enhance their Java backend expertise.

JavaMicroservicesSpring Boot
0 likes · 6 min read
Your One‑Stop Spring Guide: Boot, Cloud, and Security Resources
Architecture Digest
Architecture Digest
Dec 17, 2017 · Artificial Intelligence

Introduction to User Behavior and Collaborative Filtering in Recommendation Systems

This article explains user behavior concepts and feedback types, introduces collaborative filtering methods including user‑based, item‑based and latent factor models, discusses similarity measures, power‑law distributions, and practical considerations such as negative sampling, providing a comprehensive overview for building recommendation systems.

collaborative filteringlatent factor modelmachine learning
0 likes · 9 min read
Introduction to User Behavior and Collaborative Filtering in Recommendation Systems
21CTO
21CTO
Dec 16, 2017 · Artificial Intelligence

Unveiling the Mathematics Behind Deep Learning Success

This article reviews recent research that mathematically explains why deep learning, especially convolutional neural networks, achieve remarkable performance by examining core factors such as architecture, regularization, and optimization, and discusses properties like global optimality, geometric stability, and invariant representations.

Deep LearningGeneralizationNeural Networks
0 likes · 16 min read
Unveiling the Mathematics Behind Deep Learning Success
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Dec 16, 2017 · Frontend Development

How Node Server‑Side Rendering Boosts Front‑End Performance and SEO

This article explains the evolution of web front‑end development, introduces the concept of server‑side rendering (SSR) with Node, details practical implementation steps—including pure front‑end, Node‑based SSR, AJAX request merging, and build‑time code splitting—and shares lessons learned from applying these techniques in real projects.

CDNServer-side Renderingfrontend
0 likes · 11 min read
How Node Server‑Side Rendering Boosts Front‑End Performance and SEO
Architects Research Society
Architects Research Society
Dec 16, 2017 · Blockchain

Four Enterprise Use Cases for Blockchain Technology

The article outlines four enterprise blockchain applications—autonomous markets, reduced transaction friction, encrypted private records, and product provenance—illustrating how distributed ledger technology can add flexibility, security, and efficiency to B2B processes while hinting at Oracle's blockchain cloud service.

distributed ledgersecurityuse cases
0 likes · 7 min read
Four Enterprise Use Cases for Blockchain Technology
Architects' Tech Alliance
Architects' Tech Alliance
Dec 16, 2017 · Fundamentals

How VxLAN Powers Seamless Dual‑Active Data Center Failover

The article explains why traditional Layer‑2 networks hinder VM live migration in dual‑active data centers, introduces the concept of big‑layer networking, and details how VxLAN overcomes VLAN limits and loop issues to enable uninterrupted cross‑site service continuity.

Big Layer NetworkDual-ActiveLayer 2
0 likes · 4 min read
How VxLAN Powers Seamless Dual‑Active Data Center Failover
ITPUB
ITPUB
Dec 16, 2017 · Databases

Why PostgreSQL Is Climbing the DB‑Engines Rankings in 2017

The December 2017 DB‑Engines ranking shows Oracle still on top, while PostgreSQL maintains steady growth, gaining momentum with JSON support and the Citus extension, as developers turn to it over NoSQL alternatives, signaling a potential shift in the database landscape.

CitusDB-EnginesDatabase Rankings
0 likes · 5 min read
Why PostgreSQL Is Climbing the DB‑Engines Rankings in 2017
Liulishuo Tech Team
Liulishuo Tech Team
Dec 15, 2017 · Frontend Development

Mastering Frontend Unit Testing: Mocha vs Jest and Practical Tips

This article explores why unit testing is essential for frontend projects, compares Mocha and Jest across assertions, coverage, environment setup, mocking, snapshots, and watch mode, and offers practical guidance on choosing tools, writing maintainable tests, and balancing coverage with development speed.

JavaScriptJestUnit Testing
0 likes · 19 min read
Mastering Frontend Unit Testing: Mocha vs Jest and Practical Tips
Qizhuo Club
Qizhuo Club
Dec 15, 2017 · Mobile Development

How 360 Mobile Guard Optimizes App Performance with Its Own Monitoring System

This article explains how 360 Mobile Guard, a massive Android security app built on the RePlugin framework, implements a comprehensive performance monitoring system—including offline code checks, Argus APM tools, online crash and metric collection, diagnostic plugins, and future AI-driven analysis—to identify and resolve performance issues and improve user experience.

APMAndroidApp Optimization
0 likes · 9 min read
How 360 Mobile Guard Optimizes App Performance with Its Own Monitoring System
iQIYI Technical Product Team
iQIYI Technical Product Team
Dec 15, 2017 · Artificial Intelligence

Sentiment Classification of iQIYI User Comments: Model Selection, Feature Engineering, and Online Deployment

The team built a lightweight three‑class sentiment classifier for iQIYI user comments using a linear‑kernel SVM with high‑dimensional bag‑of‑words features and an expanded ~100k word lexicon, achieving over 96% accuracy across domains, and deployed it as a Spring Boot PMML service with zero‑downtime refresh, while planning GBDT‑enhanced features and word‑embedding optimizations.

NLPdeploymentfeature engineering
0 likes · 13 min read
Sentiment Classification of iQIYI User Comments: Model Selection, Feature Engineering, and Online Deployment