<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_zc's blogs</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/303/rss</id><updated>2010-08-05T03:24:06Z</updated><author><name>小春</name><uri>http://www.cnblogs.com/cnzc/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzc/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/303/rss"/><entry><id>http://www.cnblogs.com/cnzc/archive/2009/12/25/1632002.html</id><title type="text">Ajax Push Engine - Complete Comet solution</title><summary type="text">来源：http://spring.moisson.cn/post/2009/12/20/ajax-push-engine-info.aspx</summary><published>2009-12-25T04:32:00Z</published><updated>2009-12-25T04:32:00Z</updated><author><name>小春</name><uri>http://www.cnblogs.com/cnzc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzc/archive/2009/12/25/1632002.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzc/archive/2009/12/25/1632002.html"/><content type="text">来源：http://spring.moisson.cn/post/2009/12/20/ajax-push-engine-info.aspx</content></entry><entry><id>http://www.cnblogs.com/cnzc/archive/2007/09/12/891192.html</id><title type="text">window.createPopup定位无法超出IE浏览器</title><summary type="text">以前还在写社区程序用过宝玉的Popup管理代码．效果还是非常的酷，今天特意翻出来用在CS系统．结果弄出来了一个很大问题．createPopup创建的对象的定位无法超出浏览器(XP SP2,IE7)，所以它永远只能在IE的大小里面进行订位,后来仔细思考一下还是认为是IE权限安全问题．因为我试过如果直接将它存在HTML，然后在IE里打开是完全可以达到我自己的目标．疯狂的在google了几下，最终，还是...</summary><published>2007-09-12T15:05:00Z</published><updated>2007-09-12T15:05:00Z</updated><author><name>小春</name><uri>http://www.cnblogs.com/cnzc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzc/archive/2007/09/12/891192.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzc/archive/2007/09/12/891192.html"/><content type="text">以前还在写社区程序用过宝玉的Popup管理代码．效果还是非常的酷，今天特意翻出来用在CS系统．结果弄出来了一个很大问题．createPopup创建的对象的定位无法超出浏览器(XP SP2,IE7)，所以它永远只能在IE的大小里面进行订位,后来仔细思考一下还是认为是IE权限安全问题．因为我试过如果直接将它存在HTML，然后在IE里打开是完全可以达到我自己的目标．疯狂的在google了几下，最终，还是...</content></entry><entry><id>http://www.cnblogs.com/cnzc/archive/2007/09/01/878434.html</id><title type="text">关于Set Nocount ON的性能</title><summary type="text">使用NOCOUNT能够减少网络的传输．当我们SET NOCOUNT ON时执行的存储过程每执行sql语句（像 SELECT, INSERT, UPDATE, DELETE）时会忽略向客户端发送DONE_IN_PROC消息</summary><published>2007-09-01T11:19:00Z</published><updated>2007-09-01T11:19:00Z</updated><author><name>小春</name><uri>http://www.cnblogs.com/cnzc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzc/archive/2007/09/01/878434.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzc/archive/2007/09/01/878434.html"/><content type="text">使用NOCOUNT能够减少网络的传输．当我们SET NOCOUNT ON时执行的存储过程每执行sql语句（像 SELECT, INSERT, UPDATE, DELETE）时会忽略向客户端发送DONE_IN_PROC消息</content></entry><entry><id>http://www.cnblogs.com/cnzc/archive/2007/08/08/847920.html</id><title type="text">关于SSIS的0x80040155 "Interface not registered"问题</title><summary type="text">http://www.vsteamsystemcentral.com/cs/blogs/applied_team_system/archive/2006/03/30/53.aspx太奇怪了，基本上问题经历相似，也是前段时间刚换新的本子，装了VS,SQL2005。好像是因为vs,sql安装次序反的原因？还是因为MSXML的安装次序的原因？</summary><published>2007-08-08T07:22:00Z</published><updated>2007-08-08T07:22:00Z</updated><author><name>小春</name><uri>http://www.cnblogs.com/cnzc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzc/archive/2007/08/08/847920.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzc/archive/2007/08/08/847920.html"/><content type="text">http://www.vsteamsystemcentral.com/cs/blogs/applied_team_system/archive/2006/03/30/53.aspx太奇怪了，基本上问题经历相似，也是前段时间刚换新的本子，装了VS,SQL2005。好像是因为vs,sql安装次序反的原因？还是因为MSXML的安装次序的原因？</content></entry><entry><id>http://www.cnblogs.com/cnzc/archive/2007/07/21/826093.html</id><title type="text">反射，我们需要知道什么？</title><summary type="text">我们在项目中经常用哪种方式来反射方法来创建实例，调用指定的方法和属性？它们的性能怎么样？本文收藏了国外上面一些优秀的文章，仅供参考。</summary><published>2007-07-20T16:00:00Z</published><updated>2007-07-20T16:00:00Z</updated><author><name>小春</name><uri>http://www.cnblogs.com/cnzc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzc/archive/2007/07/21/826093.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzc/archive/2007/07/21/826093.html"/><content type="text">我们在项目中经常用哪种方式来反射方法来创建实例，调用指定的方法和属性？它们的性能怎么样？本文收藏了国外上面一些优秀的文章，仅供参考。</content></entry><entry><id>http://www.cnblogs.com/cnzc/archive/2007/07/14/817988.html</id><title type="text">用Visual Studio .NET 2005开发silverlight</title><summary type="text">很早之前就想使用Silverlight 1.1。但是，目前它只支持orcas(vs2008),而且文件其大无比。考虑硬盘大小，只能望silverlight兴叹。前几天看到篇BLOG日志，讲解如何使用vs2005开发silverlight1.1程序集。前提你需要安装silverlight1.1。</summary><published>2007-07-14T03:52:00Z</published><updated>2007-07-14T03:52:00Z</updated><author><name>小春</name><uri>http://www.cnblogs.com/cnzc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzc/archive/2007/07/14/817988.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzc/archive/2007/07/14/817988.html"/><content type="text">很早之前就想使用Silverlight 1.1。但是，目前它只支持orcas(vs2008),而且文件其大无比。考虑硬盘大小，只能望silverlight兴叹。前几天看到篇BLOG日志，讲解如何使用vs2005开发silverlight1.1程序集。前提你需要安装silverlight1.1。</content></entry><entry><id>http://www.cnblogs.com/cnzc/archive/2007/06/13/782492.html</id><title type="text">Multi-ListBox ASP.NET控件</title><summary type="text">写这款控件纯粹是为了学习如何开发数据绑定控件。目前只完成基本的数据绑定，多选，移动等功能。目前还是称它为Multi-ListBox吧</summary><published>2007-06-13T09:38:00Z</published><updated>2007-06-13T09:38:00Z</updated><author><name>小春</name><uri>http://www.cnblogs.com/cnzc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzc/archive/2007/06/13/782492.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzc/archive/2007/06/13/782492.html"/><content type="text">写这款控件纯粹是为了学习如何开发数据绑定控件。目前只完成基本的数据绑定，多选，移动等功能。目前还是称它为Multi-ListBox吧</content></entry><entry><id>http://www.cnblogs.com/cnzc/archive/2007/05/24/758081.html</id><title type="text">Silverlight收藏</title><summary type="text">收藏网上相关的Silverlight示例，文章。不定期更新</summary><published>2007-05-24T01:41:00Z</published><updated>2007-05-24T01:41:00Z</updated><author><name>小春</name><uri>http://www.cnblogs.com/cnzc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzc/archive/2007/05/24/758081.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzc/archive/2007/05/24/758081.html"/><content type="text">收藏网上相关的Silverlight示例，文章。不定期更新</content></entry><entry><id>http://www.cnblogs.com/cnzc/archive/2007/05/21/753848.html</id><title type="text">Reflector插件：分析SilverLight代码[SilverlightBrowser]及Reflector其它插件</title><summary type="text">什么是Refledtion?Reflection是一款强大的反编译工具，得以让我们反编译.NET源码，更好的学习.NET:)介绍Reflection几款插件,不得不看^_^</summary><published>2007-05-21T02:31:00Z</published><updated>2007-05-21T02:31:00Z</updated><author><name>小春</name><uri>http://www.cnblogs.com/cnzc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzc/archive/2007/05/21/753848.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzc/archive/2007/05/21/753848.html"/><content type="text">什么是Refledtion?Reflection是一款强大的反编译工具，得以让我们反编译.NET源码，更好的学习.NET:)介绍Reflection几款插件,不得不看^_^</content></entry><entry><id>http://www.cnblogs.com/cnzc/archive/2007/05/03/735337.html</id><title type="text">Silverlight 1.1 Alpha</title><summary type="text">SilverLight已经进入beta版本。支持多种语言和visual studio开发环境。</summary><published>2007-05-03T12:47:00Z</published><updated>2007-05-03T12:47:00Z</updated><author><name>小春</name><uri>http://www.cnblogs.com/cnzc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cnzc/archive/2007/05/03/735337.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cnzc/archive/2007/05/03/735337.html"/><content type="text">SilverLight已经进入beta版本。支持多种语言和visual studio开发环境。</content></entry></feed>
