2010-03-05 21:51 by 孙俊林, 516 visits, 网摘, 收藏, 编辑
摘要:
专家系统是一个含有大量的某个领域专家水平的知识与经验智能计算机程序系统,能够利用人类专家的知识和解决问题的方法来处理该领域问题。专家系统的基本结构如图所示,其中箭头方向为数据流动的方向。专家系统通常由人机交互界面、知识库、推理机、解释器、综合数据库等构成[2]。
对专家系统可以按不同的方法分类。通常,可以按应用领域、知识表示方法、控制策略、任务类型等分类。如按任务类型来划分,常见的有解释型、预测型、诊断型、调试型、维护型、规划型、设计型、监督型、控制型、教育型等[2]。
阅读全文
2012-02-10 14:12 by 孙俊林, 48 visits, 网摘, 收藏, 编辑
摘要:/// Gets the SPUser from field of Sharepoint list/// /// <param name="aItem">The item./// <param name="aIntenalName">The internal field name/// private SPUser GetSPUser(SPListItem aItem, string aIntenalName){ SPFieldUser field = aItem.Fields.GetFieldByInternalName(aIn
阅读全文
2012-02-08 22:08 by 孙俊林, 60 visits, 网摘, 收藏, 编辑
摘要:在moss开发中,经常会用到caml语言及第三方辅助工具,如U2U等,今天我就非不用这些工具,看看能不能照样工作?答案当然是可以的。好,其实在vs2010中,已经集成有这样的功能方便我们开发:新建一个sharepoint连接:如下图找到自己的网站下的列表,要开发的那个字段:点中,并且打开属性窗口:好的,这样我们就可以直接用了,但是如果要写好CAML语句,还是得用第三方的工具,生成语句。除非你不用靠他们生成语句,但是有时环境没有这些工具,刚好,你只是想改个字段名字,这样,就可以用这个方法啦,是不是很好呢?
阅读全文
2012-02-08 17:40 by 孙俊林, 109 visits, 网摘, 收藏, 编辑
摘要:笔记本安装双系统:win7,win2008 R21.win7上有vitrual box,里面安装了window 2008 R2,这个环境里面有MOSS2010,VS2010,AD,还有SQL2008 R2.2.win2008 R2安装Hpyer-v(在功能里面添加),Hyper-v新建虚拟机,里面安装了win 2008 R2, 这个环境同上,所有软件也是全部安装在一个环境里面。1的好处是方便,便于共享本机的内容;坏处是,vbox可能很难迁移到其他有hyper-v的服务器环境,当然,所有东西全部装在同一环境中,也是不太好的。2的好处是虚拟机容易挂到有hyper-v的服务器上,坏处是服务器版本的系
阅读全文
2012-02-08 15:55 by 孙俊林, 37 visits, 网摘, 收藏, 编辑
摘要:Changing the SharePoint Site in a Visual Studio 2010 / SharePoint 2010projectI created a new Visual Studio project and entered in the url of a site that simply didn’t exist. Whoops! I didn’t want to create a new site for just this project, so I wanted to change the URL that Visual Studio 2010 uses t
阅读全文
2012-02-07 15:36 by 孙俊林, 12 visits, 网摘, 收藏, 编辑
摘要:As I understand, you want to show the Office documents using Office Web Apps. Instead of using the ECB actions, you want to open it using Hyperlink, am I right?When you try to view the word document in Brower, you will get a url like this:http://servername/_layouts/WordViewer.aspx?id=/Shared%20Docum
阅读全文
2012-02-07 15:35 by 孙俊林, 13 visits, 网摘, 收藏, 编辑
摘要:In that case you could check / ensure permissions on a certain list item with the method DoesUserHavePermissions:SPListItem item =//...if(item.DoesUserHavePermissions(SPContext.Current.Web.CurrentUser,SPBasePermissions.ViewListItems)){ // futher actions if user has permission goes here.}
阅读全文
2012-02-06 13:21 by 孙俊林, 13 visits, 网摘, 收藏, 编辑
摘要:SharePoint 2010 SP1更新发布29 六前几天微软SharePoint产品组正式发布了产品的SP1,中文版下载地址如下:1、SharePoint Foundation 2010 Service Pack (KB2460058)2、Microsoft SharePoint Foundation 2010 Language Pack Service Pack (KB2460059)(中文语言包)3、Microsoft SharePoint Server 2010 Service Pack (KB2460045)4、Server Language Pack 2010 Service P
阅读全文
2012-02-03 20:36 by 孙俊林, 15 visits, 网摘, 收藏, 编辑
摘要:The user interface improvements in SharePoint 2010 as a whole are truly amazing. Microsoft has brought this already impressive product leaps and bounds in terms of accessibility, standards, and usability. One thing you might be aware of is the new and quite useful "ribbon" control that app
阅读全文
2012-01-31 21:07 by 孙俊林, 7 visits, 网摘, 收藏, 编辑
摘要:Updating List Items with SharePoint Designer: 工作流没有启动检查了半天,原来没有设置:创建时启动工作流,爆粗口了
阅读全文
2012-01-31 18:28 by 孙俊林, 8 visits, 网摘, 收藏, 编辑
摘要:sharepoint designer web server does not seem to install microsoft sharepoint foundation这个问题产生原因:因为在网站集文档中有敏感文档,设置了:禁用客户端集成,这样在线浏览文档就不会有下载按钮,同时也产生上面的问题.若要解决此问题,启用客户端集成。若要这样做,请按照下列步骤操作:启动 SharePoint 2010 中央管理,然后单击 安全。单击 指定身份验证提供程序。如果 Web 应用程序在 Web 应用程序 列表中的不是您要在 SharePoint 设计器 2010年中打开同一个应用程序,请单击上 更改
阅读全文
2012-01-30 17:44 by 孙俊林, 15 visits, 网摘, 收藏, 编辑
摘要:Install-SPFeature SharePointProject2_Feature1(文件夹名,来自于你的开发环境的 Feature/yourprojectfolder/)Enable-SPFeature SharePointProject2_Feature1 -Url https://keybuttonedu.com(your site name)
阅读全文
2012-01-19 16:39 by 孙俊林, 83 visits, 网摘, 收藏, 编辑
摘要:SharePoint禁用(Office Web Apps)在word打管理中心--应用程程序管理--身份验证程序---默认----不勾选:在客户端打开 。配置启用浏览器功能的文档的默认打开行为:使用管理中心设置网站集的默认打开行为在 SharePoint 管理中心中,单击“网站操作”,然后单击“网站设置”。在“网站设置”页上的“网站集管理”下,单击“网站集功能”。在“功能”页上,对“默认情况下,在客户端应用程序中打开文档”功能,单击“激活”(启用 OpenInClient 功能)以在客户端应用程序中打开文档。单击“停用”(禁用 OpenInClient 功能)将在浏览器中打开文档。使用 Win
阅读全文
2012-01-19 15:15 by 孙俊林, 20 visits, 网摘, 收藏, 编辑
摘要:VS2010开发的WebPart部署到SharePoint 2010 页面出错Add-SPSolution c:\code\SharePointProject2\bin\debug\SharePointProject2.wspInstall-SPSolution –Identity SharePointProject2.wsp–WebApplication http://sp2010 -GACDeploymentUpdate-SPSolution –Identity SharePointProject2.wsp –LiteralPath c:\code\SharePointProject2\b
阅读全文
2012-01-18 15:47 by 孙俊林, 72 visits, 网摘, 收藏, 编辑
摘要:I have a problem with User Profile, steeps:1 - User is on administration Group on computer, iisreset2 -I create de "User Profile Service Application", with Default Sharepoint Pool or a new pool3 - On "Services on Server" start "User Profile Service" and "User Profi
阅读全文
2012-01-18 01:33 by 孙俊林, 80 visits, 网摘, 收藏, 编辑
摘要:SharePoint2010在线查看Excel出错:Symptoms: A document library or Report library was created within a site on SharePoint 2010 and an excel document was uploaded. Once the file was uploaded , upon clicking on the excel document , an error is displayed saying the workbook cannot be opened as shown below:The r
阅读全文
2012-01-18 01:03 by 孙俊林, 87 visits, 网摘, 收藏, 编辑
摘要:1.管理中心---管理服务器的服务---启动:word,powerpoint,excel服务2.管理中心---新建服务应用程序:以上几个3。如果还是不行,可能需要运行一下命令,详细查看我的另一博客:安装的博客:http://www.cnblogs.com/sunjunlin/archive/2011/12/26/2302131.html出错修复的博客:http://www.cnblogs.com/sunjunlin/archive/2012/01/03/2310851.html http://www.cnblogs.com/sunjunlin/archive/2011/12/26/2...
阅读全文
2012-01-12 23:32 by 孙俊林, 7 visits, 网摘, 收藏, 编辑
摘要:COMPLIANCE CRITERIAandVERIFICATION CASES Windows Live™ IDRevision: 2006-08-16This document presents the compliance criteria to which all sites participating in the Windows Live ID service must adhere. No Windows Live ID implementation may go into production without having passed compliance review by
阅读全文
2012-01-09 15:38 by 孙俊林, 12 visits, 网摘, 收藏, 编辑
摘要:How to set up People Search in SharePoint 2010Since I’m talking aboutEnterprise Searchtonight atOKCSUG, I thought I would write up a quick post on the steps you need to follow in order to get People Search working in SharePoint 2010. The critical piece of course is getting the User Profile Synchroni
阅读全文
2012-01-08 22:34 by 孙俊林, 23 visits, 网摘, 收藏, 编辑
摘要:How to remove the ribbon tabs in list forms in SharePoint 2010ByVijai AnandApril 25, 2011In this article we will be seeing how to remove the tab and the group from the ribbon interface in list form.I have a custom list and items are added to that.When you view the item the display form looks like th
阅读全文