<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_[刚子]</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/30052/rss</id><updated>2008-05-02T07:04:59Z</updated><author><name>[刚子]</name><uri>http://www.cnblogs.com/lixg84/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lixg84/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/30052/rss"/><entry><id>http://www.cnblogs.com/lixg84/archive/2008/05/02/1179533.html</id><title type="text">QQ登录器的分层实现之四(登录的实现以及快捷键的注册)‏</title><summary type="text">不好意思啊，前两天一直在忙，都没有时间更新博客，上期我们讨论到地XML存储文件的读写，为我们今天的登录实现奠定了基础。QQ的登录，在前面我们说过了，只是启动进程，在Process.Start()里加入启动参数而已，并没有大家想的那么复杂，我们在软件的界面层里操作，下面我们一睹为快。 这里的界面，我仿造了来自网上的一款QQ登录器的界面，并加入了一些皮肤。 我们先来写添加帐号，由于添加帐号和修改帐号的...</summary><published>2008-05-02T06:48:00Z</published><updated>2008-05-02T06:48:00Z</updated><author><name>[刚子]</name><uri>http://www.cnblogs.com/lixg84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lixg84/archive/2008/05/02/1179533.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lixg84/archive/2008/05/02/1179533.html"/></entry><entry><id>http://www.cnblogs.com/lixg84/archive/2008/04/29/1175955.html</id><title type="text">QQ登录器的分层实现之三(业务实现)‏ </title><summary type="text">前面我们谈到了XML文件的创建和添加数据，其实对XML文件的操作有很多种途径，可以用DataSet,DataTable数据集方式，也可以直接用XmlDocument对象，还可以用XMLReader,XMLWriter对象来读写，各有所长啊，用什么就看各位的习惯和真实环境了，在这里我们用XmlDocument对象来直接操作它，可以方便大家了解XML的基本结构，这也是XML操作的基础。我们接着前面的讨...</summary><published>2008-04-29T04:54:00Z</published><updated>2008-04-29T04:54:00Z</updated><author><name>[刚子]</name><uri>http://www.cnblogs.com/lixg84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lixg84/archive/2008/04/29/1175955.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lixg84/archive/2008/04/29/1175955.html"/></entry><entry><id>http://www.cnblogs.com/lixg84/archive/2008/04/29/1175837.html</id><title type="text">QQ登录器的分层实现之二(业务实现)‏</title><summary type="text">昨晚刚写完第一部份,就得到很多朋友的关注，谢谢大家，现在继续第二部份的内容。先说明一下该工程是用VS2005实现的，其实用什么工具都无所谓，实现是一样的。Config.cs是XML文件操作类，我们这里把它定为配置，所以叫config，Account.cn是QQ帐号实体类，包括了QQ的一些属性，下面我们来一起写吧。 在该软件中，我们主要是为了实现QQ的自动登录，所以实体类中应包括QQ帐号，QQ密码，...</summary><published>2008-04-29T03:23:00Z</published><updated>2008-04-29T03:23:00Z</updated><author><name>[刚子]</name><uri>http://www.cnblogs.com/lixg84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lixg84/archive/2008/04/29/1175837.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lixg84/archive/2008/04/29/1175837.html"/></entry><entry><id>http://www.cnblogs.com/lixg84/archive/2008/04/29/1175359.html</id><title type="text">QQ登录器的分层实现之一(系统设计)</title><summary type="text">QQ登录器的实现，XML文件的操作，快捷键的设置。&#xD;通过XML文件来管理QQ帐号信息实现QQ登录器，加入快捷键功能，方便操作。</summary><published>2008-04-28T16:06:00Z</published><updated>2008-04-28T16:06:00Z</updated><author><name>[刚子]</name><uri>http://www.cnblogs.com/lixg84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lixg84/archive/2008/04/29/1175359.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lixg84/archive/2008/04/29/1175359.html"/></entry><entry><id>http://www.cnblogs.com/lixg84/archive/2007/10/19/929970.html</id><title type="text">LC.exe”已退出，代码为 -1</title><summary type="text">今天在网上下了一段Demo,编译运行，竟然报错：LC.exe&amp;#8221;已退出，代码为 -1在网上搜了一下，原来是许可证编译器。删除Properties文件下的license.licx即可，也有的说要删除全部*.licx文件，但我怎么试，都是没通过。尚不知何解！</summary><published>2007-10-19T02:05:00Z</published><updated>2007-10-19T02:05:00Z</updated><author><name>[刚子]</name><uri>http://www.cnblogs.com/lixg84/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lixg84/archive/2007/10/19/929970.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lixg84/archive/2007/10/19/929970.html"/></entry></feed>
