摘要:使用LdapConnection 类 (1)
阅读全文
摘要:希望和大家交流! MOSS 2007 SDK: http://www.microsoft.com/downloads/details.aspx?familyid=6d94e307-67d9-41ac-b2d6-0074d6286fa9 WSS 3.0 SDK: http://www.microsoft.com/downloads/details.aspx?familyid=05e0dd12-8...
阅读全文
摘要:private string filter(string strHtml) { string[] aryRegex ={ @"", @"","",RegexOptions.IgnoreCase); //删除HTML Htmlstring = Regex.Replace(Htmlstring,@"]*)>","",R...
阅读全文
摘要:有时候我们要对时间进行转换,达到不同的显示效果 默认格式为:2005-6-6 14:33:34 如果要换成成200506,06-2005,2005-6-6或更多的该怎么办呢 我们要用到:DateTime.ToString的方法(String, IFormatProvider) using System; using System.Globalization; String form...
阅读全文
摘要:地球人都知道WSS以及SPS存储到SQLServer中,看看他们是怎么存储的确实有点意思,我想分析这个事情,但是不知道能走多远。
前段时间在看SPS2007的时候,我从外部感觉在SPS2007中,所有的列表、库的模型以及特征应该是完全一致的,究竟是不是这样呢?我没有时间和能力去阅读大量的文档或反编译程序来看,所以想到通过数据库分析的方式来证实这个问题。
阅读全文
摘要:ExchangeServiceBinding exchangeServer = new ExchangeServiceBinding(); ICredentials creds = new NetworkCredential("pccai", "password", "abc"); exchangeServer.Credentials = creds; ...
阅读全文