自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

OrangQceee的博客

在围绕远方众星的运行中寻得欢乐

  • 博客(2)
  • 资源 (6)
  • 收藏
  • 关注

原创 js控制input只能输入两位小数

/** 只能输入2位小数 */ function checkNumber2(e,txt) { /* 获取光标位置 */ var cursurPosition=0; if(txt.selectionStart){//非IE cursurPosition= txt.selectionStart; }else{//IE try{ var...

2018-11-30 15:23:57 2807

转载 jQuery中find()和children()的区别

1:children及find方法都用是用来获得element的子elements的,两者都不会返回 text node,就像大多数的jQuery方法一样。 2:children方法获得的仅仅是元素一下级的子元素,即:immediate children。 3:find方法获得所有下级元素,即:descendants of these elements in the DOM tree 4:chil...

2018-11-30 09:22:27 464

Core JSTL帮助文档

Core JSTL: Mastering the JSP™ Standard Tag Library ,可以查询标签,全英文,很详细,而且有案例。 Using JSTL, software developers and Web page authors can create robust, flexible Web applications more quickly and easily than ever before. Now, best-selling author and JSTL expert David Geary presents the definitive guide to JSTL: its built-in tags, powerful expression language, and extensibility. Through practical examples and extensive sample code, Geary demonstrates how JSTL simplifies, streamlines, and standardizes a wide range of common Web development tasks and helps you build Web applications far more easily than JavaServer Pages technology alone.

2017-09-01

JSTL中文帮助文档.chm

JSTL入门教程,包括表达式语言,探讨 core,表示就是一切,访问SQL和XML内容。通过避免使用脚本编制元素来简化对 JSP 应用程序的软件维护

2017-09-01

pager-taglib

pager-taglib .jar .war 和一个PDF格式的使用教程

2017-08-24

w3c标准专业文档

其中包括W3C的标准技术:HTML、XHTML、CSS、XML 。以及其他的技术,诸如JavaScript、PHP、ASP、SQL等等。

2017-08-22

jdk1.8帮助文档

英文版

2017-08-22

JavaServlet帮助文档

servletAPI

2017-08-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除