随笔分类 -  SharePoint 2010 整理

about SharePoint 2010 configuration
摘要:In this article I have demonstrated how we can integrate a Silverlight Application with SharePoint 2010. I have used Bing Maps Control for Silverlight as example. Development EnvironmentI have used below development Environment for this application1. Visual Studio 2010 Ultimate Edition2. SharePoint. 阅读全文
posted @ 2011-12-07 11:01 NowhereMan 阅读(331) 评论(0) 推荐(0)
摘要:这里需要用到SharePointDesigner.在SharePoint Designer 里面进入编辑列表,在XSLT中 找到需要进行设置的列表项。比如我需要设置 我的列表中的这一项<xsl:value-of select=$thisNode/@*[name()=current()/@Name] disable-output-escaping="yes"/>...</div>找到后只需要在select后面添加字符限制的方法<xsl:value-of select="substring($thisNode/@*[name()=curr 阅读全文
posted @ 2011-03-18 09:59 NowhereMan 阅读(298) 评论(0) 推荐(0)
摘要:我们使用.NET类库中的API发Mail的时候,我们要配置他的SMTP Server等,但是在Sharepoint里,已经提供了相关的封装的方法:SPUtility.SendEmail(SPWeb, false, false,"to@mail.com", "MailTitle","MailBody");上面的方法只能以To的形式来发Mail,有的时候我们需要使用CC ,BCC,我们可以利用该函数的另一个重载来实现:SPUtility.SendEmail(web, messageHeaders, messageBody, appendF 阅读全文
posted @ 2011-03-17 11:10 NowhereMan 阅读(223) 评论(0) 推荐(0)
摘要:在SharePoint 2010中我们显示自定义列表项的下面 基本都是 Add new item,由于没找到哪里设置该属性,所以想到了直接修改HTML达到这个效果今天尝试了下将其改成自定义的,和列表相关的显示首先是用SharePoint 设计器打开需要更改的网页进行编辑接着就是定位到 Add new item 在代码页面的位置,如果不好找到的话,有一个小技巧。就是选择后点击下面的标签栏,然后选择插入HTML,先随便写点什么,点击后面的确定。就会帮我们自动定位到该项的HTML位置,这时候我们就可以把刚随便输入字符删掉。在这一个td 的标签内我们可以看到两个超链接,我们只需要修改第二个也就是< 阅读全文
posted @ 2011-03-04 17:07 NowhereMan 阅读(1076) 评论(1) 推荐(0)
摘要:1. Add Feature SMTP.2. Open IIS6.0 and Set Access Tab on Authentication to “Anonymous access”3. Delivery Tab on Outbound Security set the Account4. Delivery Tab on Advanced set the “Smart host”5. Ensure SMTP Virtual Server is Running5. Set Outbound SMTP Server and Form address. 阅读全文
posted @ 2011-01-04 17:03 NowhereMan 阅读(243) 评论(0) 推荐(0)
摘要:1. Configure SharePoint server 2010 Server Farm2. Ensure connect to the database to normal.3. Install project server 2010.Open “setup.cmd” or “setup.exe” 4. Configure services and service applicationsTo start the Project Application Service 1). On the SharePoint Central Administration home page, in 阅读全文
posted @ 2010-12-22 13:50 NowhereMan 阅读(453) 评论(0) 推荐(0)
摘要:对于在Sharepoint 2010 中 在线打开 World、Excel、powerpoint 出现错误 1. 首先确认成功安装了Web Apps。 2. 进入管理中心 -〉应用管理 -〉管理服务应用   3.确保 Word Viewing service 、Excel Services application、PowerPoint Service Application 三个服务在列表中,并是started的状态,如果没有通过下面的方式创建。   新建服务的时候会有连接池的选择,最好选择80端口的连接池,为方便管理三个服务使用同一个连接池。  创建完服务后,进入计算机管理-〉 web se 阅读全文
posted @ 2010-12-22 10:59 NowhereMan 阅读(373) 评论(0) 推荐(0)