<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>thinkersky的专栏</title><link>http://blog.csdn.net/thinkersky/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 22 Apr 2005 17:14:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>thinkersky</dc:creator><title>JSF入门</title><link>http://blog.csdn.net/thinkersky/archive/2005/04/22/358716.aspx</link><pubDate>Fri, 22 Apr 2005 17:01:00 GMT</pubDate><guid>http://blog.csdn.net/thinkersky/archive/2005/04/22/358716.aspx</guid><wfw:comment>http://blog.csdn.net/thinkersky/comments/358716.aspx</wfw:comment><comments>http://blog.csdn.net/thinkersky/archive/2005/04/22/358716.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thinkersky/comments/commentRss/358716.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=358716</trackback:ping><description>JSF即JavaServer Faces，是一种新的用于构架j2ee应用用户界面的技术，适合于基于MVC架构的应用中。

JSF技术的主要功能有：

Managed Bean 工具 
验证工具 
丰富且可扩展的组件库 
插入式呈现工具包 
对具体用户事件响应的导航 
跨请求保留应用程序状态 
转换模型 
本文将通过cnjsf这个应用程序对以上功能进行展开描述，要理解本文，您需要对 Web开发、servlet, JSP, JavaBeans, 与标签库有一定的理解。

&lt;img src ="http://blog.csdn.net/thinkersky/aggbug/358716.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thinkersky</dc:creator><title>javascript下写的一个分页模板</title><link>http://blog.csdn.net/thinkersky/archive/2004/09/20/110531.aspx</link><pubDate>Mon, 20 Sep 2004 14:49:00 GMT</pubDate><guid>http://blog.csdn.net/thinkersky/archive/2004/09/20/110531.aspx</guid><wfw:comment>http://blog.csdn.net/thinkersky/comments/110531.aspx</wfw:comment><comments>http://blog.csdn.net/thinkersky/archive/2004/09/20/110531.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/thinkersky/comments/commentRss/110531.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=110531</trackback:ping><description>这几天刚好在用JAVA开发一个WEB应用系统，在前端的设计中涉及到分页问题，以下是本人在处理分页问题时总结出来的一个用JAVACRIPT控制的分页模式,总结了一下.这里需要用到一些图片,如果有需要的朋友可以给我发E-MAIL,我再将整个文件打包发给您.由于不是很复杂，所以这里就不做太多描述了。&lt;img src ="http://blog.csdn.net/thinkersky/aggbug/110531.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thinkersky</dc:creator><title>JDBC学习笔记(六)</title><link>http://blog.csdn.net/thinkersky/archive/2004/09/06/95985.aspx</link><pubDate>Mon, 06 Sep 2004 16:25:00 GMT</pubDate><guid>http://blog.csdn.net/thinkersky/archive/2004/09/06/95985.aspx</guid><wfw:comment>http://blog.csdn.net/thinkersky/comments/95985.aspx</wfw:comment><comments>http://blog.csdn.net/thinkersky/archive/2004/09/06/95985.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/thinkersky/comments/commentRss/95985.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=95985</trackback:ping><description> 从前面的学习中，我们掌握了通过Statement类及其子类传递SQL语句，对数据库管理系统进行访问。一般来说，对数据库的操作大部分都是执行查询语句。这种语句执行的结果是返回一个ResultSet类的对象。要想把查询的结果返回给用户，必须对ResultSet对象进行相关处理。今天，我们就来学习对结果集的处理方法。
&lt;img src ="http://blog.csdn.net/thinkersky/aggbug/95985.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thinkersky</dc:creator><title>JDBC学习笔记（五）</title><link>http://blog.csdn.net/thinkersky/archive/2004/08/31/90328.aspx</link><pubDate>Tue, 31 Aug 2004 18:24:00 GMT</pubDate><guid>http://blog.csdn.net/thinkersky/archive/2004/08/31/90328.aspx</guid><wfw:comment>http://blog.csdn.net/thinkersky/comments/90328.aspx</wfw:comment><comments>http://blog.csdn.net/thinkersky/archive/2004/08/31/90328.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thinkersky/comments/commentRss/90328.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=90328</trackback:ping><description>今天比较忙，学的东西相对比较少，只是稍微复习了一下JAVA与SQL之间数据类型的转化。想必大家都知道，Java和SQL各自有一套自己定义的数据类型（jsp的数据类型实际上就是Java的数据类型），我们要在Jsp程序和数据库管理系统之间正确的交换数据，必然要将二者的数据类型进行转换。&lt;img src ="http://blog.csdn.net/thinkersky/aggbug/90328.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thinkersky</dc:creator><title>JDBC学习笔记(四)</title><link>http://blog.csdn.net/thinkersky/archive/2004/08/30/89092.aspx</link><pubDate>Mon, 30 Aug 2004 16:52:00 GMT</pubDate><guid>http://blog.csdn.net/thinkersky/archive/2004/08/30/89092.aspx</guid><wfw:comment>http://blog.csdn.net/thinkersky/comments/89092.aspx</wfw:comment><comments>http://blog.csdn.net/thinkersky/archive/2004/08/30/89092.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thinkersky/comments/commentRss/89092.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=89092</trackback:ping><description>昨天晚上，又梦到了我那可怜的堂姐，那个我可亲可敬又可恨的姐姐。不知道为什么，直到现在仍觉得那只是一个梦。如果真是梦，希望姐能够在那梦里永远开心快乐。听说，人到了天堂就再也没有痛苦了。我相信。

……

恩，接昨天的东东。
&lt;img src ="http://blog.csdn.net/thinkersky/aggbug/89092.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thinkersky</dc:creator><title>JDBC学习笔记(三)</title><link>http://blog.csdn.net/thinkersky/archive/2004/08/30/89090.aspx</link><pubDate>Mon, 30 Aug 2004 16:51:00 GMT</pubDate><guid>http://blog.csdn.net/thinkersky/archive/2004/08/30/89090.aspx</guid><wfw:comment>http://blog.csdn.net/thinkersky/comments/89090.aspx</wfw:comment><comments>http://blog.csdn.net/thinkersky/archive/2004/08/30/89090.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thinkersky/comments/commentRss/89090.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=89090</trackback:ping><description>这是杰伦新专辑《七里香》中我最喜欢的一首歌《园游会》的歌词，整首歌欢快中带着紫丁香般的羞涩，每当听着这首歌的时候，它总能引起我的无限遐思。那思念如天马行空，带着我回到那段纯真的初恋时光，让我时常沉浸在爱的幸福里。满怀憧憬，心存感激，让我们一起祝福天下有情人。

 

前面几天的学习，让我对JSP通过JDBC访问数据库管理系统应该有了一个大致的了解。今天将对JDBC的一些较复杂的应用进行了解。

&lt;img src ="http://blog.csdn.net/thinkersky/aggbug/89090.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thinkersky</dc:creator><title>JDBC学习笔记(二)</title><link>http://blog.csdn.net/thinkersky/archive/2004/08/26/85747.aspx</link><pubDate>Thu, 26 Aug 2004 18:27:00 GMT</pubDate><guid>http://blog.csdn.net/thinkersky/archive/2004/08/26/85747.aspx</guid><wfw:comment>http://blog.csdn.net/thinkersky/comments/85747.aspx</wfw:comment><comments>http://blog.csdn.net/thinkersky/archive/2004/08/26/85747.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thinkersky/comments/commentRss/85747.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=85747</trackback:ping><description>大家好，又过了一天，今天的福州经历了一场暴风雨的洗礼,宁静中夹带着其惯有的雍懒.调试了一天的程序,头有点晕,放松一下,听点music,写点东东.
&lt;img src ="http://blog.csdn.net/thinkersky/aggbug/85747.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thinkersky</dc:creator><title>JDBC学习笔记（一）</title><link>http://blog.csdn.net/thinkersky/archive/2004/08/25/84422.aspx</link><pubDate>Wed, 25 Aug 2004 16:19:00 GMT</pubDate><guid>http://blog.csdn.net/thinkersky/archive/2004/08/25/84422.aspx</guid><wfw:comment>http://blog.csdn.net/thinkersky/comments/84422.aspx</wfw:comment><comments>http://blog.csdn.net/thinkersky/archive/2004/08/25/84422.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/thinkersky/comments/commentRss/84422.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=84422</trackback:ping><description>学习JAVA将近两个月了，前期接触的都只是关于表示层和逻辑层方面的知识，自认为对MVC三层控制模式和struts的相关设计已经有了初步的了解，所以近阶段准备就业务层相关知识进行攻关。先从JDBC着手。以下是一点心得，很多东东都是来源自网络（所以，网络绝对是好东西）。&lt;img src ="http://blog.csdn.net/thinkersky/aggbug/84422.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>thinkersky</dc:creator><title>C#编写的用光盘做启动盘全程描述</title><link>http://blog.csdn.net/thinkersky/archive/2004/08/24/83344.aspx</link><pubDate>Tue, 24 Aug 2004 14:27:00 GMT</pubDate><guid>http://blog.csdn.net/thinkersky/archive/2004/08/24/83344.aspx</guid><wfw:comment>http://blog.csdn.net/thinkersky/comments/83344.aspx</wfw:comment><comments>http://blog.csdn.net/thinkersky/archive/2004/08/24/83344.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/thinkersky/comments/commentRss/83344.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=83344</trackback:ping><description>1、创建启动盘
       插入要创建的启动盘，程序自动检测光驱中光盘，利用WMI（Windows管理架构：Windows Management Instrumentation）读取该光盘的序列号（具有唯一性），把该序列号写入注册表。
2、验证
   程序执行时，自动检测光驱中的光盘，利用WMI获取序列号，然后读取注册表中先前写入的序列号，二者比较，相同则程序启动成功，否则提示插入启动盘。
&lt;img src ="http://blog.csdn.net/thinkersky/aggbug/83344.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>