中文摘要伴着互联网技术的全面普及与飞速发展,很多技术都实现了开源。而开源技术如何被广为人知,博客系统正好可以满足这个需求。博客系统可以进行朋友间的互动交流,发布自己感兴趣的话题和技术,内容丰富。提供个人的总结和交流,结交更多的朋友和表达自己的想法。博客可以随时发布,方便而便捷。此次毕业设计采用python语言开发一个博客系统,系统使用eclipse开发平台,在开发环境中,对该软件进行设计和相关模块的编码和调试。数据库使用SQLite。系统运行流畅,各个模块分工明确,有良好的交互性。使得使用者在交流时,体会到简洁方便。整个博客系统拥有邮箱认证,发表并且评论博文的功能。查看博主资料,并且关注博主的功能,达到博客系统的交流功能。关键字python博客系统SQLiteeclipse外文摘要TitleThedesignandimplementationofblogsystembasedonPythonAbstractWiththepopularityofInternettechnologyandtherapiddevelopment,manytechnologieshaveachievedopensource.Andhowopensourcetechnologyiswidelyknown,theblogsystemcanmeetthisdemand.Blogsystemcanbeafriendoftheinteractionbetweentheexchange,publishingtheirowninterestinthetopicandtechnology,richincontent.Providepersonalsummaryandcommunication,makemorefriendsandexpresstheirideas.Blogcanbereleasedatanytime,convenientandconvenient.ThisgraduationdesignusesPythonlanguagetodevelopablogsystem,thesystemusestheeclipsedevelopmentplatform.Inthedevelopmentenvironment,thedesignofthesoftwareandthecodinganddebuggingoftherelatedmodulesarecarriedout.DatabaseusingSQLite.Sothatusersintheexchange,torealizethesimpleandconvenient.Theentireblogsystemhasamailboxcertification,publishedandcommentedonthefunctionofblogposts.Viewthemaininformation,andpayattentiontotheblogger'sfunction,toachievethecommunicationfunctionoftheblogsystem.keywordsPython,Blogsystem,SQLite,Eclipse目录前言...................................................................1第一章绪论............................................................21.1课题背景.........................................................21.2课题意义.........................................................2第二章系统主要技术简介...............................................42.1PYTHON简介.......................................................42.2SQLITE简介.......................................................52.3ECLIPSE简介......................................................6第三章系统需求与分析.................................................73.1系统功能需求.....................................................73.2开发环境需求...................................................11第四章系统设计......................................................124.1系统功能设计....................................................124.2数据库设计......................................................16第五章系统功能模块实现..............................................195.1注册及用户认证.................................................195.2用户资料........................................................215.3博客文章........................................................235.4关注作者........................................................245.5评论管理........................................................25第六章系统测试......................................................276.1测试环境........................................................276.2测试目的........................................................276.3测试内容........................................................27-i...