- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 等待页面加载结束执行代码
function function1{if (document.readyState!="complete") return;//页面加载完后执行的代码......}//页面加载状态改变时执行的方法document.onreadystatechange=function1;
2005-07-18 20:40:00 1288
原创 关于去除刷新的提示
刷新时会弹出提示框,问是否重新发送请求,若改为method=get则不会有该提示,以下是post和get的一些区别post请求无长度限制(至少是理论上的)get有长度限制,最长不超过2048字节When using the post method, there is no theoretical limit to the amount of data that can be sent to the
2005-03-30 15:13:00 954
原创 javascript常用校验函数
/*-------------- 函数检索 --------------trim函数: trim() lTrim() rTrim()校验字符串是否为空: checkIsNotEmpty(str)校验字符串是否为整型: checkIsInteger(str)校验整型最小值:
2005-03-26 21:23:00 946
原创 [转载自nylx的Blog]看看老外的开源项目
今天看了Spring 1.0.2所使用的libary,真是打开眼界,看到了很多以前不知道的开源项目:* ant/ant.jar- Ant 1.6.1 (http://ant.apache.org)一个非常出名的java环境的make工具* aopalliance/aopalliance.jar- AOP Alliance 1.0 (http://aopalliance.sourcefor
2005-01-30 11:19:00 2524
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人