ICode9

精准搜索请尝试: 精确搜索
首页 > 编程语言> 文章详细

基于Python的二维码的在线编解码系统

2021-11-07 13:06:59  阅读:285  来源: 互联网

标签:编解码 QR 编码 Python 二维码 code asset


进入二十一世纪之后,高新技术产业得到了极其迅速的发展。计算机、互联网、物联网、云计算等领域的发展,使得整个社会的信息化程度极大提高。随着技术的不断成熟,目前的一维条形码已逐渐向二维码过渡。本课题即是南京苏宁易购电子商务有限公司为方便进行固定资产管理和提高资产清点速度而进行的。

本文详细阐述了一种使用QR二维码协助进行资产管理的Python程序设计开发过程。通过本程序,用户可对需要编码或解码的资产信息执行编、解码操作,并生成相应的QR二维码图像或获得原始编码信息,所有生成的QR二维码图像以PNG文件格式进行储存。在用户界面方面,本课题通过Web.py框架实现了二维码的在线编解码功能,用户可通过网页进行相关操作。

本课题另外提供了单笔资料编码及批量资料编码功能,方便用户针对不同的使用情况进行编码操作,所生成的QR二维码可以应用于Android和IOS系统,使用手机软件扫描即可获得原始编码的资产信息。

关键词:QR二维码  Python  资产管理  网页

Abstract

When entering 21 Century, the high-tech industry has developed rapidly. With the development of computer sciences, internet, internet of things, cloud computing, etc., the informatization level of our society is greatly improved. Now, the trend of replacement of traditional 1D bar code with 2D code is becoming increasingly evident. This project is for asset management and speeding up asset inventory implemented by Suning Yigou Ecommerce Ltd.

This paper describes a development process which uses QR two-dimensional code to assist asset management by Python. Through this program, a user can perform coding, decoding operation on his needs to encode or decode the asset information, and generate the corresponding QR two-dimensional code image or obtain the original code information, all QR code image which is generated by the program is stored with PNG file format. In the user interface, this project uses the Web.py framework to complete the online two-dimensional code encoding and decoding feature, users can manipulate on the Webpage.

This task provides mass generation and one time generation. The generated QR code image is accussable on Android and IOS system. When scanned by mobile phone apps, then the asset information will show up.

Key Words: QR code; Python; Assets management; Web site

目  录

摘  要

Abstract

第一章  绪论

1.1  课题背景

1.2  研究现状

1.3  工作环境和背景

1.3.1 操作系统

1.3.2 编程语言

1.3.3编码库和解码库

1.3.4 网页web框架

1.4  主要工作和内容安排

第二章  QR二维码概述

2.1  QR二维码的结构

2.1.1 相关名词概念

2.1.2  图像结构

2.1.3  特点

2.2  QR二维码的编解码过程简介

2.2.1  编码过程

2.2.2  解码过程

第三章  程序设计

3.1 前端程序

3.2 后端程序

3.3 程序运行流程

3.3.1 单次录入

3.3.2 批量生成

3.3.3 解码

第四章 结果与分析

4.1 可用性验证

4.2 测试过程与结果

4.3 分析

第五章 总结与展望

5.1 总结

5.2 展望

参考文献

致谢




标签:编解码,QR,编码,Python,二维码,code,asset
来源: https://blog.csdn.net/QQ58850198/article/details/121190150

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有