随笔分类 - SharePoint
摘要:源代码下载地址: http://files.cnblogs.com/starcrm/SharePoint_XQuery_Reporting_Demo.rar 因为项目需要,需要研究这项技术,原因是当前公司有很多数据是保存在SharePoint中,通过Infopath采集数据,而InfoPath数据的
阅读全文
摘要:window.onload = HideMenuItem; function HideMenuItem(){ var tableNodes = document.getElementsByTagName("table");var menuNodes = document.getElementsByT
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.SharePoint;using System.IO;using System.Web.UI.WebCo
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.SharePoint;using System.IO;using System.Web.UI.WebCo
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.SharePoint.WebControls;using System.Web.UI.WebContro
阅读全文
摘要:Disable the Upload Multiple Document option in Document Library So many people trying to enable and you want to disable...<1>Central Administration > Application Management > Authenticatio...
阅读全文
摘要:Sharepoint系统崩溃恢复操作 备份 方式: l 使用SharePoint管理中心备份功能,测试过程中发现有时能备份成功,有时报错频繁,还以为是我的哪里配置出了问题,上网一搜,发现网上骂声已经一堆了,另外不支持定时自动备份,不知道微软为什么做这个鸡肋的工具。 l 使用Office SharePoint Designer 2007备份,不支持定时自动备份,也不考虑。 l 备份数据库 ...
阅读全文
摘要:内网中转.conf SSLRandomSeed startup builtin SSLRandomSeed connect builtin ProxyPreserveHost On ProxyRequests Off ProxyPass /form http://10.145.1XX.2XX/form ProxyPass /admin http://10.145.1XX.2XX/admin...
阅读全文
摘要:public class ListEvenClass : SPListEventReceiver { public override void FieldAdded(SPListEventProperties properties) { LogEvent(properties, "添加"); } pub...
阅读全文
摘要:最近在开发东莞国税网上办税报表系统,用到SharePoint2007+Infopath Service作为表单服务器,后台数据存储采用Oracle,其中涉及了管理模板的需求,要对SharePoint对象模型进行操作,研究了2天sharepoint sdk,代码完成如下: using System;using System.Data;using System.Configuration;us...
阅读全文