上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 69 下一页
摘要: public static void AddAppointmentToSharepointWithClientObjectModule(DateTime s,DateTime e,string title,string desc) { string siteUrl = "https://intern.abc.net.cn/"; ClientContext clientContext = new ClientContext(siteUrl); NetworkCredential Cred = new N... 阅读全文
posted @ 2013-05-24 08:48 zyip 阅读(312) 评论(0) 推荐(0) 编辑
摘要: http://kjellsj.blogspot.com/2013/03/controlling-database-size-sharepoint.htmlA SharePointcontent database can be up to 4TBwith data (max 200GB is recommended). However, storage size is not the problem; it is the recovery time to restore all that data that is the availability problem. The recovery ti 阅读全文
posted @ 2013-05-23 15:56 zyip 阅读(206) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/6018136/making-audio-calls-using-microsoft-lync-from-a-third-party-application-lync-sdhttp://stackoverflow.com/questions/11399881/lync-sdk-automation-dial-numberhttp://msdn.microsoft.com/en-us/library/lync/jj933180.aspxhttp://msdn.microsoft.com/en-US/lyncusing Syst 阅读全文
posted @ 2013-05-22 15:16 zyip 阅读(418) 评论(0) 推荐(0) 编辑
摘要: --1.app_code/a.csusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Security;using System.Security.Principal;using System.IO;using System.Text;using System.Web.UI;namespace ZY{ public class M1 : IHttpModule { public void Dispose() { ... 阅读全文
posted @ 2013-05-21 21:39 zyip 阅读(588) 评论(0) 推荐(0) 编辑
摘要: As we all know, SharePoint 2013 has heavy emphasis on client-side programming. Because of this, I have had my eye out for a good jQuery calendar plugin to use with JavaScript. In this post, I’ll show you how to get up and running with theFullCalendarjQuery plugin by Adam Shaw.The sample app will agg 阅读全文
posted @ 2013-05-20 10:27 zyip 阅读(340) 评论(0) 推荐(0) 编辑
摘要: If you have customized a SharePoint 2010 aspx page by using SharePoint Designer, you may experience that when opening the modified webpage in your browser, that a yellow bar below the navigation bar will appear. This is not actually a error. This is a warning message.To resolve this, you can use one 阅读全文
posted @ 2013-05-15 15:43 zyip 阅读(369) 评论(0) 推荐(0) 编辑
摘要: open iis manager,right click your sharepoint site,click 'Authentication',disable 'windows authentication'Sharepoint 2010 complete signoutWhen you using Windows Authentication (NTLM + AD) with your sharepoint site you may want to enter credential after you sign out from your site.But 阅读全文
posted @ 2013-05-13 09:37 zyip 阅读(835) 评论(0) 推荐(0) 编辑
摘要: 如何:使用 SharePoint 2013 中的 JavaScript 库代码完成基本操作http://msdn.microsoft.com/zh-cn/library/jj163201.aspx在 SharePoint 2013 中选择正确的 API 集http://msdn.microsoft.com/zh-cn/library/jj164060.aspx#JavaScriptOM如何:使用跨域库从远程应用程序访问 SharePoint 2013 数据http://msdn.microsoft.com/zh-cn/library/fp179927.aspxhttp://msdn.micro 阅读全文
posted @ 2013-05-09 09:50 zyip 阅读(315) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/bb891803.aspxhttp://technet.microsoft.com/en-us/library/aa996029.aspxhttp://technet.microsoft.com/en-us/library/aa996007.aspxMail apps for Outlookhttp://msdn.microsoft.com/en-us/library/exchange/fp161135.aspxhttp://stackoverflow.com/questions/724117/outlook-we 阅读全文
posted @ 2013-05-08 15:55 zyip 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Refused to display 'https://cas.temp.local/owa/' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.create a file named a.cs underC:\Program Files\Microsoft\Exchange Server\V15\FrontEnd\HttpProxy\owa\app_codeusing System;using System.Collections.Generic;using System. 阅读全文
posted @ 2013-05-08 15:11 zyip 阅读(1597) 评论(6) 推荐(0) 编辑
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 69 下一页