文章分类 -  MOSS

上一页 1 2 3 4 5 6 下一页
5 servers how to cofigure sharepoint topology
摘要:比较好的方案是 两台 WFE 和 两台 App server 并且在两台WFE之前要做NLB. 两台App server 可以出来 excel service 等。参考文献:http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/f3ae16b1-8a3b-4ffa-a2e0-e78a48889c71N... 阅读全文
posted @ 2010-07-29 17:39 blogsweb 阅读(195) 评论(0) 推荐(0)
ecmascript changequery
摘要:<script type="text/javascript">var groupscollection=document.getElementById("groups");var clientContext = null;var web = null;var allUserAndGroup = new Array();var bol = new Boolean(false);Execu... 阅读全文
posted @ 2010-07-02 10:28 blogsweb 阅读(234) 评论(0) 推荐(0)
Client Model 智能感知
摘要:1. use vs2010 add new empty sharepoint project.2.add application3.add js as below:<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %><%@ Import Namespace="Microsoft.SharePoint.Applic... 阅读全文
posted @ 2010-06-29 15:06 blogsweb 阅读(184) 评论(0) 推荐(0)
sharepoint 2010 change server password
摘要:If Central Administration service or the SharePoint Foundation Web Application service stops working due to an account reset or password expiration, you will encounter HTTP 503 "Service unavailable"... 阅读全文
posted @ 2010-06-28 22:24 blogsweb 阅读(312) 评论(0) 推荐(0)
LogParser handle Log file
摘要:you can download the install file from:http://www.microsoft.com/downloads/details.aspx?FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&displaylang=eni.e, we can filter the IISW3C file by the code be... 阅读全文
posted @ 2010-05-26 15:45 blogsweb 阅读(322) 评论(0) 推荐(0)
developer dashboard enable and setting
摘要:Using STSADM The following command enables Developer Dashboard: STSADM –o setproperty –pn developer-dashboard –pv OnDemand Using PowerShell The following PowerShell script enables De... 阅读全文
posted @ 2010-05-20 14:13 blogsweb 阅读(146) 评论(0) 推荐(0)
makecab.exe wsp
摘要:1. 创建 install.batcd "$(ProjectDir)""C:\Windows\System32\MAKECAB.EXE" /f cab-release.ddf2.创建 cab-release.ddf.OPTION EXPLICIT .Set CabinetNameTemplate=FinPortalEditProfileWeb.wsp .set DiskDirectoryTempl... 阅读全文
posted @ 2010-04-30 18:29 blogsweb 阅读(201) 评论(0) 推荐(0)
sharepoint2010: Register an External Content Type with the SharePoint Search Service to make the data searchable
摘要:In part 1of this blog post series I showed you how to create a .NET Assembly Connector to read data from a flat file. This blog post shows you how to register an external content type associated with ... 阅读全文
posted @ 2010-03-29 16:51 blogsweb 阅读(448) 评论(0) 推荐(0)
如何自定义SharePoint欢迎导航的信息?
摘要:在我们时间的开发过程中,经常会把SharePoint中的一些已有的feature去掉,如欢迎信息下面的“我的设置”,“对本页面进行个性化设置”。在SharePoint中的存在的一些Feature通常都是以用户控件的形式存放在SharePoint服务器的物理路径中,我们看到的欢迎信息在SharePoint中对应的为“Welcome.ascx... 阅读全文
posted @ 2010-03-12 10:45 blogsweb 阅读(231) 评论(0) 推荐(0)
修改机器名
摘要:如果大家对MOSS比较熟悉的话,应该都知道MOSS服务器的机器名是不能随便修改的,因为改了之后,会影响MOSS的正常使用,最常见的就是访问MOSS站点的时候,不能正常的访问数据库。我在做相应的测试的时候,因为没有按固定的步骤来做,所以中间出现了一些问题,也把这些问题先出来,供大家参考。 我以机器名为“pc-bestreme05”修改为“best-phhnx8l... 阅读全文
posted @ 2010-03-12 10:40 blogsweb 阅读(869) 评论(2) 推荐(2)
Adding Custom Button to the SharePoint 2010 Ribbon
摘要:In this blog post I will walk through how to add a custom button to the new SharePoint 2010 ribbon. One very big and noticeable update in SharePoint 2010 is that we now have an awesome, Office client-... 阅读全文
posted @ 2010-02-10 10:30 blogsweb 阅读(555) 评论(0) 推荐(0)
sharepoint cross domain
摘要:add clientaccesspolicy.xml into rootweb with spd.<?xml version="1.0" encoding="utf-8"?><access-policy> <cross-domain-access> <policy> <allow-from http-request-headers="*">... 阅读全文
posted @ 2010-02-04 10:56 blogsweb 阅读(158) 评论(0) 推荐(0)
sharepoint 2010 安装
摘要:http://www.cnblogs.com/netdazhi/admin/EditArticles.aspx 阅读全文
posted @ 2010-01-11 00:08 blogsweb 阅读(94) 评论(0) 推荐(0)
sharepoint 2007 migration sharepoint 2010
摘要:Here is my case注意 sharepoint 2007 要打上sp2Install and configure SharePoint 2010, on a new environment- Determine hardware and software requirements (SharePoint Server 2010) http://technet.microsoft.com/... 阅读全文
posted @ 2010-01-08 13:15 blogsweb 阅读(198) 评论(0) 推荐(0)
Caml
摘要:Retrieving List Items with CAMLusing theSharePoint Object ModelIf you need to retrieve items from a list when developing web parts, application pages or custom field types you can best use the SPQuery... 阅读全文
posted @ 2009-12-28 18:14 blogsweb 阅读(961) 评论(0) 推荐(0)
sharePoint spsitedataquery
摘要:签到信息:姓名,签到时间,签退时间班次设置:班次名称,开始时间,结束时间排班设置:姓名,班次名称SPSiteDataQuery siteQuery = new SPSiteDataQuery(); siteQuery.Webs = "<Webs Scope=\"SiteCollection\" />"; siteQuery.Lists = string.Format("<List... 阅读全文
posted @ 2009-12-24 11:22 blogsweb 阅读(144) 评论(0) 推荐(0)
数据视图 两个列表之间的操作
摘要:在SharePoint Designer 2007中使用交叉列表查询的数据视图概述: 使用列表作为企业小型数据管理的解决方案是非常方便的,但是不方便的地方是列表与列表之间不方便进行数据的连接,但是使用SPD我们可以建立列表与列表之间的交叉查询的数据视图。唯一不方便的是,使用跨列表查询时,我们不可以使用“表单”这一种数据视图,这意味着我们就不可以使用设计出的页面进行编辑的操作... 阅读全文
posted @ 2009-12-23 23:16 blogsweb 阅读(999) 评论(0) 推荐(0)
custom action 简介
摘要:SharePoint Custom Action Identifiers[ click on column headers to sort ] IdGroupIdLocationSequenceRegistrationTypeRegistrationIdReportListActionsMenuCustomizerSiteActionsMicrosoft.SharePoint.StandardMe... 阅读全文
posted @ 2009-12-18 18:55 blogsweb 阅读(186) 评论(0) 推荐(0)
moss feature 开发
摘要:http://blog.thekid.me.uk/archive/2008/04/29/sharepoint-custom-actions-in-a-list-view-webpart.aspxgroupid="UploadMenu" 阅读全文
posted @ 2009-12-18 18:54 blogsweb 阅读(118) 评论(0) 推荐(0)
sharepoint search FullTextSqlQuery
摘要:无法完成搜索,因为没有为索引器分配此网站。有关详细信息,请与管理员联系。解决步骤:1、开始菜单--〉管理中心--〉SharePoint 3.0 管理中心2、应用程序管理--〉内容数据库3、点击内容数据库(一般是 WSS_Content)4、指定搜索服务器(下拉菜单中选择一个)5、点击确定6、搜索正常了public static DataTable GetFTSQueryWildCardSearch... 阅读全文
posted @ 2009-12-16 18:35 blogsweb 阅读(457) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 下一页