I摘要互联网教育服务是在互联网技术、通信技术、计算机技术不断发展融合的基础之上,人们在对以信息为基础的各种各样应用需求快速增长的激励之下,在现在社会信息化的水平日益提高前提之下,迅速发展起来的一种全新大众服务方式。笔者拟设计一个学习论坛网站满足大众这一需求。针对网站布局的需要,在不同大小显示屏幕实现网站自适应调整的问题,前端的框架选用前端开源框架Amaze_UI,让系统能自动流畅地响应PC端和WAP端。采用了PHP开发框架大大简化了开发过程,也使得系统更易于维护和拓展;结合了jQuery前端语言使得系统实现了无刷新加载,很好地优化了用户体验和交互。本论坛网站在PC端和WAP端都做了较为完全的显示测试以及后台功能的测试。所得结果显示本论坛网站在PC端和WAP端都能流畅地跳转界面自动适应界面布局,后台管理功能正常有序,达到了预期效果。关键词:学习论坛网站;PHP;JQueryIIAbstractInterneteducationserviceisintheInternettechnology,communicationtechnology,thedevelopmentofcomputertechnologyintegration,onthebasisofpeopleonvariousapplicationsofbasedontheinformationdemandundertherapidgrowthofincentive,inwhatisnowthesocialinformatizationlevelisincreasingdaybydayunderthepremise,rapidlydevelopedanewservicemodeofthemasses.TheauthorintendstodesignastudyBBSsitetomeetthedemandofthemasses.Aimingattheneedoflayoutindifferentsizedisplayscreentoachievewebsiteadaptiveadjustmentproblems,thefront-endAmaze_UIselectsthefrontopensourceframework,theframeworkofthesystemcanautomaticallysmoothlyrespondtoPCandWAPside.UsingaPHPframeworkgreatlysimplifiesthedevelopmentprocess,alsomakesthesystemeasiertomaintainandexpand.CombinedwithjQueryfrontlanguagemakesnorefreshloadofsystemimplementation,andoptimizetheuserexperienceandwellinteraction.ThisBBSsiteonthePCandWAPendalldidmorecompletelyshowthetestfunctiontestsaswellasthebackground.TheresultsshowthattheBBSsitecansmoothlyinPCandWAPjumpautomaticallyadapttotheinterfacelayout,backgroundmanagementfunctionsofnormalandorderly,thedesiredeffect.KeyWords:StudyBBSwebsite;PHP;JQuery;III目录摘要................................................IAbstract.............................................II1.前言...............................................11.1研究背景...........................................11.2研究意义...........................................12.系统定义............................................22.1可行性分析.........................................22.1.1技术可行性............................................22.1.2经济可行性.............................................22.1.3法律可行性.............................................32.2需求分析...........................................32.2.1功能需求...............................................32.2.2性能需求...............................................53.系统设计...........................................63.1系统结构图.........................................63.2系统功能模块设计...................................63.2.1用户功能模块设计.......................................63.2.2管理功能模块设计.......................................73.3逻辑结构设计.......................................8IV3.4系统架构设计......................................103.5系统E-R图.......................................113.6数据库表设计......................................113.6.1表汇总................................................113.6.2表详情................................................124.系统实现与测试.....................................174.1网站功能实现...........