<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_BAsil_分类_Design Pattern</title><id>http://feed.cnblogs.com/blog/u/19048/category/61725/rss</id><updated>2012-05-29T18:29:15Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/category/61725.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/19048/category/61725/rss"/><entry><id>http://www.cnblogs.com/basilwang/archive/2010/08/31/1813957.html</id><title type="text">重构一个贪吃蛇游戏（linux c++)</title><summary type="text">最近读dave_cn的[原创]分享自己写的一个贪吃蛇的游戏(Linux) ，C程序写的，就想着用C++重写一下，把面向对象的思想也引入进来。 这里感谢dave_cn，重构后应该有40%的代码是重用的，省了不少功夫。 程序继续采用了ncurses.h库，关于ncurses猛击这里。不知道在window下有没有类似的库（查了一下，可以用conio.h在类dos窗口下实现，有空实现一个window版...</summary><published>2010-08-31T10:37:00Z</published><updated>2010-08-31T10:37:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2010/08/31/1813957.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2010/08/31/1813957.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2007/03/12/671784.html</id><title type="text">关于模板控件如何实现多数据源绑定的问题</title><summary type="text"/><published>2007-03-12T05:21:00Z</published><updated>2007-03-12T05:21:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2007/03/12/671784.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2007/03/12/671784.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2006/09/19/508695.html</id><title type="text">Yahoo UI中的Crockford Pattern是什么？</title><summary type="text"/><published>2006-09-19T09:37:00Z</published><updated>2006-09-19T09:37:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2006/09/19/508695.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2006/09/19/508695.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2006/08/21/482516.html</id><title type="text">在Community Server 1.1中文版初次安装出现CSException: localhost/XXXX错误的解决办法。</title><summary type="text"> 今天刚刚研究CS,出现了此问题。“/CnForums2”应用程序中的服务器错误。 --------------------------------------------------------------------------------localhost/cnforums2说明: 执行当前 Web 请求期间，出现未处理的异常。请检查堆栈跟踪信息，以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: CommunityServer.Components.CSException: localhost/cnforums2</summary><published>2006-08-21T09:01:00Z</published><updated>2006-08-21T09:01:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2006/08/21/482516.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2006/08/21/482516.html"/><content type="text"> 今天刚刚研究CS,出现了此问题。“/CnForums2”应用程序中的服务器错误。 --------------------------------------------------------------------------------localhost/cnforums2说明: 执行当前 Web 请求期间，出现未处理的异常。请检查堆栈跟踪信息，以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: CommunityServer.Components.CSException: localhost/cnforums2</content></entry><entry><id>http://www.cnblogs.com/basilwang/archive/2006/07/04/442518.html</id><title type="text">使用DAAB3.1连接多种数据库（SqlServer,OleDB,ODBC）（原创）</title><summary type="text">由于项目需要适用于Sybase 9.1.2和Sql Server 2000的数据库，刚开始使用DAAB3.1的Odbc来操作数据库，但总觉得不是十分灵活，而且Odbc连接Sql Server 2000效率也不高；感谢天行者的daab3.1使用笔记，这篇文章介绍了如何通过只修改配置文件而不改动代码的情况下实现数据库的转换。</summary><published>2006-07-04T08:23:00Z</published><updated>2006-07-04T08:23:00Z</updated><author><name>BAsil</name><uri>http://www.cnblogs.com/basilwang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/basilwang/archive/2006/07/04/442518.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/basilwang/archive/2006/07/04/442518.html"/><content type="text">由于项目需要适用于Sybase 9.1.2和Sql Server 2000的数据库，刚开始使用DAAB3.1的Odbc来操作数据库，但总觉得不是十分灵活，而且Odbc连接Sql Server 2000效率也不高；感谢天行者的daab3.1使用笔记，这篇文章介绍了如何通过只修改配置文件而不改动代码的情况下实现数据库的转换。</content></entry></feed>
