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
JS Bin function darwTrails(){ var canvas = document.getElementById('drawRect'); var context = canvas.getContext('2d'); context.save(); contex...
分类:
其他好文 时间:
2014-07-22 22:51:16
阅读次数:
154
My97DatePicker是一款非常灵活好用的日期控件。使用非常简单。1、下载My97DatePicker组件包2、在页面中引入该组件js文件: 3、页面使用两个方式: 常规调用: 图标触发: 注:$dp.$ 相当于 document.getElementById如需详细了解:http://...
分类:
Web程序 时间:
2014-07-19 18:19:47
阅读次数:
1236
载入事件onload $(function(){}); $().ready(function(){}); $(document).ready(function(){});设置事件 $('div').mouseover(function(){}); $('div').focusin(func...
分类:
Web程序 时间:
2014-07-19 18:19:27
阅读次数:
247
实例://验证手机号码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
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实现控制一个文本框的输入字数限制,超出字数限制文本框飘红显示。html javascript var str = document.getElementById("text"); str.onkeyup=function(){ var con = str.value; va.....
分类:
编程语言 时间:
2014-07-18 18:23:18
阅读次数:
292
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
Mozilla中: addEventListener的使用方式: target.addEventListener(type, listener, useCapture); target: 文档节点、document、window 或 XMLHttpRequest。 type: 字符串,事件名称,不含...
分类:
编程语言 时间:
2014-07-18 14:14:20
阅读次数:
169
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