RSS 2.0 Feed
2005-02 Entries
摘要:  春节的长假转眼就过去了,还没有好好休息和玩乐……写Blog的同时也是工作开始的钟声。一些春节长假前后的消息: n         最新的WSS SDK 2/3/2005:Windows SharePoint Services Software Development Kit (SDK) n         最新的SPS SDK 2/3/3005:SharePoint Products and Technologies 2003 Software Development Kit (SDK) n         BillGates在Office System Developer Conference的Keynote中提到的对SharePoint的期望,并提及在Office System 12中有可能出现工作流产品的消息(前两篇Blog转载了这个消息),而最近看到的Blog则由人联系了K2 Workflow的开发公司搬迁的消息有征兆表明MS有收购K2 Workflow的可能性。于是很想对K2座进一步的了解,搜索了互联网没有找到任何地方有K2产品的下载,K2的网站虽然有下载标志,但其途径似乎需要发邮件给管理员……L n         春节期间在自己的PC上安装了Virtual PC 2004,也尝试了VMWare和Virtual Server 2005,最后还是感觉VPC设置方便和好用,但Virtual Server的速度会快不少,可能是由于Virtual Server可以在没有GUI的环境下以服务方式运行吧!使用差异盘和Undo功能安装了3个虚拟机搭建出了一个具有SQL Server、Exchange Server、SharePoint Portal Server、Project Server、Live Community Server的环境,以后做开发测试非常方便了,1G内存的PC也被他拖得像486了J。 n        Microsoft SQL Server 2000 SP4和Reporting Services SP2开始了Beta测试,你可以在这里找到测试的Guest ID 努力工作啦!!!...[阅读全文]

posted @ | Feedback (9) | Filed Under [ Year 2005 ]

摘要:Microsoft (Profile, Products, Articles) with the next major version of the Office applications suite will feature built-in workflow capabilities, company Chairman and Chief Software Architect Bill Gates said on Friday. more detial please see InfoWorld: http://www.infoworld.com/article/05/02/04/HNspeechgates_1.html Bill Gates Keynote in Office System Developer Conference 2005http://go.microsoft.com/fwlink/?LinkId=41444...[阅读全文]

posted @ | Feedback (8) | Filed Under [ Year 2005 ]

摘要:Gates sang SharePoint's praises on Friday during his keynote address at the first Office System Developer Conference."My favorite Office thing today is how SharePoint is being used for collaboration," Gates told the 800 independent software vendor (ISV) representatives attending the three-day event at Microsoft's Redmond headquarters. "SharePoint is one of the most underutilized assets of the Office system."There are two different Microsoft products that share the SharePoint name. SharePoint Services - the Web-based team collaboration environment that Microsoft has decided it will build into future versions of Windows, starting with Windows Server "R2," due out next year - is the......[阅读全文]

posted @ | Feedback (8) | Filed Under [ Year 2005 ]

摘要:有的时候,我们开发的应用需要抓取网页的内容借为己用,如QQ网站的天气信息和新闻等,和Google等搜索爬虫的机制不同之处在于抓取目标的页面对开发人员而言是已知的。我们有理由避免过多的使用正则表达式的繁冗分析过程,如果能够在获取目标网页的HTML之后通过DOM来解析HTML将是一件非常愉快的事情。这里会遇到两个问题,DOM操作只能在客户端通过Javascript或VBScript等脚本语言进行,加上HTML自身不是非强格式的,不能使用类似XSL对XML解析的方式进行操作。不过既然写这篇Blog,就一定有了解决的办法J。 非常感谢Microsoft的XML大师Chris Lovett为我们带来的SgmlReader这个开源的项目。我们知道,XML和HTML都是Sgml的子集。通过SgmlReader,能够将HTML转换生成格式规范的HTML(Well-Formed HTML,虽然没有这个称呼,但这里暂且这么说),从而可以使用XML的XPath语法读取网页的数据了。那么在.NET Framework下,我们遇到的问题变得如此轻松。 简单写了一个示例程序,用来抓取QQ网站的天气信息,通过更改城市名称和XPath获得网页内容。代码:下载PS:除了SgmlReader之外,还有Simon Mourier的.NET Html Agility Pack也具有类似的功能。...[阅读全文]

posted @ | Feedback (21) | Filed Under [ Year 2005 ]

摘要:  经过1个月的努力工作,公司的新版门户V4.0已经投入使用了。这一版本门户的主要中心是集成现有OA系统,如待办工作单的审批事项,个人工作任务和会议安排,各类通知、文件等。当然,企业门户的工作还远远没有完成,我的每一个版本都有很多尝试的成分,在这个版本中,我和小组的另一个成员比较多的使用了DVWP和开发了10几个Webpart. 作为猴年的一个终结!之后的一些随笔,我会Share一些在企业门户中的经验,敬请期待! (图片被我故意处理的比较模糊,大家能够感受到门户的功能即可) ...[阅读全文]

posted @ | Feedback (13) | Filed Under [ Year 2005 ]