上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 121 下一页

2010年2月25日

升级SharePoint场的时候, 运行Configuration Wizard需要有什么顺序么?

摘要: 答案是需要. 1. 在场中的所有服务器上运行补丁包的安装程序, 直到你遇到下面的信息: You must run Setup to install new binary files for every server in your server farm. If you have multiple servers in your server farm, run Setup and the co... 阅读全文

posted @ 2010-02-25 14:41 中道学友 阅读(265) 评论(0) 推荐(0) 编辑

可以完成发送邮件功能的C#代码

摘要: 实例如下:public void SendMail(string from, string to, string subject, string body) { string mailServerName = "smtp.test.com"; try { //MailMessage represents the e-mail being sent using (MailMessage messag... 阅读全文

posted @ 2010-02-25 14:00 中道学友 阅读(343) 评论(0) 推荐(0) 编辑

介绍一个免费的VS小插件- RockScroll

摘要: 看比较大的代码工程比较费力, 尤其是追踪一些变量的使用时, Ctrl + F3, Shift + F3来回用也可以, 不过这个工具可以让你的效率更高. 它叫做AutoScroll. 它会替代VS中默认的滚动条, 变为代码的缩略图. 选中一个变量之后, 该变量就会以红色高亮在滚动条上. 让你对代码的整体把握感更强. 下载链接: Rocky Downs' RockScroll for Visual ... 阅读全文

posted @ 2010-02-25 13:54 中道学友 阅读(502) 评论(0) 推荐(0) 编辑

寻找SPS2003的UI里文档或页面在数据库中的对应

摘要: 比如你在界面上看到了一个页面, 你想找到这个页面或者文档在数据库中的对应, 怎么办呢? 到SQL的Management Studio中, 运行下面的语句. 注意, 替换掉其中的allitems.select * from docs where leafname like '%allitems%'数据库中docs表的leafname列的部分举例. 阅读全文

posted @ 2010-02-25 13:27 中道学友 阅读(202) 评论(0) 推荐(0) 编辑

2010年2月22日

深入解析SharePoint Content Deployment and Migration API 之三

摘要: 提供一些真实的import的例子 ========================== 我们第二部分了解了export之后, 我们现在来集中注意力到import的部分. 实际上Import有两种不同的工作方式: Import对象并保存对象的identity和location Import对象, 但不保存对象的identity 第一种方式被用在管理中心站点页面的Content Deployment... 阅读全文

posted @ 2010-02-22 23:21 中道学友 阅读(569) 评论(0) 推荐(0) 编辑

深入解析SharePoint Content Deployment and Migration API 之二

摘要: 提供一些关于export的真实的例子 ============================ 为了论证Content Deployment and Migration API是多么强大, 我现在就提供一些真实世界中的例子: Export a complete Site Collection Export a specific sub web Exporting other elements ... 阅读全文

posted @ 2010-02-22 22:07 中道学友 阅读(503) 评论(0) 推荐(0) 编辑

深入解析SharePoint Content Deployment and Migration API 之一

摘要: 简介 ================ Content Deployment and Migration API在WSS3.0和MOSS中的下面一些方面有被应用到: Content Deployment STSADM -o export and import Copy/Move operations in Site Manager Variations MCMS 2002 databas... 阅读全文

posted @ 2010-02-22 16:32 中道学友 阅读(400) 评论(0) 推荐(0) 编辑

SharePoint的IIS Application Pool的域账户修改过名字, 报错

摘要: Service Unavailable HTTP Error 503. The service is unavailable. 在IIS里把Application Pool的域账户密码更新一下就可以解决了. 阅读全文

posted @ 2010-02-22 12:11 中道学友 阅读(422) 评论(0) 推荐(0) 编辑

不要用stsad.exe来备份还原大小超过15G的站点集

摘要: 大小不超过15G的站点集可以使用stsadm.exe来备份还原. 如果大小超过15G, 推荐使用备份还原数据库的方式来执行备份还原动作. 来源: Backup: Stsadm operation (Windows SharePoint Services) http://technet.microsoft.com/en-us/library/cc287967.aspx Back up and r... 阅读全文

posted @ 2010-02-22 11:36 中道学友 阅读(376) 评论(0) 推荐(0) 编辑

SQL服务无法启动, 说是logon fail

摘要: 由于使用域账户作为SQL的服务账户, 几个月后修改了域密码, 导致SQL的服务无法启动了. 解决方法: 在services.msc中修改SQL服务账户为local service, 或者重新输入您的域账户的新密码. 阅读全文

posted @ 2010-02-22 10:50 中道学友 阅读(369) 评论(0) 推荐(0) 编辑

上一页 1 ··· 82 83 84 85 86 87 88 89 90 ··· 121 下一页

导航

技术追求准确,态度积极向上