题目:基于Java技术的野生动物保护公益网站的设计与实现摘要电脑时代使用软件进行信息管理已经成为主流。野生动物保护公益网站能够解决许多传统手工操作的难题,比如数据查询耽误时间长,数据管理步骤繁琐等问题。该野生动物保护公益网站采用的是WEB应用程序开发中最受欢迎的B/S三层结构模式,使用占用空间小但兼容性较强的Mysql数据库作为数据存储的软件,系统开发技术使用到了JSP技术。用户访问系统数据在当下常用浏览器就可以访问网站内容。本野生动物保护公益网站分为管理员还有普通用户两个权限,管理员可以对用户的账号信息进行管理,可以对动物及动物分类信息进行管理,能够管理用户提交的留言内容。用户可以发布留言以及公益活动信息,可以捐赠公益基金等操作。系统性能稳定,功能较全,投入运行使用性价比很高。关键词:公益网站;Mysql数据库;JSP技术AbstractInthecomputerage,theuseofsoftwareforinformationmanagementhasbecomemainstream.Thewildlifeprotectionpublicwelfarewebsitecansolvemanyproblemsoftraditionalmanualoperation,suchaslongdelayindataqueryandcumbersomedatamanagementprocedures.ThewildanimalprotectionpublicwelfarewebsiteusesthemostpopularB/Sthree-layerstructuremodelinthedevelopmentofWEBapplications.ItusestheMysqldatabase,whichoccupiessmallspacebuthasstrongcompatibility,asadatastoragesoftware.ThesystemdevelopmenttechnologyusesJSPtechnology.Userscanaccessthecontentofthewebsitewhentheyaccessthesystemdatainthecurrentbrowser.Thiswildanimalprotectionpublicwelfarewebsiteisdividedintotworightsofadministratorsandordinaryusers.Theadministratorcanmanagetheuser'saccountinformation,managetheanimalandanimalclassificationinformation,andmanagethemessagecontentsubmittedbytheuser.Userscanpublishmessagesandinformationonpublicwelfareactivities,andtheycandonatepublicwelfarefundsandotheroperations.Thesystemperformanceisstable,thefunctionismorecomplete,andthecostisveryhighwhenitisputintooperation.Keywords:PublicServiceWebsite;MysqlDatabase;JSPTechnology目录1绪论............................................................................................11.1选题背景........................................................................................11.2开发目的与意义............................................................................11.3论文研究内容................................................................................12相关技术及开发平台................................................................................32.1JSP技术............................................................................................32.2B/S结构............................................................................................42.3MySQL数据库................................................................................53系统分析....................................................................................................73.1系统功能需求分析........................................................................73.2可行性分析....................................................................................83.3系统流程分析................................................................................94系统设计....................................................................................................124.1总体功能........................................................................................124.2系统模块设计................................................................................124.3数据库设计......