码迷,mamicode.com
首页 >  
搜索关键字:document    ( 20024个结果
java解析页面包
http://www.open-open.com/jsoup/parsing-a-document.htmjsoup: Java HTML Parserjsoupis a Java library for working with real-world HTML. It provides a ver...
分类:编程语言   时间:2014-07-22 22:52:57    阅读次数:288
【Canvas】树冠
JS Bin function darwTrails(){ var canvas = document.getElementById('drawRect'); var context = canvas.getContext('2d'); context.save(); contex...
分类:其他好文   时间:2014-07-22 22:51:16    阅读次数:154
jquery M97-datepicker日历控件
My97DatePicker是一款非常灵活好用的日期控件。使用非常简单。1、下载My97DatePicker组件包2、在页面中引入该组件js文件: 3、页面使用两个方式: 常规调用: 图标触发: 注:$dp.$ 相当于 document.getElementById如需详细了解:http://...
分类:Web程序   时间:2014-07-19 18:19:47    阅读次数:1236
jQuery事件
载入事件onload $(function(){}); $().ready(function(){}); $(document).ready(function(){});设置事件 $('div').mouseover(function(){}); $('div').focusin(func...
分类:Web程序   时间:2014-07-19 18:19:27    阅读次数:247
Javascript 手机号码验证 邮箱地址验证
实例://验证手机号码functionCheckthis(){vartxtmobile=document.getElementById("txtMobile").value;varreg=newRegExp("(^0{0,1}1[3|4|5|6|7|8|9][0-9]{9}$)");if(reg.t...
分类:移动开发   时间:2014-07-19 11:31:12    阅读次数:187
How to Send an Email Using UTL_SMTP with Authenticated Mail Server. (文档 ID 885522.1)
APPLIES TO:PL/SQL - Version 9.2.0.1 to 12.1.0.1 [Release 9.2 to 12.1]Information in this document applies to any platform.***Checked for relevance on ...
分类:其他好文   时间:2014-07-18 18:27:07    阅读次数:273
用javascript实现控制一个文本框的输入字数限制,超出字数限制文本框飘红显示-面试题
用javascript实现控制一个文本框的输入字数限制,超出字数限制文本框飘红显示。html javascript var str = document.getElementById("text"); str.onkeyup=function(){ var con = str.value; va.....
分类:编程语言   时间:2014-07-18 18:23:18    阅读次数:292
How to Use the UTL_MAIL Package
APPLIES TO:PL/SQL - Version 10.1.0.2 and laterInformation in this document applies to any platform."Checked for relevance on 06-Mar-2012"GOALThis note...
分类:其他好文   时间:2014-07-18 15:04:26    阅读次数:253
Javascript添加事件的addEventListener()及attachEvent()区别分析
Mozilla中: addEventListener的使用方式: target.addEventListener(type, listener, useCapture); target: 文档节点、document、window 或 XMLHttpRequest。 type: 字符串,事件名称,不含...
分类:编程语言   时间:2014-07-18 14:14:20    阅读次数:169
【DataStructure】Charming usage of Set in the java
In an attempt to remove duplicate elements from list, I go to the lengths to take advantage of  methods in the java api. After investiagting the document of java api, the result is so satisfying that...
分类:编程语言   时间:2014-07-18 14:02:00    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!