摘要:
基本介绍:showModalDialog() (IE 4+ 支持)showModelessDialog() (IE 5+ 支持)window.showModalDialog()方法用来创建一个显示HTML内容的模态对话框。window.showModelessDialog()方法用来创建一个显示HTML内容的非模态对话框。使用方法:vReturnValue = window.showModalDi... 阅读全文
posted @ 2010-03-04 15:43
carekee
阅读(1592)
评论(0)
推荐(0)
摘要:
var myDate = new Date();myDate.getYear(); //获取当前年份(2位)myDate.getFullYear(); //获取完整的年份(4位,1970-????)myDate.getMonth(); //获取当前月份(0-11,0代表1月)myDate.getDate(); //获取当前日(1-31)myDate.getDay(); //获取当前星期X(0-6,... 阅读全文
posted @ 2010-03-04 10:19
carekee
阅读(1561333)
评论(11)
推荐(80)
摘要:
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. 问题描述超时时间已到。超... 阅读全文
posted @ 2010-03-04 10:09
carekee
阅读(535)
评论(0)
推荐(0)
摘要:
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max p... 阅读全文
posted @ 2010-03-04 10:04
carekee
阅读(11673)
评论(0)
推荐(1)