05 2010 档案
如何在win7 x64上安装SharePoint2010
摘要:说明:如果要安装Wss3.0或者SharePoint2007到客户端,需要使用一大堆的技巧和工具,需要的朋友可以通过此处下载。而SharePoint2010的客户端安装只需要简单的修改一下Config文件即可,极大地简化了我们在客户端操作系统中部署开发环境的过程。 条件:进程管理器—Process Explorer (点击下载)SharePoint Server 2010 Beta安装... 阅读全文
posted @ 2010-05-21 09:16 一粒沙 阅读(417) 评论(0) 推荐(0)
面向对象之代码复用规则
摘要:代码复用是绝大多数程序员所期望的,也是OO的目标之一。总结我多年的编码经验,为了使代码能够最大程度上复用,应该特别注意以下几个方面。1、 对接口编程 "对接口编程"是面向对象设计(OOD)的第一个基本原则。它的含义是:使用接口和同类型的组件通讯,即,对于所有完成相同功能的组件,应该抽象出一个接口,它们都实现该接口。具体到JAVA中,可以是接口(interface),或者是抽象类(abstract ... 阅读全文
posted @ 2010-05-19 10:06 一粒沙 阅读(1066) 评论(0) 推荐(1)
[C#] XmlDocument 搭配 Linq 與 XPath
摘要:一般最常搭配 XML 用來查詢資料的技術是 XPath 。不過 .Net 僅支援到 XPath 1.0 ,有時想在 XPath 中加上日期函式的判斷都不行。 再加上若使用了 XPath 的函式或一些判斷式後,整個 XmlDocument 的查詢效能會變慢。(參考以下的例子)本文章所使用的 XML 內容 (ad.xml :紀錄一些廣告圖與連結):view source print?01<?xm... 阅读全文
posted @ 2010-05-18 17:13 一粒沙 阅读(724) 评论(0) 推荐(1)
C#用xpath查找某节点
摘要:从根节点一直下来的相对路径才能确定Xpath的写法。/root/<节点1>/<节点2>//<@属性>Xpath是功能很强大的,但是也是相对比较复杂的一门技术,最好还是到博客园上面去专门找一些专业的帖子来看一看,下面是一些简单的Xpath语法和一个实例,提供给你参考一下<?xml version="1.0" encoding="ISO-8859-1"?>... 阅读全文
posted @ 2010-05-18 17:11 一粒沙 阅读(1933) 评论(0) 推荐(1)
如何将一个XML的字符串加载到DataSet中
摘要:如题 <News> <NewsCols> <Title></Title> <Content></Content> </NewsCols> </News> 上面表现为字符串,怎样加载到DataSet中 ------------------------------------------------... 阅读全文
posted @ 2010-05-18 17:08 一粒沙 阅读(331) 评论(0) 推荐(0)
使用 Visual C# .NET 通过 XPath 表达式查询 XML
摘要:本文演示如何使用 XPathNavigator 类通过 XML 路径语言 (XPath) 表达式查询 XPathDocument 对象。XPath 用于以编程方式计算表达式并选择文档中的特定节点。 回到顶端 要求下面的列表列出了推荐使用的硬件、软件、网络基础结构以及所需的服务包: Visual C# .NET 本文假定您熟悉下列主题: XML 术语 创建和读取 XML 文件 XPath 语法... 阅读全文
posted @ 2010-05-18 09:55 一粒沙 阅读(494) 评论(0) 推荐(0)
微软所有的sdk
摘要:微软所有的sdk,很好的http://msdn.microsoft.com/zh-cn/dd299405(en-us).aspx 阅读全文
posted @ 2010-05-16 16:56 一粒沙 阅读(238) 评论(0) 推荐(1)
利用XMLFormView在Web部件页中或者自定义页面中嵌入Infopath表单
摘要:InfoPath表单放在我们自己的Web部件页或者自定义的页面中也就是在Web部件页中或者自定义页面中嵌入Infopath表单。一、XMLFormView的基础知识:在MOSS中一般的都是通过FormServer在单独的一个MOss页面中查看和填写InfoPath表单。如果我们要把InfoPath表单放在我们自己的Web部件页或者自定义的页面中的时候就需要有表单装载的容器。XMLFormView控... 阅读全文
posted @ 2010-05-14 11:15 一粒沙 阅读(513) 评论(0) 推荐(0)
ActiveX Controls in InfoPath 2003
摘要:转:http://msdn2.microsoft.com/en-us/library/ms788206.aspxSummary: Learn how to write a custom Microsoft ActiveX control that meets all requirements for use in InfoPath and learn how to deploy the contr... 阅读全文
posted @ 2010-05-14 11:08 一粒沙 阅读(403) 评论(0) 推荐(0)
Using the Contact Selector Control
摘要:We have seen a number of requests on how to allow a user to enter (or select) a person’s name or logon alias and then validate that user against their Active Directory without using code. This h... 阅读全文
posted @ 2010-05-14 11:06 一粒沙 阅读(309) 评论(0) 推荐(0)
Open your rolodex from InfoPath using the Contact Selector
摘要:Speaking of Outlook integration, Microsoft Office 2007 includes a new control that enables you to choose one or more e-mail address from the address book. You can add this control to InfoPath’s ... 阅读全文
posted @ 2010-05-14 11:06 一粒沙 阅读(236) 评论(0) 推荐(0)
Custom Control support in InfoPath
摘要:Custom Control support in InfoPath (Part I - Simple Binding)Published 07 July 04 11:32 AM | ajma Over the last year and a half, the InfoPath team has been working on the SP1 release. If anyone's seen ... 阅读全文
posted @ 2010-05-14 11:05 一粒沙 阅读(348) 评论(0) 推荐(0)
Extending the InfoPath control set with custom controls
摘要:From: http://blogs.msdn.com/infopath/archive/2004/04/09/110504.aspxExtending the InfoPath control set with custom controlsInfoPath provides a rich and complete set of generic built-in controls in both... 阅读全文
posted @ 2010-05-14 11:04 一粒沙 阅读(231) 评论(0) 推荐(0)
在Infopath中使用自定义控件不能激发 OnPropertyChange 事件
摘要:InfoPath has a really powerful feature to allow users to create their own custom controls for InfoPath forms using Microsoft's ActiveX technology. One requirement that is essential for controls to wor... 阅读全文
posted @ 2010-05-14 11:04 一粒沙 阅读(238) 评论(0) 推荐(0)
创建可绑定到 InfoPath 表单数据的 ActiveX 控件
摘要:来自:微软表单中可以承载 ActiveX 控件。这些控件可以是现成的(具有某些约束),也可以针对 InfoPath 专门编写这些控件。编写 ActiveX 控件像 InfoPath 中的其他控件一样,ActiveX 控件应该支持现有的组件对象模型 (COM) 接口:IDispatchIPersistPropertyBagIPersistStreamInitIPropertyPageIObjectS... 阅读全文
posted @ 2010-05-14 11:03 一粒沙 阅读(315) 评论(0) 推荐(0)
InfoPath 的自动化和扩展
摘要:from: 微软操作方法:创建 COM 加载项以将自定义功能添加到 InfoPathMicrosoft Office InfoPath 2007 支持用于扩展表单编辑用户体验的 COM 加载项。尽管这是 Office InfoPath 2007 的新功能,但其他 Office 应用程序(如 Microsoft Office Word 和 Microsoft Office Excel)从 Offic... 阅读全文
posted @ 2010-05-14 11:02 一粒沙 阅读(376) 评论(0) 推荐(0)
InfoPath: Passing Command Line parameters to a new form
摘要:A frequent question from InfoPath users is “How can I pass parameters to a newInfoPath form when it is created?”Unfortunately, there’s no built-in functionality for passing command-l... 阅读全文
posted @ 2010-05-14 11:01 一粒沙 阅读(225) 评论(0) 推荐(0)
Infopath中,自己编写的ActiveX控件,为何不能绑定数据到XML属性节点
摘要:转自:http://www.mcse.ms/message1299834.html&highlight=InfopathControl.savestateI've been recently dealing with this same issue and here's the resolutionI've come to:1. You can ONLY use Integers, Lon... 阅读全文
posted @ 2010-05-14 11:00 一粒沙 阅读(212) 评论(0) 推荐(0)
纯粹B/S方式实现InfoPath的设计和运行时--Web Builder [转载]
摘要:初次接触Infopath,我就被它的强大的功能,灵活的表单制作方式,全面对Web Services的支持等特点深深的吸引了。曾经尝试用Infopath来完成一些MIS项目,Infopath却有一些我们难以逾越的障碍,使得无法方便的和项目紧密结合。主要是有以下几个方面使得Infopath不能和项目有效的结合: Infopath只能在Infopath本身的程序中填写表单(这个问题去年我曾经解决过,参考... 阅读全文
posted @ 2010-05-14 10:42 一粒沙 阅读(369) 评论(0) 推荐(0)
在Infopath中用C#创建复合控件
摘要:One of the problems with InfoPath controls is their limited availability. For example, there is no such control like the NumericUpDown control in WinForms. Or you may have a predefined complex UI, whi... 阅读全文
posted @ 2010-05-14 10:29 一粒沙 阅读(342) 评论(0) 推荐(0)
用C#.NET创建Infopath自定义控件
摘要:转:http://blogs.msdn.com/infopath/archive/2005/04/15/creating-an-infopath-custom-control-using-c-and-net.aspx In Office 2003 Service Pack 1 (SP1), new features and the InfoPathControl and InfoPathContr... 阅读全文
posted @ 2010-05-14 10:28 一粒沙 阅读(1346) 评论(0) 推荐(0)
Sharepoint 2010 sdk
摘要:http://msdn.microsoft.com/zh-cn/library/ee787051(v=office.14).aspx 阅读全文
posted @ 2010-05-13 13:38 一粒沙 阅读(319) 评论(0) 推荐(0)
Windows Live Hotmail Wave 4 新截图之 Office Web Apps 整合
摘要:Office Web Applications可以让用户在浏览器里面,直接查看和编辑Word、Excel、PowerPoint和OneNote文档,而无需在客户端安装相应的Office程序。 上个月月底,我曾提到了新 Windows Live Hotmail Wave 4 将整合 Office Web Apps,即在线版 Office,允许用户直接在浏览器中查看或者编辑 Office 文档。目前... 阅读全文
posted @ 2010-05-13 10:43 一粒沙 阅读(193) 评论(0) 推荐(0)
SkyDrive 与 Hotmail 的 Office Web Apps
摘要:Windows Live SkyDrive 总项目经理 Jason Moore 在官方博客中介绍了 Office Web Apps 技术预览版的“宏观”情况和功能,与以往的介绍基本相同。不过,其中有一张截图暗示了新版 Office Web Apps 的顶部界面: 之前我们已经在 Hotmail Wave 4 与 Office Web Apps 整合一文中看到了类似的顶部界面 – Word Web... 阅读全文
posted @ 2010-05-13 10:41 一粒沙 阅读(341) 评论(1) 推荐(0)
在InfoPath 2010中使用SharePoint列表数据连接
摘要:嗨,我的名字是乔伊威格斯,InfoPath队伍的一名开发人员。在InfoPath 2010中,通过提供用于连接到从SharePoint列表和获得更丰富的数据功能,我们已经改善了与SharePoint 2010年整合。在这个岗位,我将比较在InfoPath 2007和 InfoPath 2010 SharePoint列表数据连接,并讨论了InfoPath 2010使用新的数据连接类型的好处。 我也将... 阅读全文
posted @ 2010-05-13 09:11 一粒沙 阅读(1088) 评论(0) 推荐(0)
微软office产品官方博客
摘要:Microsoft Infopath 2010http://blogs.msdn.com/infopath/default.aspx SharePoint 2010http://blogs.msdn.com/sharepoint/ Word 2010http://blogs.msdn.com/microsoft_office_word/ 在这些网站的右侧导航上还可以找到其它Office官方博... 阅读全文
posted @ 2010-05-13 08:45 一粒沙 阅读(185) 评论(0) 推荐(0)
SharePoint2010新功能
摘要:用户可以选择将通知以短信 (SMS) 形式发送到其移动设备 引入了三个用于从以下位置与 SharePoint 网站交互的全新客户端 API: .NET 托管应用程序(Microsoft® .NET Framework 3.5 或更高版本)、 Silverlight 应用程序(Microsoft® Silverlight™ 2.0 或更高版本)或 在浏览器中执行的 ECMAScript(JavaS... 阅读全文
posted @ 2010-05-11 17:02 一粒沙 阅读(189) 评论(0) 推荐(0)
Server数据推送,长连接
摘要:Server数据推送,长连接1.IE的new ActiveXObject("htmlfile")2.Mozilla的XMLHttpRequest的readyState==33.Flash开辟的Socket双向长连接 伪长连接1.Ajax2.XSS(Cross Site Script) 轮循的应用1.Session延时、文字聊天室 长连接的应用1.WebIM(web即时通讯)、文件上传、语音视频传输... 阅读全文
posted @ 2010-05-09 16:53 一粒沙 阅读(613) 评论(0) 推荐(0)


点击右上角即可分享
微信分享提示