• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
KXLF’s blog
能转的不写
   首页    新随笔    联系   管理     
上一页 1 2 3 4 下一页
2011年12月5日
[转]How to use String.Format in PowerShell?(如何在PowerShell中使用string.format?)
摘要: Hah! (We’re back;-) ) It’s as easy as that:PS >[string]::Format("Hello {0} {1} :-)","Daniel","Walzenbach")Hello Daniel Walzenbach :-)Needless to say that other formatting – like Currency formatting – works as wellPS >[string]::Format("{0:C}",1234567890)$ 阅读全文
posted @ 2011-12-05 10:26 KXLF 阅读(1040) 评论(0) 推荐(0)
2011年11月30日
推荐一个电子书网站,里面关于SharePoint的英文书籍有很多。
摘要: 皮皮书屋http://www.ppurl.com 阅读全文
posted @ 2011-11-30 09:41 KXLF 阅读(136) 评论(0) 推荐(0)
SharePoint 2010 术语表
摘要: 使用正确的术语中英文对照,对从英文站点搜索解决方案比较有帮助。中文:http://msdn.microsoft.com/zh-cn/library/ee556558.aspx英文:http://msdn.microsoft.com/en-us/library/ee556558.aspx 阅读全文
posted @ 2011-11-30 09:37 KXLF 阅读(219) 评论(0) 推荐(0)
2011年11月28日
[转]SharePoint 2010: Client Object Model for JavaScript (ECMAScript)(使用客户端对象模型)
摘要: As I said in myfirst postonClientObjectModel(OM), there are three sets ofClientOM: Managed .netclient, Silverlight and ECMAScript. Lately I have posted an article onhow to useClientOM from Managed .NetClient.Today I’ll go throughClientOM for JavaScript. ECMAScriptClientOM isSharePoint2010clientobjec 阅读全文
posted @ 2011-11-28 10:39 KXLF 阅读(499) 评论(0) 推荐(0)
2011年11月3日
[转]Importing documents to Document Libraries with Mavention Import Document Library Contents(使用VS插件导出文档库内容定义)
摘要: Recently I showed you how you can import Lists and their data into your SharePoint Project using the Mavention Import List Instance extension. As you can imagine supporting list data is only half of the story, so to complete it another extension became available. Find out how to import documents fro 阅读全文
posted @ 2011-11-03 13:26 KXLF 阅读(310) 评论(0) 推荐(0)
[转]Import List Instances and their data with Mavention Import List Instance(使用VS插件导出列表数据定义)
摘要: When working with custom Lists you find yourself often redeploying the List and creating some test data to verify that everything is working correctly. Entering sample data may be fun to do once but becomes rather boring after a few times. Find out how to reuse your sample data in the development pr 阅读全文
posted @ 2011-11-03 13:20 KXLF 阅读(220) 评论(0) 推荐(0)
2011年11月2日
[转]how to programatically access built-in properties of open xml word doc(如何读取open xml格式文档属性)
摘要: WordprocessingDocument wordprocessingDocument = WordprocessingDocument.Open(filePath, true); Body body = wordprocessingDocument.MainDocumentPart.Document.Body; String message = string.Empty; ExtendedFilePropertiesPart appPart = wordprocessingDocument.ExtendedFilePropertiesPart; ... 阅读全文
posted @ 2011-11-02 17:35 KXLF 阅读(406) 评论(0) 推荐(0)
[转]Content targeting for anonymous users with SharePoint Server 2010(给匿名用户配置外部配置文件)
摘要: SharePoint Server 2010 ships with the content targeting capability based on Audiences. Using this mechanism you can conditionally display content to groups of users based on their profiles. One shortcoming of this approach is that it needs user profiles which are not available on Internet-facing web 阅读全文
posted @ 2011-11-02 11:26 KXLF 阅读(287) 评论(0) 推荐(0)
[转]Allowing anonymous users access to SharePoint user's profile pictures(允许匿名用户访问用户配置文件中的头像图片)
摘要: I was developing discussion groups using web parts where I needed to show the discussion posting authors' profile images with the posting detail.First problem I faced was, how to get the profile image url of the user. I was able to find the details about the User Information List living in the R 阅读全文
posted @ 2011-11-02 11:23 KXLF 阅读(351) 评论(0) 推荐(0)
2011年11月1日
[转][MS-MAVA]: Microsoft Office SharePoint Server (MOSS) Analytics View Access Protocol Specification
摘要: SharePointClick here to view this version of the [MS-MAVA] PDF.Click here to download a zip file with all of the PDF files.Intellectual Property Rights Notice for Open Specifications DocumentationTechnical Documentation.Microsoft publishes Open Specifications documentation for protocols, file format 阅读全文
posted @ 2011-11-01 09:35 KXLF 阅读(244) 评论(0) 推荐(0)
上一页 1 2 3 4 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3