Tagged articles
14 articles
Page 1 of 1
Top Architect
Top Architect
Apr 6, 2026 · Backend Development

Mastering QR Code Generation in Java: From Simple Tokens to Branded Logos

This article walks through the business scenarios for QR codes, evaluates Java libraries, provides a reusable utility class, and demonstrates step‑by‑step code for creating plain, parameterized, and logo‑embedded QR codes while sharing best‑practice tips and common pitfalls.

BackendJavaQR code generation
0 likes · 9 min read
Mastering QR Code Generation in Java: From Simple Tokens to Branded Logos
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
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.

Backend DevelopmentQR codeSpring Boot
0 likes · 7 min read
Generate QR Codes in Spring Boot Using Hutool and ZXing
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.

Backend DevelopmentPHPQR code
0 likes · 4 min read
Generating and Decoding QR Codes in PHP
Youzan Coder
Youzan Coder
Nov 23, 2021 · Mobile Development

Optimizing Mobile Barcode Scanning Performance: From ZXing Tuning to Deep Learning‑Based Barcode Region Detection

By profiling the Youzan app’s ZXing pipeline, eliminating costly image rotation and format conversions, restricting decoding to the two most common 1‑D types, and adding a lightweight deep‑learning barcode‑region detector, scan latency fell from 4.1 s to 1.5 s and success rose from 91 % to 97 %.

Barcode ScanningDeep LearningMobile Optimization
0 likes · 15 min read
Optimizing Mobile Barcode Scanning Performance: From ZXing Tuning to Deep Learning‑Based Barcode Region Detection
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.

JavaJavaScriptQR code
0 likes · 14 min read
How to Generate QR Code Images with SpringBoot, ZXing, and Vue
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 ProcessingJava
0 likes · 9 min read
Generating QR Codes in Java with ZXing and Maven
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.

BackendJavaQR code
0 likes · 14 min read
Generating QR Codes in Java with Maven and ZXing
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.

BackendJavaQR code
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
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.

Code GenerationImage ProcessingJava
0 likes · 12 min read
Generating and Parsing QR Code Images in Java with ZXing
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 ExampleJavaQR code
0 likes · 9 min read
Generating QR Codes in Java with QRGen and ZXing