<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_飞狐.net</title><subtitle type="text">人的每一步行动，都在书写自己的历史</subtitle><id>http://feed.cnblogs.com/blog/u/23483/rss</id><updated>2009-08-21T03:11:53Z</updated><author><name>飞狐时代</name><uri>http://www.cnblogs.com/flyingfox/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyingfox/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/23483/rss"/><entry><id>http://www.cnblogs.com/flyingfox/archive/2009/08/21/programmer.html</id><title type="text">一个优秀程序员的素质</title><summary type="text">很想谈谈这个话题，但总觉得自己还不具备某种身份，所以一直不敢去碰。现在想来，自己应该是有话语权的。从事IT业已经五年有余，从事软件开发也已经四年有余。更重要的是，自己在这条路上一直在充实的工作着、忙碌着、学习着、进步着。所以兴许能谈出自己的感受，也能进一步激励自己以及同仁们不断前行。 </summary><published>2009-08-21T03:12:00Z</published><updated>2009-08-21T03:12:00Z</updated><author><name>飞狐时代</name><uri>http://www.cnblogs.com/flyingfox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyingfox/archive/2009/08/21/programmer.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyingfox/archive/2009/08/21/programmer.html"/></entry><entry><id>http://www.cnblogs.com/flyingfox/archive/2007/12/29/Webservice.html</id><title type="text">Web Service 安全性解决方案(SOAP篇)</title><summary type="text">Web Service 安全性解决方案(SOAP篇)</summary><published>2007-12-29T15:15:00Z</published><updated>2007-12-29T15:15:00Z</updated><author><name>飞狐时代</name><uri>http://www.cnblogs.com/flyingfox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyingfox/archive/2007/12/29/Webservice.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyingfox/archive/2007/12/29/Webservice.html"/></entry><entry><id>http://www.cnblogs.com/flyingfox/archive/2007/12/29/GUID.html</id><title type="text">转: 使用 GUID 值来作为数据库行标识 </title><summary type="text">GUID（Global unique identifier）全局唯一标识符，它是由网卡上的标识数字(每个网卡都有唯一的标识号)以及 CPU 时钟的唯一数字生成的的一个 16 字节的二进制值。</summary><published>2007-12-29T15:09:00Z</published><updated>2007-12-29T15:09:00Z</updated><author><name>飞狐时代</name><uri>http://www.cnblogs.com/flyingfox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyingfox/archive/2007/12/29/GUID.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyingfox/archive/2007/12/29/GUID.html"/></entry><entry><id>http://www.cnblogs.com/flyingfox/archive/2007/06/05/772201.html</id><title type="text">原创：js调用Webservice（二）</title><summary type="text">上篇文章介绍了在js调用Webservice的方法，此方法在IE的浏览器上是可行的，而且效率也不错，但我在项目中碰到要适用多种浏览器的实现，这时，使用XMLDOM就无法调用了。比如在FireFox和Opera中使用，将会出现“参数错误”之类的信息了。</summary><published>2007-06-05T07:04:00Z</published><updated>2007-06-05T07:04:00Z</updated><author><name>飞狐时代</name><uri>http://www.cnblogs.com/flyingfox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyingfox/archive/2007/06/05/772201.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyingfox/archive/2007/06/05/772201.html"/></entry><entry><id>http://www.cnblogs.com/flyingfox/archive/2007/06/05/772194.html</id><title type="text">转：js调用WebService总结</title><summary type="text">在js调用WebService，可以实现无刷新的访问数据库，现介绍以下范例，实现此功能。</summary><published>2007-06-05T07:02:00Z</published><updated>2007-06-05T07:02:00Z</updated><author><name>飞狐时代</name><uri>http://www.cnblogs.com/flyingfox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyingfox/archive/2007/06/05/772194.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyingfox/archive/2007/06/05/772194.html"/></entry><entry><id>http://www.cnblogs.com/flyingfox/archive/2007/05/30/765455.html</id><title type="text">转.net2.0与1.1之比较</title><summary type="text"> “虽然业界对Visual Studio 2005的期望值很高，但它正式推出后，依然远远超出业界的预期。以.NET Framework 2.0为基础的Visual Studio 2005包括微软5年来对.NET 1.0的所有修正。在1.0中还需花费大量时间编写代码的功能，在2.0几乎不需要再写代码或者只需短短几行代码就可以完成。更重要的是，.NET Framework 2.0增添了的不少新类，同时相当多的类被重写，并赋予新的功能，从某种角度来说，2.0更像一种新的语言，由于它的严重“超值”，引来不少开发人员得抱怨。除此以外，微软努力使Visual Studio 2005更适应团队开发，落实了生命周期管理和流程管理，整合了单元测试功能。在2000年我们震惊于.NET 1.0，今天Visual Studio 2005带来的无疑是第二次震撼。”--------天极开发者网络</summary><published>2007-05-30T10:54:00Z</published><updated>2007-05-30T10:54:00Z</updated><author><name>飞狐时代</name><uri>http://www.cnblogs.com/flyingfox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyingfox/archive/2007/05/30/765455.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyingfox/archive/2007/05/30/765455.html"/></entry><entry><id>http://www.cnblogs.com/flyingfox/archive/2007/02/26/657340.html</id><title type="text">fibonacci数列算法求解的三种算法比较         </title><summary type="text">fibonacci数列算法求解的三种算法比较         </summary><published>2007-02-26T09:30:00Z</published><updated>2007-02-26T09:30:00Z</updated><author><name>飞狐时代</name><uri>http://www.cnblogs.com/flyingfox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyingfox/archive/2007/02/26/657340.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyingfox/archive/2007/02/26/657340.html"/></entry><entry><id>http://www.cnblogs.com/flyingfox/archive/2007/01/23/628082.html</id><title type="text">   分布式系统数据传输的解决方案之二</title><summary type="text"> 在前一篇文章里，我写了关于分布式系统数据传输的解决方案，考虑各种方案的优劣，最后决定以Windows Form+Web Service来实现，经过进一步的探讨，发现还有一种方案，也是非常不错的选择，那就是使用MSMQ来实现。</summary><published>2007-01-23T08:22:00Z</published><updated>2007-01-23T08:22:00Z</updated><author><name>飞狐时代</name><uri>http://www.cnblogs.com/flyingfox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyingfox/archive/2007/01/23/628082.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyingfox/archive/2007/01/23/628082.html"/></entry><entry><id>http://www.cnblogs.com/flyingfox/archive/2007/01/16/621880.html</id><title type="text">分布式系统数据传输的解决方案之一</title><summary type="text">案例：本人在实际项目中碰到这样的实例,现在以省公安厅与各地市局的系统为例，现对分布式系统数据传输的方案作以下分析,希望能够抛砖引玉.</summary><published>2007-01-16T10:23:00Z</published><updated>2007-01-16T10:23:00Z</updated><author><name>飞狐时代</name><uri>http://www.cnblogs.com/flyingfox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyingfox/archive/2007/01/16/621880.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyingfox/archive/2007/01/16/621880.html"/></entry><entry><id>http://www.cnblogs.com/flyingfox/archive/2006/12/30/608131.html</id><title type="text">  在.net中使用委托实现输出Excel时显示进度条</title><summary type="text">本人在一个项目中，由于考虑界面友好，在输出Excel时，需要同时显示进度条，以反映输出的进度。 </summary><published>2006-12-30T10:23:00Z</published><updated>2006-12-30T10:23:00Z</updated><author><name>飞狐时代</name><uri>http://www.cnblogs.com/flyingfox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyingfox/archive/2006/12/30/608131.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyingfox/archive/2006/12/30/608131.html"/></entry></feed>
