摘要:
tool Instructions to fix this error: [DM_SESSION_E_CLIENT_AUTHENTICATION_FAILURE]error: "Could not authenticate the client installation for reason: Client hostname in authentication string doesn't m... 阅读全文
摘要:
http://blog.csdn.net/savage54321/archive/2008/01/14/2043216.aspx If Google the key words like: web part, connection or communication, we can get a bunch of results. I have to say all articles are t... 阅读全文
摘要:
原文地址:http://sharethispoint.com/archive/2006/11/15/Build-web-parts-with-ajax.aspx 如何在开发Web部件时使用ajax呢?我们将以一个样子类似MOSS 2007中KPI和BDC Web部件的WebPart为例来说明。如果你对ajax一点都不了解,推荐学习TerryLee的ajax入门系列。 ASP.net2.0有一个很... 阅读全文
摘要:
http://www.infoq.com/cn/news/2008/01/sqlite-in-three-minutes SQLite——只要3分钟,你就可以在.NET上创建和运行它 SQLite——只要3分钟,你就可以在.NET上创建和运行它 作者 Robert Bazinet译者 张海龙 发布于 2008年1月20日 上午5时18分 社区 .NET 主题 数据访问 标签 LINQ, nHi... 阅读全文
摘要:
使用javascript左右互移,然后使用Hidden记住右边listbox的内容,用于服务端处理。 页面代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Untitled Page ... 阅读全文
摘要:
解决方法是修改Config 阅读全文
摘要:
http://support.microsoft.com/kb/934838 How to change service accounts and service account passwords in SharePoint Server 2007 and in Windows SharePoint Services 3.0 View products that this article a... 阅读全文
摘要:
bool flag = false; SPWebPartManager currentWebPartManager = (SPWebPartManager) WebPartManager.GetCurrentWebPartManager(this.Page); if ((currentWebPartManager != null) ... 阅读全文
摘要:
这几天有个业务需要用到Applet,但经过测试,一个不可思议的事实摆在我的面前,经过数字签名的Applet也仅仅是在init中有权限访问本地文件,启动线程、进程等。而我需要通过javascript调用applet中的函数。 后来经过调查,有了这样一个厳しい的解决方案。就是在init中初始化一个成员变量的线程实例,然后每次我通过javascript调用applet函数的时候启动这个线... 阅读全文
摘要:
取得文件名和所属文件夹 select distinct s.object_name, f.r_folder_path from dm_sysobject_s s, dm_sysobject_r r, dm_folder_r f where r.i_folder_id = f.r_object_id and s.r_object_id = r.r_object_id and s.ob... 阅读全文