上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 122 下一页

2011年8月24日

MOSS 2007中如何添加VariationsLabelMenu来在不同语言的variation间切换?

摘要: 步骤记录如下: Navigate to "~Program Files~\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES" on your SharePoint 2007 Server Edit the file "VariationsLabelMenu.ascx" a... 阅读全文

posted @ 2011-08-24 16:05 中道学友 阅读(256) 评论(0) 推荐(0)

Managed Metadata Service介绍系列 之三

摘要: 如何创建MMS的具体步骤, 请参考下面的文章, 这里就不罗嗦了 Create, update, publish, or delete a managed metadata service application (SharePoint Server 2010) http://technet.microsoft.com/en-us/library/ee530392.aspx Create, u... 阅读全文

posted @ 2011-08-24 11:58 中道学友 阅读(660) 评论(0) 推荐(0)

用Windows 2008 R2做工作机遇到的IE的安全问题

摘要: 大家一般都使用Win7做工作机, Win08R2做测试机或服务器. 然而, 资源有限的情况下有时候我们不得不使用Win08R2来做工作机. 众所周知, 我们可以通过在Server Manager中添加Desktop Experience这个Feature来让Windows 2008 R2拥有主题, 看起来跟Win7一样. 具体步骤可以参考文章What is the Aero desktop ex... 阅读全文

posted @ 2011-08-24 10:38 中道学友 阅读(439) 评论(0) 推荐(0)

2011年8月23日

创建Business Data Connectivity Service之后遇报错“There are no addresses available for this application”

摘要: 创建Business Data Connectivity Service之后遇报错 “There are no addresses available for this application” 解决方案 ============= 1. 点击管理中心首页 > Application Management > Manage Services on Server, 启动Business... 阅读全文

posted @ 2011-08-23 15:56 中道学友 阅读(496) 评论(0) 推荐(0)

2011年8月16日

[经典文章翻译] [未完工] [9-6更新] 在.NET Framework中针对Real-Time技术的性能注意事项

摘要: 原作者: Emmanuel Schanzer 总结: 这篇文章包括了在托管世界中工业级的各种技术以及对它们如何影响性能的技术解释. 涉及到垃圾收集, JIT, Remoting, ValueTypes, 安全等方面. 概览: .NET运行时引入了多种旨在提高安全性, 易开发性, 高性能的高级技术. 作为一个研发人员, 理解这些技术的任何一个并在你的代码中高效地使用这些技术都是比... 阅读全文

posted @ 2011-08-16 16:14 中道学友 阅读(342) 评论(0) 推荐(0)

在web.config里修改配置从而对匿名用户拒绝提供某资源

摘要: 下面的例子里先deny了匿名用户对于_layouts和_vti_bin目录下的所有页面, 然后允许匿名用户访问四个指定的页面. 其中的问号(?)代表着匿名用户. ================= <configuration> <location path="_layouts"> <system.web> <authorization> <deny users="?" /> </authoriz... 阅读全文

posted @ 2011-08-16 15:25 中道学友 阅读(434) 评论(0) 推荐(0)

SharePoint 2010中的lockdown模式

摘要: 如果我们在运行一个SharePoint的可以被匿名访问(anonymously accessible)的网站, 特别是面向Internet的网站, 你也许会注意到SharePoint的表单页面(form pages)也会对匿名用户开放. 比如说匿名用户可以访问开启了publishing feature的网站的这个页面http://SERVER/Pages/Forms/AllItems.aspx. ... 阅读全文

posted @ 2011-08-16 15:12 中道学友 阅读(931) 评论(0) 推荐(0)

Managed Metadata Service介绍系列 之二

摘要: 在SharePoint2010中, Content Publishing是个新feature. Content Type在SharePoint 2010中是可以移植的. ================== Content Type在2010中的用法跟WSS3.0中一样. Columns还是和Content Type相关联, Workflow可以和content type相关联, 还可以对con... 阅读全文

posted @ 2011-08-16 10:55 中道学友 阅读(536) 评论(0) 推荐(0)

2011年8月15日

Managed Metadata Service介绍系列 之一

摘要: 什么是Managed Metadata Service (MMS)? ================== MMS是在安装了SharePoint 2010后才可用的一种service application. 事实上, 它属于一种service application就意味着它拥有Service Application的一些属性. 让我们一起看看是什么组成了service application,... 阅读全文

posted @ 2011-08-15 16:28 中道学友 阅读(1900) 评论(0) 推荐(0)

ASP.NET基础再出发系列 之一

摘要: 什么是.net framework? ========================== 你可以把.net framework看作是编写和运行软件的一个可安装的基础设施. 你在Windows操作系统上安装了这个基础设施之后, 它就会创建一个庞大的代码类的库用以帮助你书写代码, 它还会创建一个与这些代码相匹配的运行平台, 也叫做进程虚拟机或应用程序虚拟机. .net framework可以工作在... 阅读全文

posted @ 2011-08-15 11:55 中道学友 阅读(323) 评论(0) 推荐(0)

上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 122 下一页

导航

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