wl137490505

导航

 

2014年10月24日

摘要: 0.关闭搜索服务;1.需要使用到Powershell,进入到c:\FastSearch\installer\scripts。 看看证书是否过期:Ping-SPEnterpriseSearchContentService ZB-FAST-SEARCH2.ceair.com:13391 (红色地址为F... 阅读全文
posted @ 2014-10-24 10:31 wl137490505 阅读(267) 评论(1) 推荐(0)
 

2014年3月13日

摘要: 1.查询列表的所有字段SPSite site = new SPSite("http://carysun");SPWeb web=site.OpenWeb();SPList list = web.GetList("/IT Infrastructure");foreach (SPField sf in list.Fields){ Console.WriteLine(sf.Title);}2.使用对象模型创建列表,SPListTemplateType.Announcements指定使用通知内容类型作为模板来创建。注意一定要调用Update()方法。string 阅读全文
posted @ 2014-03-13 09:59 wl137490505 阅读(253) 评论(0) 推荐(0)