04 2009 档案

 
How to change service accounts and their passwords in MOSS and WSS 3.0
摘要:How to change the Application Pool Identity of a WSS or MOSS web application Open SharePoint Central Administration, click Operations. Under Security Configuration, click Servi... 阅读全文
posted @ 2009-04-28 01:10 jerry.chen 阅读(671) 评论(0) 推荐(0)
常用的stsadm命令行参数
摘要:常用的stsadm命令行参数有: 1、installfeature、uninstallfeature: feature部署和卸载; 安装feature:stsadm -o installfeature -filename [feature文件夹下]\feature.xml 激活feature:stsadm -o activatefeature -filename [feature路径]\fea... 阅读全文
posted @ 2009-04-27 22:34 jerry.chen 阅读(754) 评论(0) 推荐(0)
CustomAction Element (Custom Action)[转载]
摘要:Defines a single custom action for a link or toolbar item. Attributes Attribute Description ContentTypeId Optional Text. Specifies the ID of a content type to associate with the cus... 阅读全文
posted @ 2009-04-23 11:56 jerry.chen 阅读(593) 评论(0) 推荐(0)
SPUtility.SendEmail缺陷
摘要:最近一个项目需求要求可以发送email,刚开始调用了SPUtility.SendEmail方法: SPUtility.SendEmail(pSPWeb, true, true, pEmailAddress, pSubject, pBody); 开发环境测试的时候发现Html 标签无法在邮件中转换格式,全部都显示为文本。再后来当邮件Body长度超过2048个字符后,将会被自动截掉。google了没... 阅读全文
posted @ 2009-04-23 02:15 jerry.chen 阅读(972) 评论(2) 推荐(0)
Quickpart、Smartpart完美支持AJAX[转载]
摘要:关于在Sharepoint中使用Quickpart"Smartpart并封装含AJAX控件的User Control网上已经有很多资料,一般就是以下几步: 1.安装ASPAJAXExtSetup(ASP.NET Ajax扩展) 2.安装ASPNETAJAXVS2008(VS 2008 Ajax扩展,如果是VS2005那就装2005对应的,这两个都可以在http://ajax.asp.net下载最新... 阅读全文
posted @ 2009-04-21 17:35 jerry.chen 阅读(626) 评论(0) 推荐(0)
Exchange 事件ID 9154 DSACCESS 返回 DS 通知出现的错误“0x80004005”
摘要:环境: 1台主DC(2k3,集成DNS)5种操作主机角色都运行在主DC上,一台额外域控。 1台EX2K3问题1:现EX2k3服务器上出现如下错误日志: 事件ID(i):2102 进程 MAD.EXE (PID=1444)。所有正在使用中的域控制器都没有响应: 事件ID(i):9154 DSACCESS 返回 DS 通知出现的错误“0... 阅读全文
posted @ 2009-04-18 10:34 jerry.chen 阅读(713) 评论(0) 推荐(0)
TreeView设置checkbox后常用事件
摘要:如何让TreeView的TreeNodeCheckChanged事件自动回发到服务器端 ASP.NET 2.0使用TreeView控件时发现带有CheckBox控件的TreeNode对象(TreeView节点),选择CheckBox无法回发页面。在MSDN中对于TreeView.TreeNodeCheckChanged事件有一段备注:“当 TreeView 控件的复选框在... 阅读全文
posted @ 2009-04-15 16:28 jerry.chen 阅读(1647) 评论(0) 推荐(0)
Walkthrough:SPSiteDataQuery example code in C#
摘要:SPSiteDataQuery:Describes a query performed across multiple lists, which may be located in multiple Web sites in the same Web site collection.Namespace: Microsoft.SharePointAssembly: Microsoft.SharePo... 阅读全文
posted @ 2009-04-15 16:11 jerry.chen 阅读(1410) 评论(0) 推荐(0)