<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>feng_sundy的专栏</title><link>http://blog.csdn.net/feng_sundy/</link><description>现在一切完美融合 － 诺基亚N78 连城诀  网站建设,深圳网站建设,网页设计深圳,平面设计,深圳平面设计,深圳多媒体设计</description><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 18 Jul 2008 13:57:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>feng_sundy</dc:creator><title>Java语言接口与继承的本质</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/18/2671389.aspx</link><pubDate>Fri, 18 Jul 2008 13:55:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/18/2671389.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2671389.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/18/2671389.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2671389.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2671389</trackback:ping><description> 大多数人认为，接口的意义在于顶替多重继承。众所周知Java没有c++那样多重继承的机制，但是却能够实作多个接口。其实这样做是很牵强的，接口和继承是完全不同的东西，接口没有能力代替多重继承，也没有这个义务。接口的作用，一言以蔽之，就是标志类的类别（type of class）。把不同类型的类归于不同的接口，可以更好的管理他们。OO的精髓，我以为，是对对象的抽象，最能体现这一点的就是接口。为什么我们讨论设计模式都只针对具备了抽象能力的语言（比如c++、java、c#等），就是因为设计模式所研究的，实际上就是如何合理的去抽象。（cowboy的名言是“抽象就是抽去像的部分”，看似调侃，实乃至理）。

　　设计模式中最基础的是工厂模式（Factory），在我最近的一个很简单的应用中，我想尽量的让我的程序能够在多个数据库间移植，当然，这涉及很多问题，单是如何兼容不同DBMS的SQL就让人头痛。我们不妨先把问题简单化，只考虑如何连接不同的数据库。&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2671389.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>java连接Access数据库的代码</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/18/2671369.aspx</link><pubDate>Fri, 18 Jul 2008 13:53:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/18/2671369.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2671369.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/18/2671369.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2671369.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2671369</trackback:ping><description>java连接Access数据库的代码&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2671369.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>TOMCAT5在WINDOWS下的系统服务相关的命令行</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/18/2671339.aspx</link><pubDate>Fri, 18 Jul 2008 13:47:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/18/2671339.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2671339.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/18/2671339.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2671339.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2671339</trackback:ping><description>先说说Tomcat5.exe和Tomcat5w是干什么的。Tomcat5.exe可以把Tomcat加入服务；Tomcat5w.exe可以辅助配置已经添加的服务。Tomcat5w.exe 监控程序Tomcat5w是一个监控和配置Tomcat服务的图形界面应用程序。可用的命令行选项如下：//ES// 编辑服务配置，这是缺省的选项。如果没有提供任何选项，却把tomcat5w.exe重命名为%SERVICE_NAME%.exe运行的话，这个选项就被调用。//MS// 监控服务，讲图标放置到系统托盘中。&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2671339.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>N/A 是什么意思？</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/16/2659837.aspx</link><pubDate>Wed, 16 Jul 2008 12:27:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/16/2659837.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2659837.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/16/2659837.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2659837.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2659837</trackback:ping><description>N/A 是什么意思？&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2659837.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>jsp 图片 验证码 getOutputStream() has already been called for this response 问题的解决</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/15/2655390.aspx</link><pubDate>Tue, 15 Jul 2008 18:53:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/15/2655390.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2655390.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/15/2655390.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2655390.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2655390</trackback:ping><description>jsp 图片 验证码 getOutputStream() has already been called for this response 问题的解决&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2655390.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>如何让xp识别4g内存 </title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/14/2650272.aspx</link><pubDate>Mon, 14 Jul 2008 18:36:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/14/2650272.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2650272.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/14/2650272.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2650272.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2650272</trackback:ping><description>xp识别4g内存    如何让xp识别4g内存    xp如何识别4g内存    如何识别4g内存    vista识别4g内存    
无法识别4g内存    内存识别&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2650272.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>Csdn Blog 修复了编辑器不是别&amp;lt;br/&amp;gt;的问题。</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/14/2647959.aspx</link><pubDate>Mon, 14 Jul 2008 12:25:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/14/2647959.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2647959.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/14/2647959.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2647959.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2647959</trackback:ping><description>CSDN Blog 修复了编辑器不能识别&amp;lt;br/&amp;gt;的问题。可是公告内容不显示了。&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2647959.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>PHP初学者头疼问题总结</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/14/2647909.aspx</link><pubDate>Mon, 14 Jul 2008 12:19:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/14/2647909.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2647909.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/14/2647909.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2647909.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2647909</trackback:ping><description>【1】页面之间无法传递变量 get,post,session在最新的php版本中自动全局变量是关闭的，所以要从上一页面取得提交过来得变量要使用$_GET[&amp;apos;foo&amp;apos;],$_POST[&amp;apos;foo&amp;apos;],$_SESSION[&amp;apos;foo&amp;apos;]来得到 &lt;BR&gt;当然也可以修改自动全局变量为开(php.ini改为register_globals = On)；考虑到兼容性，还是强迫自己熟悉新的写法比较好。 &lt;BR&gt;【2】Win32下apache2 用get方法传递中文参数会出错 &lt;BR&gt;test.php?a=你好&amp;amp;b=你也好 &lt;BR&gt;传递参数是会导致一个内部错误 &lt;BR&gt;解决办法:"test.php?a=".urlencode(你好)."&amp;amp;b=".urlencode(你也好) &lt;BR&gt;............. &lt;BR&gt;&lt;BR&gt;【3】win32下的session不能正常工作 &lt;BR&gt;php.ini默认的session.save_path = /tmp &lt;BR&gt;这显然是Linux下的配置，win32下php无法读写session文件导&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2647909.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>十天学会php之第十天</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638562.aspx</link><pubDate>Fri, 11 Jul 2008 13:16:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638562.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2638562.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638562.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2638562.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2638562</trackback:ping><description>学习目的：学会用PHP上传文件和发邮件&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2638562.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>十天学会php之第九天</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638547.aspx</link><pubDate>Fri, 11 Jul 2008 13:14:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638547.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2638547.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638547.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2638547.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2638547</trackback:ping><description>学习目的：注意事项&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2638547.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>十天学会php之第八天</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638545.aspx</link><pubDate>Fri, 11 Jul 2008 13:13:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638545.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2638545.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638545.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2638545.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2638545</trackback:ping><description>学习目的：做一个分页显示&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2638545.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>十天学会php之第七天</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638543.aspx</link><pubDate>Fri, 11 Jul 2008 13:12:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638543.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2638543.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638543.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2638543.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2638543</trackback:ping><description>学习目的：学会SESSION的使用&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2638543.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>十天学会php之第六天</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638539.aspx</link><pubDate>Fri, 11 Jul 2008 13:10:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638539.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2638539.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638539.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2638539.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2638539</trackback:ping><description>学习目的：学会添加删除修改数据&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2638539.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>十天学会php之第五天</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638536.aspx</link><pubDate>Fri, 11 Jul 2008 13:08:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638536.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2638536.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638536.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2638536.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2638536</trackback:ping><description>学习目的：学会读取数据&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2638536.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>十天学会php之第四天</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638533.aspx</link><pubDate>Fri, 11 Jul 2008 13:07:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638533.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2638533.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/11/2638533.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2638533.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2638533</trackback:ping><description>学习目的：学会连接数据库&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2638533.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>