<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/yanmingzi" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/yanmingzi" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 24 Mar 2009 12:58:00 GMT</lastBuildDate><title>yanmingzi的专栏</title><description>知识天地</description><link>http://blog.csdn.net/yanmingzi/</link><item><title>java分页</title><link>http://blog.csdn.net/yanmingzi/archive/2009/03/24/4019827.aspx</link><wfw:comment>http://blog.csdn.net/yanmingzi/comments/4019827.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yanmingzi/comments/commentRss/4019827.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4019827</trackback:ping><description>&lt;br /&gt;《tag.tid》&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&lt;br /&gt; xsi:schemaLocation=&quot;http://java.sun.com/xml/ns/j2eehttp://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd &quot;&gt;&lt;br /&gt;1.0&lt;br /&gt;mytag&lt;br /&gt;&lt;br /&gt;page&lt;br /&gt;com.accp.tag.PageTag&lt;br /&gt;empt&lt;img src =&quot;http://blog.csdn.net/yanmingzi/aggbug/4019827.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 24 Mar 2009 20:58:00 +0800</pubDate><author>张彦明</author><comments>http://blog.csdn.net/yanmingzi/archive/2009/03/24/4019827.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yanmingzi/archive/2009/03/24/4019827.aspx</guid><dc:creator>张彦明</dc:creator><fs:srclink>http://blog.csdn.net/yanmingzi/archive/2009/03/24/4019827.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yanmingzi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yanmingzi/~7386925/207901421/5496444</fs:itemid></item><item><title>数据库</title><link>http://blog.csdn.net/yanmingzi/archive/2008/04/30/2350639.aspx</link><wfw:comment>http://blog.csdn.net/yanmingzi/comments/2350639.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yanmingzi/comments/commentRss/2350639.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2350639</trackback:ping><description>1、创建graduate数据表mis_01.sql create table &quot;SCOTT&quot;.&quot;GRADUATE&quot; (  &quot;BH&quot; NUMBER(10) NOT NULL,  &quot;XM&quot; VARCHAR2(10) NOT NULL,  &quot;LB&quot; VARCHAR2(10) NOT NULL,  &quot;YINGYU&quot; NUMBER(4,1) NOT NULL,  &quot;ZHENGZHI&quot; NUMBER(4,1) NOT NULL,  &quot;ZHUANYE1&quot; NUMBER(4,1) NOT NULL,  &quot;ZHUANYE2&quot; NUMBER(4,1) NOT NULL,  &quot;ZHUANYE3&quot; NUMBER(4,1) NOT NULL)TABLESPACE &quot;USERS&quot; 2、创建result数据表mis_02.sql create table &quot;SCOTT&quot;.&quot;RESULT&quot;(   &quot;BH&quot; NUMBER(10) NOT NULL,&amp;n&lt;img src =&quot;http://blog.csdn.net/yanmingzi/aggbug/2350639.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 01 May 2008 05:24:00 +0800</pubDate><author>yanmingzi</author><comments>http://blog.csdn.net/yanmingzi/archive/2008/04/30/2350639.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yanmingzi/archive/2008/04/30/2350639.aspx</guid><dc:creator>yanmingzi</dc:creator><fs:srclink>http://blog.csdn.net/yanmingzi/archive/2008/04/30/2350639.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yanmingzi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yanmingzi/~7386925/207901422/5496444</fs:itemid></item><item><title>线程</title><link>http://blog.csdn.net/yanmingzi/archive/2008/04/26/2332384.aspx</link><wfw:comment>http://blog.csdn.net/yanmingzi/comments/2332384.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yanmingzi/comments/commentRss/2332384.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2332384</trackback:ping><description>&lt;br /&gt;做软件运行程序多时，要考虑多线程最好用同步线程，安全性能高！&lt;img src =&quot;http://blog.csdn.net/yanmingzi/aggbug/2332384.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 26 Apr 2008 23:59:00 +0800</pubDate><author>yanmingzi</author><comments>http://blog.csdn.net/yanmingzi/archive/2008/04/26/2332384.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/yanmingzi/archive/2008/04/26/2332384.aspx</guid><dc:creator>yanmingzi</dc:creator><fs:srclink>http://blog.csdn.net/yanmingzi/archive/2008/04/26/2332384.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/yanmingzi/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/yanmingzi/~7386925/207901423/5496444</fs:itemid></item></channel></rss>