Blogger Information
Blog 110
fans 0
comment 0
visits 112365
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
JavaScript在JAVAEE项目中的作用。
Coco
Original
284 people have browsed it

  JavaScript,简称js,目前世界编程语言排名第6位。相当流行的一种编程语言。学习js语言非常简单,只需要一个浏览器就可以运行,一个记事本就可以编辑js代码。

  js语言非常不规范。不规范有个好处,很容易入门。

  js这门语言非常强大,强大到可以实现你所想得到的。所以,入门容易,精通真的很难。如果你想成为javaEE工程师,js入门也就行了。java才是你的重点。

  目前原生态的js大有被Jquery等框架取代之势,所以,如果直接学Jquery也未尝不可。但是如果学会了JavaScript再学Jquery,extjs等框架也就非常容易了。

  从我做过的项目来看,js主要在企业级开发中使用主要集中在:

  1 ajax技术,用得最多,不过一般不使用原生态的ajax,而是使用Jquery提供的封装好的,如$.post()等。

  2 表单验证。

  3 样式特效等。一般都使用easyUI等框架,只需要会用就行。

  学习js主要从以下几点学习:

  1 定义变量,学会js的数据类型。

  2 条件和循环结构。

  3 定义方法。调用方法。

  4 BOM对象模型。

  5 DOM对象模型。

  6 事件驱动模型。

  7 js控制css样式和表单编程。

  8 ajax的使用。

  这些学会了,使用Jquery等框架基本上就没有问题了。入门容易,精通很难,但是js我个人觉得普通软件工程师没有必要去精通,例如使用js的面向对象编程。

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post