中文摘要伴着互联网技术的全面普及与飞速发展,很多技术都实现了开源。而开源技术如何被广为人知,博客系统正好可以满足这个需求。博客系统可以进行朋友间的互动交流,发布自己感兴趣的话题和技术,内容丰富。提供个人的总结和交流,结交更多的朋友和表达自己的想法。博客可以随时发布,方便而便捷。此次毕业设计采用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第二章系统主要技术简介..................................