[转载]MOSS 2007 SP1 stsadm 194 条指令
摘要: 原文地址:http://www.cnblogs.com/xioxu/archive/2008/04/25/1170724.html这些命令行对我的帮助很大哦。 stsadm -o activatefeature {-filename <relative path to Feature.xml> | -name <feature folder> | -id <featu...
阅读全文
posted @
2008-06-18 19:40 ◎寶☆呗 阅读(509) |
评论 (1) 编辑
(用命令行部署infopath Form )Deploy administrator-approved form templates using command line
摘要: 知道下面的命令就不难用命令行来部署administrator-approved form templates 1:验证stsadm –o verifyformtemplate –filename <Path"FileName>2:上传stsadm –o uploadformtemplate –filename <Path"FileN...
阅读全文
posted @
2008-06-18 19:38 ◎寶☆呗 阅读(262) |
评论 (1) 编辑
sharepoint计时器(定时发邮件)
摘要: 做这个定时器Andrew Connell的博客给我很大的帮助。里面有所有的源代码,思路也很清晰http://www.andrewconnell.com/blog/articles/CreatingCustomSharePointTimerJobs.aspx主要是继承SpJobDefinition,改写几个构造体和Execute的方法.基本代码的模式就是这个样子:下面是自己的一段代码有些凌乱:[代码...
阅读全文
posted @
2008-06-18 19:32 ◎寶☆呗 阅读(947) |
评论 (3) 编辑