java前端开发毕业设计.docx

上传人:b****5 文档编号:6274276 上传时间:2023-01-05 格式:DOCX 页数:6 大小:39.35KB
下载 相关 举报
java前端开发毕业设计.docx_第1页
第1页 / 共6页
java前端开发毕业设计.docx_第2页
第2页 / 共6页
java前端开发毕业设计.docx_第3页
第3页 / 共6页
java前端开发毕业设计.docx_第4页
第4页 / 共6页
java前端开发毕业设计.docx_第5页
第5页 / 共6页
点击查看更多>>
下载资源
资源描述

java前端开发毕业设计.docx

《java前端开发毕业设计.docx》由会员分享,可在线阅读,更多相关《java前端开发毕业设计.docx(6页珍藏版)》请在冰豆网上搜索。

java前端开发毕业设计.docx

java前端开发毕业设计

java前端开发毕业设计

java前端开发毕业设计

【篇一:

web前端毕业设计论文】

2015版

毕业论文

题目:

响应式企业网站设计与实现

学生姓名:

罗智刚学号:

1202012132专业班级:

b12计算机科学与技术2班

指导教师:

李莉

企业导师:

林志宏

二级学院:

电气与信息工程学院

摘要

在信息高速发展的这个时代,网络作为现今最为方便快捷的媒介也越来越被人们接受,并且融入我们的生活。

在2015年时,随着html5在国内的兴起,也在不断的推进着信息时代的发展,网站也逐渐脱离了传统的枯燥页面风格,如今的html5比起以前的html来说,更容易维护和管理,而且还能实现跨平台开发,减少开发成本。

本论文主要围绕写意集团的html5响应式网站为开发主题,用到的也是最必备的三个技能元素,在布局页面时,用html将元素进行定义,布局基础布局;css对展示的html元素布局进行定位渲染,然后利用javascript或者jquery实现相应的效果和交互。

虽然这么看起来很简单,但这里需要认真了解的东西很多。

在开发前,需要对这些概念弄清楚,在开发过程中还要考虑兼容,性能等各种问题。

分析并解决实现中的若干技术问题:

介绍企业官网个性化页面的背景及html5响应式布局的一般原理;阐述整个企业官网的结构及工作原理;分析实现中的难点和重点;

关键词:

html5;css3;响应式;javascript;网站美化;交互设计

abstract

inthiseraofrapiddevelopmentofinformationandnetworkasthemostconvenientmedianowincreasinglybeingacceptedandintegratedintoourlives.in2015,withtheriseofht

ml5inthecountry,hasalsobeenadvancingthedevelopmentoftheinformationage,thesiteisalsomovingawayfromthetraditionalboringpagestyle,andnowhtml5comparedtotheprevioushtmliseasiertomaintainandmanagement,butalsotoachievecross-platformdevelopment,reducedevelopmentcosts.

thispapermainlyaroundfreehandgrouphtml5responsivewebsitedevelopmenttopics,usedinthethreemostessentialelementsofskill,inthelayoutofthepage,usinghtmltodefinetheelements,layoutbasiclayout;csstodisplayhtmlelementspositioninglayoutrendering,thenusejavascriptorjquerytoachievetheappropriateeffectsandinteractions.althoughsuchlooksverysimple,buthereneedtounderstandalotofseriousthings.beforedevelopment,theneedtoclarifytheseconceptsinthedevelopmentprocess,butalsoconsideravarietyofproblemswithcompatibility,performanceandsoon.

analyzeandsolvetechnicalproblemsinimplementationof:

theofficialwebsiteofthegeneralprinciplesofcorporatebackground

personalizedpagehtml5andresponsivelayout;elaboratestructureandworkingprincipleofthewholeenterpriseofficialwebsite;analysisimplementationdifficultiesandpriorities;

keywords:

html5;css3;responsive;javascript;websitelandscaping;interactivedesign

第一章绪论.....................................................1

1.1本课题研究的背景和目的..........................................1

1.2国内外html5响应式企业网站建设的状况............................1

1.3本章小结........................................................2

第二章前端开发及相关技术.........................................3

2.1html5前端开发环境.............................................3

2.2html5前端开发工具.............................................3

2.3html5前端开发相关技术.........................................3

2.3.1javascript简介............................................3

2.3.2javascript基本特点........................................4

2.3.3css简介...................................................4

2.3.4jquery.....................................................5

2.4本章小结.......................................................5

第三章前端布局分析与设计..........................................6

3.1前端总体开发流程与设计.........................................6

3.1.1分层开发...................................................6

3.1.2代码编写...................................................6

3.1.3内部测试与后续优化.........................................6

3.2前端ui设计....................................................7

究成果均已在参考文献或注释中列出。

设计(论文)主体均由本人独立完成,没有抄袭、剽窃他人已经发表或未发表的研究成果行为。

如出现以上违反知识产权的情况,本人愿意承担相应的责任。

声明人(签名):

年月日

摘要

21世纪是信息高速发达的时代,网络作为当今最流行最方便快捷的媒介也越来

越被人们接受,并且融入我们的生活。

随着高校信息化建设的不断推进,网站的作用超越了传统的信息获取,交流它更能体现组织机构的风采,性质。

所以高校院系建立本院系美观,专业,易于维护管理的网站已经势在必行。

本论文主要围绕数字媒体技术专业的门户网站为开发主题,最基本也是最必须

的三个技能。

前端的开发中,在页面的布局时,html将元素进行定义,css对展示的元素进行定位,再通过javascript实现相应的效果和交互。

虽然表面看起来这些很简单,但这里面需要掌握的东西绝对不会少。

在进行开发前,需要对这些概念弄清楚,弄明白,这样在开发的过程中才会得心应手。

分析并解决实现中的若干技术问题;介绍了个性化页面的背景及jsp+javascript

+mysql系统的一般原理;阐述整个个性化页面生成系统的系统结构及工作原理;分析了系统实现中的特殊性,难点和重点;设计实现用户注册,用户登录,用户管理等jsp页面。

分析并解决实现中的若干技术问题;建立完整的校园网站,进行测试并分析结果。

该网站有效地实现用户通过jsp页面访问来进行用户注册,登陆,并对网站内容进行有效的管理,提升了后期添加和删除信息的有效性,具有一定的应用价值

关键字:

jsp;用户登录;javascript;网站美化;交互设计。

abstract

thetwenty-firstcenturyistherapiddevelopmentofinformationage,networkas

theworldsmostpopularandmostconvenientmediaareincreasinglyacceptedbypeople.alongwiththeinformationdevelopment,websitefunctionsbeyondthetraditionalinformationacquisition,communicationwhichcanbetterreflecttheorganizationstyle,properties.souniversitiesestablishthedepartments,professionalappearance,easymaintenanceandmanagementofthesitehasbeenimperative.

thisthesismainlyfocusesondigitalmediatechnologymajorportalforthe

developmentofthetheme,thethreemostbasicandnecessaryskills.developmentofthefront,inthelayoutofthepage,htmlwilldefinetheelements,positioningcsstodisplayelements,andthenthroughthejavascripttoachievethecorrespondingeffectandinteraction.althoughthesurfacelooksliketheseareverysimple,butitneedstograspthingsnever.inthedevelopment,theneedfortheseconceptsclear,understand,sointhedevelopmentprocesswillbehandy.

themainworkdoneinthisarticleisasfollows:

(1)introducesthebackgroundandgeneralprincipleofjsp+javascript+mysql

systempersonalizedpages;

(2)introducesthestructureandworkingprincipleoftheentirepersonalizationpage

productionsystem;analysisoftheparticularity,thedifficultyandkeysystem;

(3)thedesignandimplementationofuserregistration,userlogin,usermanagement

andotherjsppage.

(4)analyzeandsolvesometechnicalproblemsinimplementation;

(5)theestablishmentofacompletecampussite,testingandanalysis;

thesiteeffectivelyachievetheuserthroughthejsppageaccesstouserregistration,

login,andcarryoneffectivemanagementtothewebsitecontent,enhancetheeffectivenessofthelateadditionanddeletionofinformation,hasacertainapplicationvalue.

keywords:

jsp;userlogin;javascript;websitelandscaping;interactiondesign

摘要

abstract

第1章绪论...........................................................1

1.1选题背景及意义............................................................................................................1

1.2国内外高校网站建设状况..............................................................................................3

1.3研究内容和拟解决的问题..............................................................................................5

1.4本章小结......................................................................................................................6

第2章前端开发工具及相关技术.........................................7

2.1前端开发环境...............................................................................................................7

2.2前端开发工具...............................................................................................................7

2.3前端开发相关技术........................................................................................................8

2.3.1javascript简介.......................................................................................................8

2.3.2javascript基本特点................................................................................................8

2.3.3css简介...............................................................................................................9

2.3.4jquery..................................................................................................................9

2.4本章小结....................................................................................................................11

第3章前端布局分析与设计............................................12

3.1前端总体开发流程及设计............................................................................................12

3.1.1分层开发..............................................................................................................12

3.1.2代码编写..............................................................................................................12

3.1.3内部测试与后续优化............................................................................................13

3.2前端ui设计...............................................................................................................14

3.2.1模块分布..............................................................................................................14

3.2.2颜色配置..............................................................................................................15

【篇三:

毕设任务书(web前端开发技术研究)】

毕业设计(论文)任务书

后附在论文内;

2、凡审核不通过的任务书,请重新申报。

备注1、由指导教师撰写,可根据长度加页,一式二份,系(院)留存一份,发给学生一份,任务完成

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 党团工作 > 入党转正申请

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1