摘要:
跨浏览器的本地存储解决方案有时候我们在前端开发中为了提高用户体验,减少向服务器请求的次数,常常要在用户的电脑上存储数据,即要实现浏览器的本地存储数据功能。我在这里整理了一下常用的几种方案。1.针对IE6以上(含)内核的浏览器,我们可以使用UserData 行为(userData Behavior)说明:userData 行为通过将数据写入一个UserData存储区(UserData store)来保存数据,userData可以将数据以XML格式保存在客户端计算机上,如果你用的是 Windows 2000 或者 Windows XP,是保存在C:\Documents and Settings\L 阅读全文
摘要:
http://sharepointworks.blogspot.com/2009/05/repairing-supporting-files-sharepoint.htmlRepairing Supporting Files: “SharePoint alerts doesnt work” & “Invalid page URL” Symtoms:We have the form customized and ready and working but suddenly… just when we are going to make use of the alert system of Sha 阅读全文
摘要:
SharePoint Config database logs are one thing to keep an eye on since they do have a tendency to grow. If you don’t perform a full farm backup usually the log doesn’t get emptied and it just keeps bloating.If you’re running SQL Server Express with default installation, you can find the files in C:\P 阅读全文