Tagged articles

QR code

105 articles · Page 2 of 2
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.

Command LinePythonQR code
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.

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

QR codeTool vs PlatformUse and Go
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