摘要:
1.非数字验证: var i = document.getElementById('xxid').value; if (!isNaN(i)){ alert("字符必须为整数!"); return false; }2.输入连续的整正数验证(利用正则表达式): <script language="javascript"> function NumberValidate(obj) { i... 阅读全文
摘要:
浏览 Windows SharePoint Services Web 站点时收到“Service Unavailable”(服务不可用)错误信息 症状当您浏览一个 Windows SharePoint Services Web 站点时,您可能会收到下面的错误信息:Service Unavailable 原因如果 Microsoft Internet 信息服务 (IIS) 6... 阅读全文
摘要:
Server Error in '/' Application. The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate bindi... 阅读全文
摘要:
The workflow I have developed and deploy will not start start asynchronously when manually started in the SharePoint UI. Are there are any settings or tweaks I should be aware of that may prevent this... 阅读全文