资源描述:
《毕业论文--研究生招生系统-非全日制招生模块》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、河北农业大学本科毕业论文(设计)题目:研究生招生系统-非全日制招生模块学院:信息科学与技术学院专业班级:计算机0902班学号:学生姓名:指导教师姓名:指导教师职称:讲师2013年6月1日19摘要对于一个程序员而言,跟上时代的脚步,选一门主流学习的语言是很重要的。通过一些了解,python具备这样的潜质,据最新的数据统计,在编程语言领域中,python位居第六,前五名分别是Java、C、VB、PHP和C++.并且相对年轻的语言Python,也正在稳步的上升中。随着微软将Python纳入.Net平台,Python的未来会有更强劲的发展。Python很可能会成为.Net平台快速开发的主
2、流语言。随之而来的设计便是结合这门初步接触的语言,来编写导师给指定的招生系统;本段不长篇大论,只做简单说明,文章记录从学习到实践全过程,系统实现研究生网上招生;导师提供客户端方面的经验,我来通过学习完成web系统。系统用到了python内置的xlrd3-0.1.4库和xlwt3-0.1.2库,实现研究生数据以excel文件形式导入系统的功能;用到了bottle框架,结合html,css,javascript等web相关语言实现研究生个人数据及相关功能的web展示;用到了内置sqlite3数据库,实现了数据库中数据的增删改查功能。关键词:spython,web系统,库,框架,数据库
3、24AbstractForaprogrammertokeepupwithTheTimes,choosealanguagemainstreamlearningisveryimportant.Throughunderstanding,pythonhassuchpotential,accordingtothelateststatistics,inthefieldoftheprogramminglanguage,thepythonwassixth,thetopfive:Java,CandC++,VB,PHP,andrelativelyyounglanguagepython,hasalso
4、beenrisingsteadily.AsPythonshouldbebroughtintotheMicrosoft.netplatform,Pythonwillhaveastrongdevelopmentinthefuture.Pythonislikelytobecomethe.netplatformforrapiddevelopmentofthemainstreamlanguage.Theresultingdesigniscombinedwiththepreliminarycontactwithlanguage,writingtutortodesignatedenrollme
5、ntsystem;Thissectionisnotlong,onlydosimpleinstructions,recordsfromlearningtopracticewholeprocess,thesystemrealizetheonlinegraduateadmissions;Onthesurfaceofthementoroffersclientsamuchexperience,Itocompletewebsystembylearning.SystemUSESpython'sbuilt-inxlrd30.1.4librariesandxlwt3-0.1.2library,gr
6、aduatestudentdataintheformofexcelfileimportsystemfunction;Usethebottleframework,combinedwithHTML,CSS,javascriptandweblanguagegraduatestudentpersonaldataandotherrelatedfunctionsinthewebshow;Usethebuilt-insqlite3database,realizedthedatainthedatabasetoaddanddeletefunctionality.KeyWords:thepython
7、,websystem,library,framework,database24目录摘要1Abstract2第一章Python语言11.1Python的特色11.2Python在编程语言中的定位21.3Python的设计理念21.4Python的不适之处31.5Python的缺点和补救措施31.6Python的前景4第二章开发工具简介52.1python3安装52.2bottle框架52.2.1bottle框架的加载52.2.2bottle框架的应用52.3xlrd3-0.1.4库