摘要
现代社会中,人们对于计算机的应用十分的广泛,在计算机的应用开发上,现在有着非常丰富的开发内容供人们所使用,可以是在工作上、在生活方面、在娱乐方面等,通过电子化的产品能够更好的服务于人。而在计算机与实体的结合上,无论是在电子支付、通行证件查看,乃至发票开具等小的日常行为中,都会用到二维码,二维码现在已经成为了我国居民日常生活缴费、出行通行验证等十分重要的一项常用功能。而现在很多的商户也都会以二维码的方式来像用户展示收款码,通过将二维码下载打印进行张贴,能够将二维码实体化,方便顾客通过扫码完成相关的支付工作。二维码扫码技术现如今已经应用的非常成熟,能够为人们提供便捷的服务。
本次是在对二维码的应用服务场景进行了深入的分析,通过利用Python技术来开发一款能够生成二维码的系统网站,通过该网站的搭建来实现二维码的在线自动生成,可以为用户提供二维码的生成服务。
关键词:Python语言,网站,二维码识别系统;
abstract
In modern society, people have a wide range of computer applications. In the development of computer applications, there are very rich development contents for people to use, which can be in work, life and entertainment. Through electronic products, they can better serve people. In terms of the combination of computer and entity, QR code will be used in small daily behaviors such as electronic payment, access certificate viewing, and even invoice issuance. QR code has now become a very important common function for daily life payment and travel verification of Chinese residents. Now, many merchants will display the collection code to users in the form of QR code. By downloading and printing the QR code and posting it, they can materialize the QR code and facilitate customers to complete relevant payment work by scanning the code. QR code scanning technology has been applied very mature and can provide convenient services for people.
This is an in-depth analysis of the application service scenario of QR code. By using Python technology to develop a system website that can generate QR code, the online automatic generation of QR code can be realized through the construction of the website, which can provide users with QR code generation services.
Keywords: Python language, website, QR code recognition system
目 录
目 录 I
摘要 3
abstract 4
第1章 绪论 5
1.1选题背景与研究意义 5
1.2研究现状 5
1.3研究内容 6
第2章 相关技术 7
2.1 Python语言 7
2.2 B/S结构 7
2.3 django框架 7
2.4 二维码技术特点 8
第3章 系统分析 9
3.1 系统可行性分析 9
3.1.1 技术可行性 9
3.1.2经济的可行性 9
3.1.3操作可行性 10
3.2系统功能需求分析 10
3.3 系统运行环境 10
3.4功能性分析 11
第4章 系统设计 12
4.1二维码的生成 12
4.2二维码符号中的功能图形 12
4.3网站的整体内容设计 12
第5章 系统实现 13
5.1二维码识别网站登录界面 13
5. 2网站首页界面 13
5.3新增二维码界面 14
5.4新增用户管理界面 15
第6章 系统测试 16
6.1测试的目的 16
6.2测试的内容 16
6.3测试的结果 16
第7章 结论 17
参考文献 18
致谢 19