免费论文网 首页

web前端毕业论文

时间:2016-12-06 09:12:18 来源:免费论文网

篇一:网站前端设计 毕业论文

本科毕业设计(论文)

题 目:

学 院:专业班级:姓 名:指导教师:系 主 任:

数字媒体技术系网站前端设计与开发 学 号: 学院院长:

二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 world's 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

2.3.3 CSS 简介 ............................................................................................................... 9

2.3.4 JQuery .................................................................................................................. 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前端毕业设计论文

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 background

personalized 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

篇三:毕设任务书(Web前端开发技术研究)

毕业设计(论文)任务书

后附在论文内;

2、凡审核不通过的任务书,请重新申报。备注1、由指导教师撰写,可根据长度加页,一式二份,系(院)留存一份,发给学生一份,任务完成


web前端毕业论文
由:免费论文网互联网用户整理提供,链接地址:
http://m.csmayi.cn/show/113677.html
转载请保留,谢谢!
相关阅读
最近更新
推荐专题