<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Live</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/17521/rss</id><updated>2006-08-09T03:23:00Z</updated><author><name>一唯</name><uri>http://www.cnblogs.com/songsong/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songsong/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17521/rss"/><entry><id>http://www.cnblogs.com/songsong/archive/2006/08/08/471092.html</id><title type="text">Comet,Ajax的后续者？</title><summary type="text">最近对Google很感兴趣，特别是Gmail中实现的chat功能。web IM实际上一点也不陌生，不过大多数都比较慢，可能还是归根于传统的pull data的模式，为了达到实时，只有提高pull的频率，不过这始终不是办法。并且很浪费资源，因为即使没有你要的数据，你也会一直在请求。回头看 Gmail中的Chat程序，发现很快，基本上和使用GTalk客户端差不多，经过抓包分析，发现并不是定时去请求拿数据。</summary><published>2006-08-08T06:37:00Z</published><updated>2006-08-08T06:37:00Z</updated><author><name>一唯</name><uri>http://www.cnblogs.com/songsong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songsong/archive/2006/08/08/471092.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songsong/archive/2006/08/08/471092.html"/></entry><entry><id>http://www.cnblogs.com/songsong/archive/2006/07/11/447890.html</id><title type="text">怎么构建无视防火墙的IM（即时通讯软件）</title><summary type="text">传统的IM软件无法穿过防火墙，但是web版的一般都可以。（网管总不会nb到不让访问web吧）MSN也有web版的了，但是速度......但是Gmail-Chat可以说非常完美了。不过不知道原理。首先想到用webService，但是出现一个问题，webService不能主动通知Client，总不会让人家主动来查询自己有没有信息吧，即时不说，100个人在线，估计服务器就快挂了。不知到有没有方法能让se...</summary><published>2006-07-11T03:55:00Z</published><updated>2006-07-11T03:55:00Z</updated><author><name>一唯</name><uri>http://www.cnblogs.com/songsong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songsong/archive/2006/07/11/447890.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songsong/archive/2006/07/11/447890.html"/></entry><entry><id>http://www.cnblogs.com/songsong/archive/2006/03/24/357730.html</id><title type="text">关于Listview的问题，寻求帮助</title><summary type="text">我们的项目用ListView来显示数据，但是客户有一个要求：第一例内容要靠中央。但是 ColumnHeader 的TextAlign属性被写成这样：publicHorizontalAlignmentTextAlign{get{if(!this.textAlignInitialized&amp;amp;&amp;amp;(this.listview!=null)){this.textAlignInitialized...</summary><published>2006-03-24T05:43:00Z</published><updated>2006-03-24T05:43:00Z</updated><author><name>一唯</name><uri>http://www.cnblogs.com/songsong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songsong/archive/2006/03/24/357730.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songsong/archive/2006/03/24/357730.html"/></entry><entry><id>http://www.cnblogs.com/songsong/archive/2006/03/21/355087.html</id><title type="text">NHibernate 配置方式</title><summary type="text">今天下来NHibernate1.0.2.0，参照Examples自己写写。dll引用，配置文件，映射类，映射文件都OK。主要代码如下：1Configurationcfg=newConfiguration();2cfg.AddAssembly("NhibernateTest");34ISessionFactoryfactory=cfg.BuildSessionFactory();5ISessions...</summary><published>2006-03-21T08:53:00Z</published><updated>2006-03-21T08:53:00Z</updated><author><name>一唯</name><uri>http://www.cnblogs.com/songsong/</uri></author><link rel="alternate" href="http://www.cnblogs.com/songsong/archive/2006/03/21/355087.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/songsong/archive/2006/03/21/355087.html"/></entry></feed>
