java前端开发毕业设计.docx_第1页
java前端开发毕业设计.docx_第2页
java前端开发毕业设计.docx_第3页
java前端开发毕业设计.docx_第4页
java前端开发毕业设计.docx_第5页
已阅读5页,还剩2页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

java前端开发毕业设计【篇一:web前端毕业设计论文】 2015版 毕 业 论 文 题目: 响应式企业网站设计与实现 学生姓名: 罗智刚 学号: 1202012132 专业班级: b12计算机科学与技术2班 指导教师: 李莉 企业导师: 林志宏 二级学院: 电气与信息工程学院 摘 要 在信息高速发展的这个时代,网络作为现今最为方便快捷的媒介也越来越被人们接受,并且融入我们的生活。在2015年时,随着html5在国内的兴起,也在不断的推进着信息时代的发展,网站也逐渐脱离了传统的枯燥页面风格,如今的html5比起以前的html来说,更容易维护和管理,而且还能实现跨平台开发,减少开发成本。 本论文主要围绕写意集团的html5响应式网站为开发主题,用到的也是最必备的三个技能元素,在布局页面时,用html将元素进行定义,布局基础布局;css对展示的html元素布局进行定位渲染,然后利用javascript或者jquery实现相应的效果和交互。虽然这么看起来很简单,但这里需要认真了解的东西很多。在开发前,需要对这些概念弄清楚,在开发过程中还要考虑兼容,性能等各种问题。 分析并解决实现中的若干技术问题:介绍企业官网个性化页面的背景及html5响应式布局的一般原理;阐述整个企业官网的结构及工作原理;分析 实现中的难点和重点; 关键词:html5; css3; 响应式; javascript; 网站美化; 交互设计 abstract in this era of rapid development of information and network as the most convenient media now increasingly being accepted and integrated into our lives. in 2015, with the rise of html5 in the country, has also been advancing the development of the information age, the site is also moving away from the traditional boring page style, and now html5 compared to the previous html is easier to maintain and management, but also to achieve cross-platform development, reduce development costs. this paper mainly around freehand group html5 responsive website development topics, used in the three most essential elements of skill, in the layout of the page, using html to define the elements, layout basic layout; css to display html elements positioning layout rendering, then use javascript or jquery to achieve the appropriate effects and interactions. although such looks very simple, but here need to understand a lot of serious things. before development, the need to clarify these concepts in the development process, but also consider a variety of problems with compatibility, performance and so on. analyze and solve technical problems in implementation of: the official website of the general principles of corporate backgroundpersonalized page html5 and responsive layout; elaborate structure and working principle of the whole enterprise official website; analysis implementation difficulties and priorities; keywords: html5; css3; responsive; javascript; website landscaping; interactive design目 录 第一章绪 论 . 1 1.1 本课题研究的背景和目的. 1 1.2 国内外html5响应式企业网站建设的状况. 1 1.3本章小结 . 2 第二章 前端开发 及相关技术 . 3 2.1 html5前端开发环境 . 3 2.2 html5前端开发工具 . 3 2.3 html5前端开发相关技术 . 3 2.3.1 javascript简介 . 3 2.3.2 javascript基本特点 . 4 2.3.3 css简介 . 4 2.3.4 jquery . 5 2.4 本章小结. 5 第三章 前端布局分析与设计 . 6 3.1 前端总体开发流程与设计. 6 3.1.1 分层开发 . 6 3.1.2 代码编写 . 6 3.1.3 内部测试与后续优化 . 6 3.2 前端ui设计. 7 3.2.1 模块分布 . 7 3.2.2 颜色配置 . 7 3.2.3 css元素 . 8 3.3 交互设计与ui . 9 3.4 网站结构布局与设计. 9 3.5.1 网站首页结构 . 9 3.5.2 主题鲜明,富有特色 . 10 3.5 网站前台页面设计. 10 3.5.1 首页 . 10 3.5.2 其余子页面 . 10 3.7 本章小结. 10【篇二:网站前端设计 毕业论文】 本科毕业设计(论文) 题 目: 学 院:专业班级:姓 名:指导教师:系 主 任: 数字媒体技术系网站前端设计与开发 学 号: 学院院长: 二o一三年月日 毕业设计 (论文)诚信声明 我谨在此保证:本人所写的毕业设计(论文),凡引用他人的研 究成果均已在参考文献或注释中列出。设计(论文)主体均由本人独立完成,没有抄袭、剽窃他人已经发表或未发表的研究成果行为。如出现以上违反知识产权的情况,本人愿意承担相应的责任。 声明人(签名): 年 月 日 摘 要 21世纪是信息高速发达的时代,网络作为当今最流行最方便快捷的媒介也越来 越被人们接受,并且融入我们的生活。随着高校信息化建设的不断推进,网站的作用超越了传统的信息获取,交流它更能体现组织机构的风采,性质。所以高校院系建立本院系美观,专业,易于维护管理的网站已经势在必行。 本论文主要围绕数字媒体技术专业的门户网站为开发主题,最基本也是最必须 的三个技能。前端的开发中,在页面的布局时, html将元素进行定义,css对展示的元素进行定位,再通过javascript实现相应的效果和交互。虽然表面看起来这些很简单,但这里面需要掌握的东西绝对不会少。在进行开发前,需要对这些概念弄清楚,弄明白,这样在开发的过程中才会得心应手。 分析并解决实现中的若干技术问题;介绍了个性化页面的背景及jsp + javascript + mysql系统的一般原理;阐述整个个性化页面生成系统的系统结构及工作原理;分析了系统实现中的特殊性,难点和重点;设计实现用户注册,用户登录,用户管理等jsp页面。分析并解决实现中的若干技术问题;建立完整的校园网站,进行测试并分析结果。 该网站有效地实现用户通过jsp页面访问来进行用户注册,登陆,并对网站内容进行有效的管理,提升了后期添加和删除信息的有效性,具有一定的应用价值 关键字:jsp;用户登录;javascript;网站美化;交互设计。 abstract the twenty-first century is the rapid development of information age, network as the worlds most popular and most convenient media are increasingly accepted by people.along with the information development, website functions beyond the traditional information acquisition, communication which can better reflect the organization style, properties. so universities establish the departments, professional appearance, easy maintenance and management of the site has been imperative. this thesis mainly focuses on digital media technology major portal for the development of the theme, the three most basic and necessary skills. development of the front, in the layout of the page, html will define the elements, positioning css to display elements, and then through the javascript to achieve the corresponding effect and interaction. although the surface looks like these are very simple, but it needs to grasp things never. in the development, the need for these concepts clear, understand, so in the development process will be handy. the main work done in this article is as follows: (1) introduces the background and general principle of jsp + javascript + mysql system personalized pages; (2) introduces the structure and working principle of the entire personalization page production system; analysis of the particularity, the difficulty and key system; (3) the design and implementation of user registration, user login, user management and other jsp page. (4) analyze and solve some technical problems in implementation; (5) the establishment of a complete campus site, testing and analysis; the site effectively achieve the user through the jsp page access to user registration, login, and carry on effective management to the website content, enhance the effectiveness of the late addition and deletion of information, has a certain application value. keywords:jsp ; user login; javascript; website landscaping; interaction design 目 录 摘 要 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.1 java script 简介 . 8 2.3.2 java script 基本特点 . 8

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论