- 授权协议: BSD
- 开发语言: Python
- 操作系统: Windows
- 软件首页: https://github.com/lincolnloop/python-qrcode
- 软件文档: https://github.com/lincolnloop/python-qrcode
软件介绍
python-qrcode 使用 Python Imaging Library (PIL) 来生成二维条形码。
示例代码:
import qrcode
qr = qrcode.QRCode(
version=1,
error_correction=qrcode.constants.ERROR_CORRECT_L,
box_size=10,
border=4,
)
qr.add_data('Some data')
qr.make(fit=True)
img = qr.make_image()
PHP and MySQL for Dynamic Web Sites : Visual QuickPro Guide
Larry Ullman / Peachpit Press / 2005 / USD 39.99
It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open source combination. Add this book to the mix, an......一起来看看 《PHP and MySQL for Dynamic Web Sites : Visual QuickPro Guide》 这本书的介绍吧!
