by1455的自留地
博客园
::
首页
::
联系
::
订阅
::
管理
146 Posts :: 0 Stories :: 96 Comments :: 2 Trackbacks
公告
昵称:
by1455
园龄:
4年8个月
粉丝:
2
关注:
0
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
sharepoint
(4)
Sharepoint VHD
(1)
VB.NET
(1)
MOSS
(1)
MSDE
(1)
Win2003
(1)
随笔分类
App-V(4)
BW (15)
CRM(3)
eBook(1)
ESB (Enterprise Service Bus)(5)
Linux(2)
Med-V
PowerShell(6)
Sharepoint(59)
SQL(2)
WinOS(11)
其他(14)
随笔档案
2011年9月 (2)
2011年8月 (1)
2011年2月 (1)
2010年11月 (1)
2010年10月 (2)
2010年8月 (5)
2010年6月 (2)
2010年5月 (9)
2010年4月 (5)
2010年3月 (3)
2010年2月 (5)
2010年1月 (14)
2009年12月 (5)
2009年11月 (4)
2009年10月 (6)
2009年9月 (5)
2009年8月 (1)
2009年7月 (2)
2009年6月 (2)
2009年5月 (5)
2009年4月 (5)
2009年3月 (8)
2009年2月 (1)
2009年1月 (1)
2008年12月 (1)
2008年11月 (3)
2008年10月 (8)
2008年9月 (2)
2008年4月 (2)
2008年3月 (2)
2008年2月 (2)
2008年1月 (5)
2007年12月 (3)
2007年11月 (4)
2007年10月 (10)
2007年9月 (1)
2007年7月 (4)
2007年6月 (4)
最新评论
阅读排行榜
评论排行榜
推荐排行榜
05 2010 档案
[SPS2010] 使用心得 8 - 搜索
摘要: SPS2010的搜索的改进相当大,主要有 包含(+)和排除(-) metadata的匹配 与(AND)和或(OR) 通配符(*) 这些可以直接在搜索框里进行,例如 (ITD –Network) AND (FileExtension:doc OR FileExtension:docx) 这个表示要求搜索包含ITD(除netowrk以外)的word文档。 其次,sps2010的搜索也增...
阅读全文
posted @
2010-05-26 09:51
by1455 阅读(60) |
评论 (0)
编辑
[WinOS] Windows 2008 的ping
摘要: windows 2008的安装,缺省是没有ping, 被防火墙阻止了, 打开 netsh firewall set icmpsetting 8 关闭 netsh firewall set icmpsetting 8 disable
阅读全文
posted @
2010-05-25 10:54
by1455 阅读(41) |
评论 (0)
编辑
[SPS2010] 使用心得 7 - ebook for Installation
摘要: 一本有关Sharepoint 2010安装的ebook (英语)http://sharepoint2007tips.com/Documents/Installing%20and%20Configuring%20SharePoint%202010.pdf相当详细,目前为止仅有的可以下载的。
阅读全文
posted @
2010-05-19 10:59
by1455 阅读(229) |
评论 (0)
编辑
[SPS2010] 使用心得 6 – Explorer View去了哪里?
摘要: 在sps2010里,explorer view 找不到了,结果发现去了ribbon上。(名字改成open with explorer)
阅读全文
posted @
2010-05-14 11:15
by1455 阅读(294) |
评论 (0)
编辑
[SPS2010] 使用心得 5 – Document Set 文档集
摘要: SPS2010 新增了document Set 文档集,其实就是一种特殊的文件夹 文档集中的文件都有同样的metadata. 文件夹的版本管理代替了个别文件的版本管理 文档集级的工作流 文档集级的存取控制 通过zip来下载整个文档集 客制化文档集的首页 文档集和文件夹的转换也相当方便。(但是,document Set 转换到 folder 会出现404错误,folder 转换到document...
阅读全文
posted @
2010-05-14 10:26
by1455 阅读(395) |
评论 (0)
编辑
[SPS2010] 使用心得 4
摘要: SPS2010可以更加方便监视sharepoint服务器的状况 服务器的健康度和问题已经预定义和自定义 问题在同一页面上显示 定期任务可以很容易被监视 (而不必到服务器的schedule上检查,上面有一大堆与sharepoint无关的东东) 也可以手动相关服务,例如context type subscriber
阅读全文
posted @
2010-05-13 17:38
by1455 阅读(38) |
评论 (0)
编辑
[SPS2010] 使用心得 3
摘要: SPS2010新增了Claim-based Indentity。 在生成新的Web Application时,多了一个选项Claim-based Indentity。于是就多了几个项目 和 显然,FBA已经正式和sharepoint结合在一起,AD也不再是唯一的身份验证方法了。
阅读全文
posted @
2010-05-12 15:26
by1455 阅读(36) |
评论 (0)
编辑
[SPS2010] 使用心得 2
摘要: 跟随SPS2010 安装的 6 个服务 Desktop experience Ink and Handwriting Services Message Queuing Remote Server administration Tools Windows Process Activation Service .Net 3.5.1
阅读全文
posted @
2010-05-11 18:45
by1455 阅读(40) |
评论 (0)
编辑
[SPS2010] 使用心得 1
摘要: Sharepoint 2010终于抛弃了MOSS这个名字,用回了SPS 2010. 但是 WSS 却又被改成SPF (sharepoint foundation 2010). Sharepoint 2010 出现了一些新的东西 Odata 是一个查询和更新数据Web协议 Open Data Protocol (OData) is a Web protocol for querying and ...
阅读全文
posted @
2010-05-11 17:25
by1455 阅读(67) |
评论 (0)
编辑
Copyright @ by1455
Powered by:
.Text
and
ASP.NET
Theme by:
.NET Monster