var dataDate=$.trim($("#dataDate").val()); if(dataDate.length==0){ $("#dataDateTip").html("<font color='red'>数据时间不能为空 !</font>"); return false; }else{ var myDate = new Date(); var startTmp=dataDate.split("-&q…
引言 自己弄了一个小项目——日程管理系统,在初始化日期时,查询了数据库,每个日期就会查询一次数据库,就导致了这个问题. 问题 出现这种情况可能是因为所有池连接均在使用,并且达到了最大池大小. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the…