<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_翅膀涂鸦</title><subtitle type="text">程序人生</subtitle><id>http://feed.cnblogs.com/blog/u/20746/rss</id><updated>2010-02-07T08:32:52Z</updated><author><name>翅膀</name><uri>http://www.cnblogs.com/jhobo/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jhobo/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/20746/rss"/><entry><id>http://www.cnblogs.com/jhobo/archive/2009/02/17/1392423.html</id><title type="text">.net 操作 EXCEL</title><summary type="text">背景： 在项目中，需要操作EXCEL 文档，本以为是OBA的应用，但其实不然。OBA是在EXCEL中嵌入.net应用插件，而我们则是需要在SCSF中操作EXCEL。 我大致调查了一下，主要发现3种方式。 1：使用Microsoft.Office.Interop.Excel，调用EXCEL COM组件，操作EXCEL文件 2：使用OleDb 操作EXCEL数据源，进而利用ADO.net。 ...</summary><published>2009-02-17T06:10:00Z</published><updated>2009-02-17T06:10:00Z</updated><author><name>翅膀</name><uri>http://www.cnblogs.com/jhobo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jhobo/archive/2009/02/17/1392423.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jhobo/archive/2009/02/17/1392423.html"/><content type="text">背景： 在项目中，需要操作EXCEL 文档，本以为是OBA的应用，但其实不然。OBA是在EXCEL中嵌入.net应用插件，而我们则是需要在SCSF中操作EXCEL。 我大致调查了一下，主要发现3种方式。 1：使用Microsoft.Office.Interop.Excel，调用EXCEL COM组件，操作EXCEL文件 2：使用OleDb 操作EXCEL数据源，进而利用ADO.net。 ...</content></entry><entry><id>http://www.cnblogs.com/jhobo/archive/2009/02/17/1392411.html</id><title type="text">OpenXML 替换word模板中的标签</title><summary type="text">最近的项目（MOSS项目）需要，用户需要根据word模板生成相关的word文档,具体需求是根据infopath表单中的内容和相关的模板生成一份word文档着手做之前想想要是用word api操作的话，后台进程，多用户并发操作等等问题看来还是用openxml来操作比较好，于是找了找资料，实现了这小小的功能现在把代码贴出来跟大家分享下使用openxml技术时，首先需要引用windowsbase.dll...</summary><published>2009-02-17T05:52:00Z</published><updated>2009-02-17T05:52:00Z</updated><author><name>翅膀</name><uri>http://www.cnblogs.com/jhobo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jhobo/archive/2009/02/17/1392411.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jhobo/archive/2009/02/17/1392411.html"/><content type="text">最近的项目（MOSS项目）需要，用户需要根据word模板生成相关的word文档,具体需求是根据infopath表单中的内容和相关的模板生成一份word文档着手做之前想想要是用word api操作的话，后台进程，多用户并发操作等等问题看来还是用openxml来操作比较好，于是找了找资料，实现了这小小的功能现在把代码贴出来跟大家分享下使用openxml技术时，首先需要引用windowsbase.dll...</content></entry><entry><id>http://www.cnblogs.com/jhobo/archive/2009/02/08/1386165.html</id><title type="text">AgilePoint BPMS 业务流程</title><summary type="text">今日的商业环境常须面临大量且不间断的挑战，不仅要处理科技的快速改变，同时也要面临越来越激烈的竞争。而IT软件包解决方案、法规、全球化同时也促使个体间的差异日渐缩小，再加上今日经济结构的步调改变的非常的快，要在商业上获得成功，企业就必须努力地极大化自身的价值，拥有灵活且创新的能力，随时推出优化的方案来适应与整合不断改变的商业需求。这显然也表示，今日商业正在找寻一个新的层次，让商业决策人士和IT人员间...</summary><published>2009-02-08T03:00:00Z</published><updated>2009-02-08T03:00:00Z</updated><author><name>翅膀</name><uri>http://www.cnblogs.com/jhobo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jhobo/archive/2009/02/08/1386165.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jhobo/archive/2009/02/08/1386165.html"/><content type="text">今日的商业环境常须面临大量且不间断的挑战，不仅要处理科技的快速改变，同时也要面临越来越激烈的竞争。而IT软件包解决方案、法规、全球化同时也促使个体间的差异日渐缩小，再加上今日经济结构的步调改变的非常的快，要在商业上获得成功，企业就必须努力地极大化自身的价值，拥有灵活且创新的能力，随时推出优化的方案来适应与整合不断改变的商业需求。这显然也表示，今日商业正在找寻一个新的层次，让商业决策人士和IT人员间...</content></entry><entry><id>http://www.cnblogs.com/jhobo/archive/2008/12/19/1358636.html</id><title type="text">List中插入超链接栏</title><summary type="text">在moss站点的链接链表中插入URL栏位跟普通的field的插入方式不同，URL同时包括了超链接的url地址和现实的文本搜索SDK发现原来是这样的</summary><published>2008-12-19T10:39:00Z</published><updated>2008-12-19T10:39:00Z</updated><author><name>翅膀</name><uri>http://www.cnblogs.com/jhobo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jhobo/archive/2008/12/19/1358636.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jhobo/archive/2008/12/19/1358636.html"/><content type="text">在moss站点的链接链表中插入URL栏位跟普通的field的插入方式不同，URL同时包括了超链接的url地址和现实的文本搜索SDK发现原来是这样的</content></entry><entry><id>http://www.cnblogs.com/jhobo/archive/2008/12/19/1358325.html</id><title type="text">结合eventHanlder和openXMl 实现上传word文档加页眉，页脚</title><summary type="text">结合eventHanlder和openXMl 实现上传word文档加页眉，页脚</summary><published>2008-12-19T06:16:00Z</published><updated>2008-12-19T06:16:00Z</updated><author><name>翅膀</name><uri>http://www.cnblogs.com/jhobo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jhobo/archive/2008/12/19/1358325.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jhobo/archive/2008/12/19/1358325.html"/><content type="text">结合eventHanlder和openXMl 实现上传word文档加页眉，页脚</content></entry><entry><id>http://www.cnblogs.com/jhobo/archive/2008/12/19/1358302.html</id><title type="text">InfoPath 上传多附件解决方法</title><summary type="text">InfoPath 上传多附件解决方法</summary><published>2008-12-19T06:01:00Z</published><updated>2008-12-19T06:01:00Z</updated><author><name>翅膀</name><uri>http://www.cnblogs.com/jhobo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jhobo/archive/2008/12/19/1358302.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jhobo/archive/2008/12/19/1358302.html"/><content type="text">InfoPath 上传多附件解决方法</content></entry><entry><id>http://www.cnblogs.com/jhobo/archive/2008/12/16/1356010.html</id><title type="text">moss 自定义文档库文档图标</title><summary type="text">MOSS自定义文档库文档图标</summary><published>2008-12-16T07:13:00Z</published><updated>2008-12-16T07:13:00Z</updated><author><name>翅膀</name><uri>http://www.cnblogs.com/jhobo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jhobo/archive/2008/12/16/1356010.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jhobo/archive/2008/12/16/1356010.html"/><content type="text">MOSS自定义文档库文档图标</content></entry><entry><id>http://www.cnblogs.com/jhobo/archive/2008/12/09/1351411.html</id><title type="text">Microsoft Office SharePoint Server 2007的文件目录结构</title><summary type="text">Microsoft Office SharePoint Server 2007的文件目录结构</summary><published>2008-12-09T14:23:00Z</published><updated>2008-12-09T14:23:00Z</updated><author><name>翅膀</name><uri>http://www.cnblogs.com/jhobo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jhobo/archive/2008/12/09/1351411.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jhobo/archive/2008/12/09/1351411.html"/><content type="text">Microsoft Office SharePoint Server 2007的文件目录结构</content></entry><entry><id>http://www.cnblogs.com/jhobo/archive/2008/12/08/1350580.html</id><title type="text">常用的stsadm命令行参数</title><summary type="text">常用的stsadm命令行参数</summary><published>2008-12-08T09:36:00Z</published><updated>2008-12-08T09:36:00Z</updated><author><name>翅膀</name><uri>http://www.cnblogs.com/jhobo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jhobo/archive/2008/12/08/1350580.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jhobo/archive/2008/12/08/1350580.html"/><content type="text">常用的stsadm命令行参数</content></entry><entry><id>http://www.cnblogs.com/jhobo/archive/2008/12/08/1350273.html</id><title type="text">如何隐藏“查看所有网站内容”</title><summary type="text">如何隐藏“查看所有网站内容”</summary><published>2008-12-08T05:24:00Z</published><updated>2008-12-08T05:24:00Z</updated><author><name>翅膀</name><uri>http://www.cnblogs.com/jhobo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jhobo/archive/2008/12/08/1350273.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jhobo/archive/2008/12/08/1350273.html"/><content type="text">如何隐藏“查看所有网站内容”</content></entry></feed>
