Tagged articles
96 articles
Page 1 of 1
Digital Planet
Digital Planet
Apr 23, 2026 · Industry Insights

Why Wusu Beer’s 35% Growth Fell to -8%: The Missed Opportunity of 50 Million Scan Users

After soaring 35% annual growth from 2016‑2022, Wusu Beer’s sales dropped 8.1% in 2025 despite holding 88 billion yuan revenue and 50 million scan‑code users, because the company treated QR‑based “物码” merely as a promotional gimmick instead of building a full‑chain digital infrastructure, leading to a data‑black‑box channel and stalled growth.

Channel ManagementDigital TransformationFMCG
0 likes · 16 min read
Why Wusu Beer’s 35% Growth Fell to -8%: The Missed Opportunity of 50 Million Scan Users
Digital Planet
Digital Planet
Apr 18, 2026 · Industry Insights

Why Do Bottle‑Cap QR Codes Vanish? Technical Solutions for Secure Scan‑on‑Open‑Cap Marketing

The article examines why QR codes printed on beverage bottle caps often become unreadable, analyzes the material and logistical vulnerabilities that cause damage, and presents two technical upgrade paths—laser marking and reinforced anti‑counterfeit stickers—plus a multi‑layer coding strategy to protect consumer experience and boost marketing effectiveness.

Marketing AutomationQR codeanti‑counterfeit
0 likes · 11 min read
Why Do Bottle‑Cap QR Codes Vanish? Technical Solutions for Secure Scan‑on‑Open‑Cap Marketing
php Courses
php Courses
Nov 17, 2025 · Backend Development

How to Generate and Decode QR Codes in PHP with Simple Code Examples

This guide explains how to use the open‑source QRCode library in PHP to create QR code images with QRCode::png() and how to decode them using imagecreatefrompng() together with the ZXing library, providing complete code snippets and step‑by‑step instructions.

Image ProcessingPHPQR code
0 likes · 3 min read
How to Generate and Decode QR Codes in PHP with Simple Code Examples
IT Services Circle
IT Services Circle
Oct 12, 2025 · Fundamentals

How QR Codes Power Our Daily Life: From Barcodes to Secure Digital Interactions

QR codes, evolving from simple barcodes, now serve as a universal bridge between the physical and digital worlds, enabling rapid data capture, secure transactions, and massive industrial tracking, while their design, error correction, and standards ensure reliability across billions of daily scans worldwide.

Error CorrectionQR codeTechnology History
0 likes · 11 min read
How QR Codes Power Our Daily Life: From Barcodes to Secure Digital Interactions
Java Tech Enthusiast
Java Tech Enthusiast
Oct 9, 2025 · Fundamentals

How QR Codes Power Modern Life: From Barcodes to Global Data Streams

This article explores the evolution of QR codes from their barcode origins, explains how their two‑dimensional matrix stores massive information, describes the standards and error‑correction mechanisms that make them reliable, and examines the massive data, energy, and security challenges they create in today’s digital society.

Data EncodingDigital InfrastructureQR code
0 likes · 11 min read
How QR Codes Power Modern Life: From Barcodes to Global Data Streams
Dunmao Tech Hub
Dunmao Tech Hub
Sep 30, 2025 · Frontend Development

Generate QR Codes with Logos in Vue Using qrcode & Jimp

This guide walks through generating standard and logo‑embedded QR codes in a Vue application using the qrcode and Jimp libraries, covering installation, imports, the toCanvas API, and a complete async function for compositing a logo onto the QR image.

JavaScriptJimpQR code
0 likes · 5 min read
Generate QR Codes with Logos in Vue Using qrcode & Jimp
Dunmao Tech Hub
Dunmao Tech Hub
Sep 29, 2025 · Backend Development

Generate QR Codes in Spring Boot Using Hutool and ZXing

This guide shows how to generate standard and logo‑enhanced QR codes in a Spring Boot backend by adding Hutool and ZXing dependencies, configuring Maven, using QrCodeUtil, and optionally creating time‑limited QR links with MD5 signatures.

QR codeSpring BootZXing
0 likes · 7 min read
Generate QR Codes in Spring Boot Using Hutool and ZXing
Selected Java Interview Questions
Selected Java Interview Questions
Apr 1, 2025 · Information Security

Understanding QR Code Login: Principles, Token Authentication, and Implementation Steps

This article explains the fundamentals of QR code login, detailing how QR codes work, the token‑based authentication mechanism, and the step‑by‑step process—including QR code generation, scanning, temporary token exchange, and final confirmation—that enables secure cross‑device login without exposing passwords.

QR codelogin
0 likes · 12 min read
Understanding QR Code Login: Principles, Token Authentication, and Implementation Steps
Code Ape Tech Column
Code Ape Tech Column
Mar 23, 2025 · Information Security

Understanding QR Code Login: Principles, Token Authentication, and Process Flow

This article explains the fundamentals of QR code login, covering QR code basics, token‑based authentication, the step‑by‑step process from QR generation to device polling, scanning, confirmation, and token exchange, and discusses security considerations and implementation details for web, PC, and mobile platforms.

MobileQR codeWeb Security
0 likes · 11 min read
Understanding QR Code Login: Principles, Token Authentication, and Process Flow
Architect's Guide
Architect's Guide
Dec 16, 2024 · Information Security

Understanding the Mechanics of QR Code Login and Token‑Based Authentication

This article explains how QR code login works by describing QR code fundamentals, token‑based authentication, and the step‑by‑step process—including QR generation, scanning, state transitions, and final confirmation—that enables a mobile device to securely authenticate a PC session.

AuthenticationMobileQR code
0 likes · 11 min read
Understanding the Mechanics of QR Code Login and Token‑Based Authentication
php Courses
php Courses
Dec 12, 2024 · Backend Development

Generating and Decoding QR Codes in PHP

This article explains how to generate QR codes using the PHP QRCode library and how to decode them with PHP's image functions and the ZXing library, providing step‑by‑step code examples for creating, saving, and reading QR code images.

PHPQR codeQRCode library
0 likes · 4 min read
Generating and Decoding QR Codes in PHP
JD Cloud Developers
JD Cloud Developers
Sep 27, 2024 · Frontend Development

Build a Chrome QR Code Generator Extension from Scratch

Learn how to create a custom Chrome extension that generates QR codes for any webpage, covering plugin architecture, manifest configuration, background and popup scripts, testing, and publishing steps, while highlighting benefits like personalization, security, and cost savings for developers.

Chrome ExtensionJavaScriptQR code
0 likes · 8 min read
Build a Chrome QR Code Generator Extension from Scratch
JD Tech Talk
JD Tech Talk
Sep 27, 2024 · Frontend Development

How to Build a Simple QR Code Generator Chrome Extension

This article explains why writing a custom Chrome extension is beneficial and provides step‑by‑step instructions, including directory structure, manifest, background script, popup UI, testing, and publishing, to create a QR code generator that works directly from the browser.

Browser PluginChrome ExtensionJavaScript
0 likes · 9 min read
How to Build a Simple QR Code Generator Chrome Extension
php Courses
php Courses
Apr 15, 2024 · Backend Development

Generating and Decoding QR Codes in PHP

This article explains how to use PHP functions and open‑source libraries to generate QR code images and decode them back into text, providing step‑by‑step code examples for both creation and decoding processes.

PHPQR codebackend-development
0 likes · 4 min read
Generating and Decoding QR Codes in PHP
Java Tech Enthusiast
Java Tech Enthusiast
Mar 13, 2024 · Information Security

Understanding QR Code Login and Token-Based Authentication

QR‑code login lets a already‑authenticated mobile app scan a code shown on a PC, using a server‑issued token tied to the user’s account and device ID; the scan creates a temporary token, the user confirms, and a permanent token is issued to the PC, enabling password‑less, secure authentication.

AuthenticationBackendMobile
0 likes · 11 min read
Understanding QR Code Login and Token-Based Authentication
Java High-Performance Architecture
Java High-Performance Architecture
Mar 4, 2024 · Information Security

How QR Code Login Works: From Token Authentication to Secure Scanning

This article explains the principles behind QR code login, covering everyday QR code usage, the two-step authentication concept of identifying and proving identity, token-based mechanisms, and a detailed step‑by‑step flow—from QR code generation to mobile confirmation—illustrated with diagrams and code examples.

MobileQR codelogin authentication
0 likes · 11 min read
How QR Code Login Works: From Token Authentication to Secure Scanning
Python Programming Learning Circle
Python Programming Learning Circle
Nov 6, 2023 · Fundamentals

Generating QR Codes in Python with the segno Library

This article introduces QR codes, explains their diverse personal and social applications, and provides a step‑by‑step guide using Python’s segno library—including installation, creating simple and artistic QR codes for URLs, Wi‑Fi, vCards, and advanced in‑memory handling—along with creative ideas for everyday use.

QR codeWiFiartistic QR
0 likes · 10 min read
Generating QR Codes in Python with the segno Library
Sohu Tech Products
Sohu Tech Products
Oct 18, 2023 · Frontend Development

How to Build a Safari QR‑Code Extension from Scratch

This step‑by‑step guide shows how to create a Safari web extension that generates a QR code for the current page, covering project setup in Xcode, manifest configuration, UI design, JavaScript communication, and optional offline QR generation.

JavaScriptQR codeSafari Extension
0 likes · 9 min read
How to Build a Safari QR‑Code Extension from Scratch
Baidu Geek Talk
Baidu Geek Talk
Oct 18, 2023 · Artificial Intelligence

Decoding Technology and Optimization of Baidu's Proprietary QR Code

The article explains Baidu’s proprietary QR code—Baidu Code—detailing its decoding workflow from corner detection to error‑correction, the problems it solves such as low‑quality images, aesthetic trade‑offs and security risks, and the performance optimizations including parallel processing, adaptive lighting, dynamic error‑correction selection and AI‑assisted reconstruction.

BaiduImage ProcessingQR code
0 likes · 9 min read
Decoding Technology and Optimization of Baidu's Proprietary QR Code
Top Architecture Tech Stack
Top Architecture Tech Stack
Aug 31, 2023 · Information Security

Design of QR Code Login Functionality

This article explains the three-stage design of a QR code login system—including pending scan, scanned‑pending‑confirmation, and confirmed phases—detailing how unique QR IDs, token exchange, and user confirmation ensure secure authentication across PC and mobile devices.

AuthenticationBackendDesign
0 likes · 5 min read
Design of QR Code Login Functionality
Test Development Learning Exchange
Test Development Learning Exchange
Jul 12, 2023 · Fundamentals

Python Code Snippets for Data Conversion, Date/Time Handling, File I/O, QR/Barcode Generation, List & JSON Comparison, and File Management

This article provides a collection of Python examples that demonstrate how to convert lists and strings to JSON, format dates and timestamps, read files, generate QR codes and barcodes, compare lists and JSON data, retrieve class methods via reflection, and automatically delete large files based on size and time.

Data ConversionFile I/OPython
0 likes · 14 min read
Python Code Snippets for Data Conversion, Date/Time Handling, File I/O, QR/Barcode Generation, List & JSON Comparison, and File Management
Su San Talks Tech
Su San Talks Tech
Jul 3, 2023 · Backend Development

How to Implement WeChat Public Account QR Code Login with Phone Binding

This guide walks you through the complete backend workflow, from preparing a verified WeChat service account and configuring server settings to generating parameterized QR codes, polling user status, handling follow and scan events, and binding phone numbers for seamless automatic login.

APIQR codeWeChat
0 likes · 9 min read
How to Implement WeChat Public Account QR Code Login with Phone Binding
php Courses
php Courses
Jun 21, 2023 · Backend Development

Using PHP to Recognize QR Codes and Output Their Content

This article explains how to use the PHP library phpqrcode (via Zxing) to read QR code images, extract their text content, and display it in a web browser, including installation steps and sample code.

PHPQR codeimage recognition
0 likes · 5 min read
Using PHP to Recognize QR Codes and Output Their Content
Test Development Learning Exchange
Test Development Learning Exchange
May 13, 2023 · Fundamentals

Comprehensive Python Snippets: JSON Conversion, Date/Time Formatting, File I/O, QR & Barcode Generation, List & JSON Comparison, Class Reflection, and File Size Management

This article presents a collection of Python code examples covering JSON serialization, date‑time formatting, file reading, QR‑code and barcode creation, list and JSON comparison, class method reflection, and automatic file‑size‑based cleanup, providing practical guidance for everyday scripting tasks.

Data ConversionFile I/OPython
0 likes · 14 min read
Comprehensive Python Snippets: JSON Conversion, Date/Time Formatting, File I/O, QR & Barcode Generation, List & JSON Comparison, Class Reflection, and File Size Management
IT Services Circle
IT Services Circle
Apr 25, 2023 · Information Security

WeChat Crash via Malformed QR Code: Technical Analysis and Reproduction

Researchers discovered that a specially crafted QR code triggers a memory leak in WeChat’s OCR engine, causing the app to crash on both mobile and desktop platforms; the article explains the underlying bug, provides detailed decoding analysis, and shares Python code to reproduce the malformed QR code.

OpenCVPythonQR code
0 likes · 8 min read
WeChat Crash via Malformed QR Code: Technical Analysis and Reproduction
Programmer DD
Programmer DD
Apr 25, 2023 · Artificial Intelligence

Why a Single QR Code Crashes WeChat: Inside the Memory Leak Bug

An unusual QR code triggers a memory‑leak in WeChat’s OCR engine, causing the app to crash on both mobile and desktop; the article explains the underlying null‑pointer exception, shows how the malformed “abnormal QR code” corrupts libqbar.so, and provides Python code to reproduce the bug using OpenCV’s open‑source QR engine.

CrashOpenCVPython
0 likes · 9 min read
Why a Single QR Code Crashes WeChat: Inside the Memory Leak Bug
Sohu Tech Products
Sohu Tech Products
Jan 4, 2023 · Mobile Development

Optimizing Small QR Code Detection on iOS Using OpenCV and AVFoundation

This article details a method to improve detection and decoding of small QR codes in iOS image previews by combining OpenCV‑based detection with AVFoundation‑based recognition, describing multi‑stage image preprocessing, region‑specific scaling, and code snippets that illustrate the implementation.

Image ProcessingMobile DevelopmentOpenCV
0 likes · 13 min read
Optimizing Small QR Code Detection on iOS Using OpenCV and AVFoundation
Python Programming Learning Circle
Python Programming Learning Circle
Dec 27, 2022 · Backend Development

Generating QR Codes with Python's segno Library

This tutorial explains how to install the segno Python package and use it to create simple and customized QR codes for URLs, Wi‑Fi credentials, vCards, artistic designs, and in‑memory images, providing complete code examples and practical ideas for personal and social applications.

PythonQR codeWiFi
0 likes · 8 min read
Generating QR Codes with Python's segno Library
SQB Blog
SQB Blog
Oct 9, 2022 · Fundamentals

Best Wi‑Fi Provisioning Method? AirKiss, SmartConfig, Hotspot, Bluetooth & QR‑Code

This article examines five Wi‑Fi provisioning techniques—AirKiss, SmartConfig, hotspot, Bluetooth, and QR‑code scanning—detailing their processes, technical principles, advantages, and drawbacks, and proposes an enhanced hotspot solution to improve success rates and simplify setup for IoT devices lacking screens or cameras.

BluetoothHotSpotIoT
0 likes · 14 min read
Best Wi‑Fi Provisioning Method? AirKiss, SmartConfig, Hotspot, Bluetooth & QR‑Code
AntTech
AntTech
Jul 12, 2022 · Artificial Intelligence

AI Visual Anti‑Fraud Model Battles QR Code Abuse in the Beverage Industry

The article describes how Ant Group's AI visual anti‑fraud system, built by vision engineers, combats large‑scale QR‑code fraud targeting beverage bottle caps, detailing the black‑gray industry's tactics, the model's rapid detection capabilities, continuous unsupervised learning upgrades, and its broader applications in remote‑sensing and risk management.

Image ProcessingQR codeUnsupervised Learning
0 likes · 13 min read
AI Visual Anti‑Fraud Model Battles QR Code Abuse in the Beverage Industry
ELab Team
ELab Team
May 27, 2022 · Frontend Development

Build a QR Code Chrome Extension with Svelte: A Step‑by‑Step Guide

This article walks through creating a Chrome QR‑code extension using Svelte, covering project setup with SvelteKit, manifest configuration for MV3, component development, reactive logic, download handling, custom adapter creation to satisfy CSP, build steps, debugging, and the final result.

AdapterChrome ExtensionMV3
0 likes · 12 min read
Build a QR Code Chrome Extension with Svelte: A Step‑by‑Step Guide
Sohu Tech Products
Sohu Tech Products
May 11, 2022 · Mobile Development

Implementing Multi‑QR Code Detection and Interaction in iOS

This article explains how to detect multiple QR codes in an iOS image using Core Image, mark each code's location, and let users select a specific code either by adding transparent buttons or by handling touch events, covering coordinate conversion, scaling, and offset calculations.

Core ImageObjective‑CQR code
0 likes · 11 min read
Implementing Multi‑QR Code Detection and Interaction in iOS
Java Architect Essentials
Java Architect Essentials
May 4, 2022 · Backend Development

Implementing WeChat QR Code Login with Spring Boot and OAuth2

This article explains how to integrate WeChat QR code login using OAuth2.0 in a Spring Boot backend, covering the authorization flow, required configuration, Java code examples for obtaining the code and access token, user login handling, and AOP-based login verification.

OAuth2QR codeSpring Boot
0 likes · 13 min read
Implementing WeChat QR Code Login with Spring Boot and OAuth2
MaGe Linux Operations
MaGe Linux Operations
Mar 4, 2022 · Backend Development

How to Build a Local QR‑Code Login Scraper for QQ Music with Python

This tutorial walks through creating a Python‑based local QR‑code login scraper for QQ Music, covering the extraction of dynamic parameters, handling of encrypted cookies, displaying and removing QR images, and ultimately obtaining a usable session for further automation.

Login AutomationPythonQR code
0 likes · 15 min read
How to Build a Local QR‑Code Login Scraper for QQ Music with Python
Python Programming Learning Circle
Python Programming Learning Circle
Mar 3, 2022 · Artificial Intelligence

Ten‑Line Python Projects: QR Code, Word Cloud, Image Segmentation, Sentiment Analysis, Mask Detection, Message Spam, OCR, and a Simple Game

This article presents a series of concise Python examples—each under ten lines—demonstrating how to generate QR codes, create word clouds, perform image segmentation, conduct sentiment analysis, detect masks, automate message sending, extract text with OCR, and build a basic number‑guessing game, showcasing the versatility of Python for quick prototyping across AI and utility tasks.

GameOCRQR code
0 likes · 10 min read
Ten‑Line Python Projects: QR Code, Word Cloud, Image Segmentation, Sentiment Analysis, Mask Detection, Message Spam, OCR, and a Simple Game
58 Tech
58 Tech
Mar 3, 2022 · Frontend Development

Building a Chrome Extension for QR Code Generation and Decoding with jQuery

This tutorial explains how to create a Chrome browser extension that generates QR codes (optionally with protocol headers) and decodes them, covering the background motivation, directory layout, manifest and popup design, core JavaScript logic, installation steps, and a download link for the complete source.

Chrome ExtensionJavaScriptQR code
0 likes · 12 min read
Building a Chrome Extension for QR Code Generation and Decoding with jQuery
Programmer DD
Programmer DD
Jan 5, 2022 · Frontend Development

Generate QR Codes Directly in Chrome with a Simple Right‑Click

Learn how to quickly create a QR code for any webpage using Chrome's built‑in right‑click option, including version checks and flag settings for older browsers, so you can copy the image instantly without third‑party tools.

ChromeQR codeWeb Tutorial
0 likes · 2 min read
Generate QR Codes Directly in Chrome with a Simple Right‑Click
IT Architects Alliance
IT Architects Alliance
Dec 28, 2021 · Fundamentals

Mastering QR Codes: Theory, Encoding, Decoding, and Python Implementation

This comprehensive guide explains QR code fundamentals—including their structure, versions, error‑correction levels, and data capacity—details the full encoding pipeline from requirement analysis to matrix construction, outlines the decoding steps, explores commercial use cases, and provides practical Python examples using python‑qrcode, Amazing‑QR, and Zxing.

Error CorrectionPythonQR code
0 likes · 22 min read
Mastering QR Codes: Theory, Encoding, Decoding, and Python Implementation
php Courses
php Courses
Sep 26, 2021 · Backend Development

Implementation Guide for Student QR Code Seat Selection Feature in PHP

This article explains how to implement a student QR‑code seat‑selection feature using PHP, detailing database schema design, URL parsing, seat‑allocation logic, attendance tracking, and daily cleanup tasks, enabling teachers to monitor seating without login while automatically recording student attendance.

AttendanceBackendPHP
0 likes · 9 min read
Implementation Guide for Student QR Code Seat Selection Feature in PHP
MaGe Linux Operations
MaGe Linux Operations
Sep 7, 2021 · Information Security

How QR Code Login Works: From Scanning to Secure Token Authentication

QR code login lets users authenticate on a PC by scanning a code with a pre‑logged‑in mobile app, using a token‑based system that verifies identity without transmitting passwords, and involves QR generation, status polling, temporary tokens, and final confirmation to securely log in.

AuthenticationMobileQR code
0 likes · 12 min read
How QR Code Login Works: From Scanning to Secure Token Authentication
Programmer DD
Programmer DD
May 4, 2021 · Information Security

How QR Code Login Works: From Token Generation to Secure Authentication

This article explains the underlying principles of QR code login, detailing how the system identifies users, proves their identity through token‑based authentication, and manages the state transitions from scanning to confirmation, while also covering the role of QR code generation and temporary tokens.

AuthenticationQR codeToken
0 likes · 12 min read
How QR Code Login Works: From Token Generation to Secure Authentication
Open Source Linux
Open Source Linux
Mar 31, 2021 · Information Security

How QR Code Login Works: From Tokens to Secure Authentication

This article explains the principles behind QR codes, how they are used for secure login by transmitting identity and proof through token‑based authentication, and walks through each step of the QR‑code login flow from generation to confirmation.

AuthenticationBackendMobile
0 likes · 11 min read
How QR Code Login Works: From Tokens to Secure Authentication
The Dominant Programmer
The Dominant Programmer
Feb 27, 2021 · Backend Development

How to Generate QR Code Images with SpringBoot, ZXing, and Vue

This guide demonstrates how to integrate ZXing into a SpringBoot backend to generate QR code images, expose them via a REST endpoint, and display the QR codes in a Vue front‑end dialog by fetching the image as a blob and rendering it with Element UI components.

JavaScriptQR codeSpringBoot
0 likes · 14 min read
How to Generate QR Code Images with SpringBoot, ZXing, and Vue
php Courses
php Courses
Feb 19, 2021 · Backend Development

Generating QR Codes in PHP with Composer (endroid/qr-code) and phpqrcode

This article walks through two practical methods for generating QR codes in PHP—using Composer to install the endroid/qr-code library and directly integrating the phpqrcode library—detailing setup steps, code examples, and parameter explanations to help developers quickly implement URL‑based QR code generation.

QR codeTutorialendroid/qr-code
0 likes · 5 min read
Generating QR Codes in PHP with Composer (endroid/qr-code) and phpqrcode
Top Architect
Top Architect
Aug 2, 2020 · Backend Development

Generating QR Codes in Java with ZXing and Maven

This tutorial demonstrates how to create a Maven Java project, add the ZXing library, implement utility classes for QR code generation and decoding, and run a sample application that produces a QR code image and reads its content back, complete with code examples and configuration details.

BackendImage ProcessingQR code
0 likes · 9 min read
Generating QR Codes in Java with ZXing and Maven
Beike Product & Technology
Beike Product & Technology
Jul 31, 2020 · Backend Development

Design and High‑Concurrency Optimization of QR Code Generation Service for a Real Estate Platform

This article analyzes the challenges of generating massive QR codes for a real‑estate mini‑program, including URL length, concurrency limits, and path management, and presents a backend‑focused solution that uses short‑URL services, request‑id binding, pre‑generation, caching, and Kafka to achieve scalable, low‑latency QR code delivery.

BackendQR codehigh concurrency
0 likes · 10 min read
Design and High‑Concurrency Optimization of QR Code Generation Service for a Real Estate Platform
Java Captain
Java Captain
Jul 25, 2020 · Backend Development

Generating QR Codes in Java with Maven and ZXing

This tutorial explains how to set up a Maven project, add the ZXing library, implement utility classes for image processing, and write a Java application that creates and decodes QR codes, optionally embedding a logo, with full source code examples.

BackendQR codeZXing
0 likes · 14 min read
Generating QR Codes in Java with Maven and ZXing
ITPUB
ITPUB
May 14, 2020 · Operations

Instantly Transfer Files Between PC and Phone with QR Codes Using qrcp

This guide explains how the qrcp command‑line tool creates a temporary web server, encodes its address in a QR code, and enables fast, cross‑device file transfers, covering installation via Go or binary, usage commands, network‑interface selection, and practical examples.

GoQR codecommand-line
0 likes · 5 min read
Instantly Transfer Files Between PC and Phone with QR Codes Using qrcp
Liangxu Linux
Liangxu Linux
May 12, 2020 · Operations

Instant PC‑Phone File Transfer with QR Codes Using qrcp

This guide explains how qrcp creates a QR‑coded URL to bind a temporary web server for seamless file transfers between computers and mobile devices, covering its inner workings, installation via Go or binary releases, and detailed command‑line usage for sending and receiving files.

GoQR codefile transfer
0 likes · 5 min read
Instant PC‑Phone File Transfer with QR Codes Using qrcp
macrozheng
macrozheng
Apr 9, 2020 · Information Security

How QR Code Login Works: Token‑Based Authentication Explained

This article demystifies QR code login by covering what QR codes are, how mobile token‑based authentication works, and the step‑by‑step flow that enables secure PC login via scanning, confirming, and token exchange.

MobileOAuthQR code
0 likes · 8 min read
How QR Code Login Works: Token‑Based Authentication Explained
Programmer DD
Programmer DD
Mar 3, 2020 · Backend Development

How to Generate QR Codes in Java with ZXing: A Step‑by‑Step Guide

This tutorial explains why QR codes are everywhere, introduces their basic properties, and shows how to generate static and dynamic QR codes in Java using the ZXing library, Maven dependencies, Spring MVC, and optional Base64 streaming for front‑end display.

BackendQR codeSpring MVC
0 likes · 8 min read
How to Generate QR Codes in Java with ZXing: A Step‑by‑Step Guide
iQIYI Technical Product Team
iQIYI Technical Product Team
Dec 27, 2019 · Mobile Development

QR Code Scanning Performance Optimization in iQIYI Mobile App

The iQIYI mobile app boosted QR‑code scanning by redesigning the pipeline—removing YUV‑to‑RGB conversion, limiting formats, cropping preview, parallelizing frame handling, improving focus and zoom, and adding adaptive binarization with OpenCV—raising success from ~30% to 75% and cutting average latency from 2.1 s to 722 ms.

AndroidQR codeZXing
0 likes · 17 min read
QR Code Scanning Performance Optimization in iQIYI Mobile App
FangDuoduo UEDC
FangDuoduo UEDC
Dec 13, 2019 · Fundamentals

Create a Festive Christmas-Themed QR Code: Step‑by‑Step Guide

This tutorial walks you through transforming a standard QR code into a holiday‑themed design by using an online QR editor and graphic software, covering image upload, advanced beautification, size adjustments, adding Christmas graphics, and testing for scan reliability.

Christmas designQR codeTutorial
0 likes · 3 min read
Create a Festive Christmas-Themed QR Code: Step‑by‑Step Guide
58 Tech
58 Tech
Oct 14, 2019 · Artificial Intelligence

Advertisement Image Recognition System for 58.com: Design, Implementation, and Performance

This article describes 58.com’s deep‑learning‑based advertisement image recognition platform, covering its background, system architecture, QR‑code detection, multi‑scale ResNet classification, category fusion, performance metrics, real‑world case studies, and online service statistics.

58.comContent SecurityDeep Learning
0 likes · 9 min read
Advertisement Image Recognition System for 58.com: Design, Implementation, and Performance
Qunar Tech Salon
Qunar Tech Salon
Sep 17, 2019 · Operations

Automating Mini‑Program Deployment: From IDE Upload to QR‑Code Scanning

This article describes how Quark’s mportal team automated the end‑to‑end deployment of WeChat mini‑programs, replacing manual IDE uploads, backend logins, and review steps with scripted IDE uploads, web automation for audit submission, QR‑code scanning via qscan, and permission management, achieving significant efficiency gains.

DeploymentMini ProgramQR code
0 likes · 8 min read
Automating Mini‑Program Deployment: From IDE Upload to QR‑Code Scanning
Ctrip Technology
Ctrip Technology
Mar 21, 2019 · Frontend Development

Marketing Strategies for WeChat Mini Programs: Poster Generation, Search Direct, and Multi‑Platform QR Codes

This article explains how Ctrip's marketing team leverages WeChat mini‑program features—poster drawing with canvas, search‑direct navigation, and universal QR‑code routing—to create low‑cost, high‑conversion viral marketing campaigns, complete with code examples and implementation details.

CanvasQR codeWeChat Mini Program
0 likes · 9 min read
Marketing Strategies for WeChat Mini Programs: Poster Generation, Search Direct, and Multi‑Platform QR Codes
Weimob Technology Center
Weimob Technology Center
Dec 28, 2018 · Mobile Development

12 Must‑Know Mini Program Tips to Avoid Common Pitfalls

Discover essential solutions for common WeChat Mini Program challenges—including plugin relative paths, generating QR codes, swiper current reset, template message limits, subpackage size rules, retrieving unionId, H5‑MiniProgram navigation, canvas overlay handling, image sharing ratios, authorization flows, and data binding constraints.

AuthorizationCanvasQR code
0 likes · 7 min read
12 Must‑Know Mini Program Tips to Avoid Common Pitfalls
AntTech
AntTech
Jun 1, 2018 · Mobile Development

Optimizing QR Code Scanning: Boosting Recognition Rate, Cutting Latency, and Enhancing Robustness

This article details how Alipay's scanning technology team improved QR code recognition by refining aspect‑ratio tolerance, introducing new pattern detection modes, applying diagonal filtering, leveraging logistic‑regression classification, adjusting jump‑line intervals, and moving binarization to GPU, resulting in a 6.95‑point increase in recognition rate and significantly reduced processing time.

Algorithm OptimizationComputer VisionImage Processing
0 likes · 12 min read
Optimizing QR Code Scanning: Boosting Recognition Rate, Cutting Latency, and Enhancing Robustness
Test Development Learning Exchange
Test Development Learning Exchange
May 30, 2018 · Backend Development

Generating QR Codes with the Python qrcode Library

This article explains how to install the qrcode module, generate QR codes using both functional and class‑based APIs, customize parameters such as version and error correction, produce PNG, SVG, and pure‑Python images, use the command‑line tool, and embed logos into QR codes with full code examples.

PythonQR codeQRCode library
0 likes · 10 min read
Generating QR Codes with the Python qrcode Library
Java Captain
Java Captain
Jan 26, 2018 · Backend Development

Generating and Parsing QR Code Images in Java with ZXing

This article demonstrates how to use Google's ZXing Core library in a Java Maven project to generate QR code images, create random verification codes, and decode QR codes from files, providing complete code examples and step-by-step instructions.

Image ProcessingQR codeZXing
0 likes · 12 min read
Generating and Parsing QR Code Images in Java with ZXing
Tencent Cloud Developer
Tencent Cloud Developer
Dec 28, 2016 · Mobile Development

Zhang Xiaolong's Talk on WeChat Mini Programs: Concepts, Features, and Product Philosophy

In his 2017 WeChat Open Class Pro talk, Zhang Xiaolong explained that mini programs are lightweight, QR‑code‑launched tools designed for instant, “use‑and‑go” tasks—without installation, app‑store distribution, or proactive push—emphasizing efficiency, rational product decisions, limited sharing, and seamless integration with public accounts to serve users and businesses alike.

Mobile DevelopmentQR codeTool vs Platform
0 likes · 36 min read
Zhang Xiaolong's Talk on WeChat Mini Programs: Concepts, Features, and Product Philosophy
Qunar Tech Salon
Qunar Tech Salon
Feb 17, 2015 · Backend Development

Generating QR Codes in Java with QRGen and ZXing

This tutorial explains the basics of QR codes and provides step‑by‑step Java examples—including a Hello World program, URL encoding, image customization, and a servlet implementation—showing how to generate and serve QR codes using the ZXing and QRGen libraries.

Code ExampleQR codeQRGen
0 likes · 9 min read
Generating QR Codes in Java with QRGen and ZXing