<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Allen Young</title><subtitle type="text">      我想涂去一切不幸      我想在大地上      画满窗子      让所有习惯黑暗的眼睛      都习惯光明</subtitle><id>http://feed.cnblogs.com/blog/u/17059/rss</id><updated>2006-11-27T04:32:41Z</updated><author><name>Allen Young</name><uri>http://www.cnblogs.com/AllenYoung/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AllenYoung/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17059/rss"/><entry><id>http://www.cnblogs.com/AllenYoung/archive/2006/11/27/573751.html</id><title type="text">如何使用Eclipse中对Web Browser的支持</title><summary type="text">代码很简单：Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&amp;gt;try{ IWorkbenchBrowserSupportsupport=PlatformUI.getWorkbench().getBrowserSupport(); IWebBrowserb...</summary><published>2006-11-27T04:32:00Z</published><updated>2006-11-27T04:32:00Z</updated><author><name>Allen Young</name><uri>http://www.cnblogs.com/AllenYoung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AllenYoung/archive/2006/11/27/573751.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AllenYoung/archive/2006/11/27/573751.html"/></entry><entry><id>http://www.cnblogs.com/AllenYoung/archive/2006/10/11/526549.html</id><title type="text">从流氓说开去</title><summary type="text">记得电影《疯狂的石头》里面有这样两个场景，一个是谢小萌在缆车里面泡妞，另一个是三宝从阳台跨到隔壁的房间。在这两个场景中，都有一个略显洋气的中老年妇 女的出场，而且她都会非常适时地说出她那仅有两个字的台词：&amp;#8220;流氓&amp;#8221;。这让我们感觉很亲切也很陌生，我出生在一个城市中相对比较乱的郊区，从小就清楚流氓是个啥东西，但是在上了大学以后，我就再也没有见过这个词了。说起来还真是悲哀，在我每天...</summary><published>2006-10-11T10:01:00Z</published><updated>2006-10-11T10:01:00Z</updated><author><name>Allen Young</name><uri>http://www.cnblogs.com/AllenYoung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AllenYoung/archive/2006/10/11/526549.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AllenYoung/archive/2006/10/11/526549.html"/></entry><entry><id>http://www.cnblogs.com/AllenYoung/archive/2006/10/05/521805.html</id><title type="text">小试org.eclipse.jface.dialogs.TitleAreaDialog</title><summary type="text">Platform: Eclipse 3.2Dialog是SWT和JFace的一个重要的组成部分，我们在开发Plug-in或RCP的时候也经常会用到它们。这篇随笔不会介绍 SWT的Dialog，因为我想很多人都已经非常熟悉它了。在这里，我要讨论的是JFace的Dialog，或者更进一步说是JFace的 TitleAreaDialog。什么是TitleAreaDialog呢？想想我们常常用到的New ...</summary><published>2006-10-05T13:37:00Z</published><updated>2006-10-05T13:37:00Z</updated><author><name>Allen Young</name><uri>http://www.cnblogs.com/AllenYoung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AllenYoung/archive/2006/10/05/521805.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AllenYoung/archive/2006/10/05/521805.html"/></entry><entry><id>http://www.cnblogs.com/AllenYoung/archive/2006/10/05/521678.html</id><title type="text">如何在SWT中使鼠标的状态变成忙碌</title><summary type="text">Platform: Eclipse 3.2Eclipse Plug-in开发离不开与用户的交互，我们往往把用户的鼠标点击之类动作所调用的代码包装成一个Action。例如，如果用户点击了一个Menu Item，那么绑定到这个Menu Item上的Action就会运行，这一切都很直观。但是有的时候，用户触发的操作可能需要很长时间才能完成，比如连接数据库，在这种情况下，就必须把鼠标的状态改为忙碌，这样就...</summary><published>2006-10-05T07:55:00Z</published><updated>2006-10-05T07:55:00Z</updated><author><name>Allen Young</name><uri>http://www.cnblogs.com/AllenYoung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AllenYoung/archive/2006/10/05/521678.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AllenYoung/archive/2006/10/05/521678.html"/></entry><entry><id>http://www.cnblogs.com/AllenYoung/archive/2006/10/05/521673.html</id><title type="text">如何在Eclipse PDE的Error Log View中显示自己的Log</title><summary type="text">Platform: Eclipse 3.2开发任何软件都不得不处理Exception和Log，Eclipse Plug-in也是如此。不过幸运的是，Eclipse PDE提供了记录及显示Exception和Log的机制：Error Log View。作为Eclipse SDK的一部分，PDE的普及率很高，所以除非你是要做RCP，不然的话用Error Log View处理Exception和Log应...</summary><published>2006-10-05T07:36:00Z</published><updated>2006-10-05T07:36:00Z</updated><author><name>Allen Young</name><uri>http://www.cnblogs.com/AllenYoung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AllenYoung/archive/2006/10/05/521673.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AllenYoung/archive/2006/10/05/521673.html"/></entry><entry><id>http://www.cnblogs.com/AllenYoung/archive/2006/09/08/499049.html</id><title type="text">如何在自己编写的Plugin中使用第三方jar</title><summary type="text">开发Eclipse Plugin的过程中，难免要用到其它的Framework或Lib，如果自己不做配置，那么Eclipse不会自动把这些jar文件作为Plugin运行的classpath，因此Plugin运行的时候就会出错。怎么办呢？假设我们使用的第三方jar文件都放置在Plugin根目录的lib目录下。那么首先要做的是把这些jar文件包含到Plugin的build中，打开plugin.xml文件...</summary><published>2006-09-08T09:44:00Z</published><updated>2006-09-08T09:44:00Z</updated><author><name>Allen Young</name><uri>http://www.cnblogs.com/AllenYoung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AllenYoung/archive/2006/09/08/499049.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AllenYoung/archive/2006/09/08/499049.html"/></entry><entry><id>http://www.cnblogs.com/AllenYoung/archive/2006/09/08/498546.html</id><title type="text">如何在程序中设置Hibernate Configuration的Property</title><summary type="text">我们在使用Hibernate时一般都会编写一个hibernate.cfg.xml文件，并在其中配置一些连接数据库的属性。这在很多情况下都是非常合适的，但是如果需要动态获得数据库链接信息，这种方法就不行了。假设我们要根据用户的输入信息连接响应的数据库，该怎么办呢？我们都知道，Hibernate的SessionFactory是通过Configuration获得的，hibernate.cfg.xml文件...</summary><published>2006-09-08T03:36:00Z</published><updated>2006-09-08T03:36:00Z</updated><author><name>Allen Young</name><uri>http://www.cnblogs.com/AllenYoung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AllenYoung/archive/2006/09/08/498546.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AllenYoung/archive/2006/09/08/498546.html"/></entry><entry><id>http://www.cnblogs.com/AllenYoung/archive/2006/08/31/491581.html</id><title type="text">在线IM工具，我们能够信任你吗？</title><summary type="text">随着Web 2.0浪潮的兴起，很多传统的C/S结构的应用开始飞快地出现在互联网上。编写文档有Writely，看RSS有抓虾。这不，一个叫meebo的在线IM工具又映入了大家的眼帘，并赢得一片喝彩。meebo现在支持四种IM工具的在线聊天：AIM或ICQ、Yahoo!Messenger、Jabber或GTalk、MSN。乍一看这已经是很不错的功能了。如果你不在使用自己的电脑，而当前的电脑上又没有这些...</summary><published>2006-08-31T09:43:00Z</published><updated>2006-08-31T09:43:00Z</updated><author><name>Allen Young</name><uri>http://www.cnblogs.com/AllenYoung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AllenYoung/archive/2006/08/31/491581.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AllenYoung/archive/2006/08/31/491581.html"/></entry><entry><id>http://www.cnblogs.com/AllenYoung/archive/2006/08/24/485140.html</id><title type="text">Comet: Low Latency Data for the Browser</title><summary type="text">翻译自Alex Russell的Blog文章：Comet: Low Latency Datafor the Browser历史深处的一种古老的web technology正在慢慢复兴。已经多年未被触及的浏览器特性又一次登上了web开发的舞台，为UI带来了更好的响应。Server正在学习如何应付一种新的行事方法。并且，我说的不是Ajax。像Jot Live和Meebo这样的新兴服务使用了一种新的数据...</summary><published>2006-08-24T03:46:00Z</published><updated>2006-08-24T03:46:00Z</updated><author><name>Allen Young</name><uri>http://www.cnblogs.com/AllenYoung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AllenYoung/archive/2006/08/24/485140.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AllenYoung/archive/2006/08/24/485140.html"/></entry><entry><id>http://www.cnblogs.com/AllenYoung/archive/2006/08/14/476591.html</id><title type="text">顾城 - 我是一个任性的孩子</title><summary type="text">-----------------------------------------------------------------------------------------------------------------------也许我是被妈妈宠坏的孩子我任性我希望每一个时刻都像彩色蜡笔那样美丽我希望能在心爱的白纸上画画画出笨拙的自由画下一只永远不会流泪的眼睛一片天空一片属于天空的羽毛和树...</summary><published>2006-08-14T08:47:00Z</published><updated>2006-08-14T08:47:00Z</updated><author><name>Allen Young</name><uri>http://www.cnblogs.com/AllenYoung/</uri></author><link rel="alternate" href="http://www.cnblogs.com/AllenYoung/archive/2006/08/14/476591.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/AllenYoung/archive/2006/08/14/476591.html"/></entry></feed>
