上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 69 下一页
摘要: http://preview.zcool.com.cn/code/html5css3/04/#/mainhttp://preview.zcool.com.cn/preview/dabao/097/index2.htmlhttp://preview.zcool.com.cn/preview/code/new_code/072/http://preview.zcool.com.cn/preview/code/new_code/068/http://preview.zcool.com.cn/preview/code/new_code/n03/http://preview.zcool.com.cn/c 阅读全文
posted @ 2013-06-01 15:35 zyip 阅读(270) 评论(0) 推荐(0)
摘要: Get-OwaVirtualDirectorySet-OWAVirtualDirectory -Identity "cas\owa (Default Web Site)" -BasicAuthentication $trueSet-owavirtualdirectory -identity "cas\owa (Default Web Site)" -FormsAuthentication:$trueNew-OWAVirtualDirectory -WebSiteName "FBA"Enable the Basic authentica 阅读全文
posted @ 2013-05-31 13:47 zyip 阅读(544) 评论(0) 推荐(0)
摘要: net start spadminv4net start sptimerv4Set-SPAppDomain "app.sk.local"Get-SPServiceInstance | where{$_.GetType().Name -eq "AppManagementServiceInstance" -or $_.GetType().Name -eq "SPSubscriptionSettingsServiceInstance"} | Start-SPServiceInstanceGet-SPServiceInstance | whe 阅读全文
posted @ 2013-05-29 17:08 zyip 阅读(180) 评论(0) 推荐(0)
摘要: If you upgrade your project to .NET Framework 4 or for any reason you get a mysterious error like the one below:“Could not load file or assembly ‘file:///C:\Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll’ or one of its dependencies. The sys 阅读全文
posted @ 2013-05-25 13:07 zyip 阅读(239) 评论(0) 推荐(0)
摘要: Lync GetClient时出现The host process is not running,按以下操作Lync 无界面模式设置Lync 2010 32位[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Communicator] "UISuppressionMode"=dword:00000001Lync 2010 64位[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Communicator] "UISuppressionMode"=dword:00000001Ly 阅读全文
posted @ 2013-05-24 10:33 zyip 阅读(272) 评论(0) 推荐(0)
摘要: 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 阅读(319) 评论(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 阅读(216) 评论(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 阅读(431) 评论(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 阅读(596) 评论(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 阅读(347) 评论(0) 推荐(0)
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 69 下一页