<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="https://blog.whyno.org/styles/rss.css" type="text/css"?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns="http://purl.org/rss/1.0/"
>
 <channel rdf:about="https://blog.whyno.org/rss.php?blogId=15&amp;profile=rss10">
  <title>code runner</title>
  <link>https://blog.whyno.org/index.php?blogId=15</link>
  <description></description>
    <dc:creator>mode</dc:creator>
  <dc:date>2026-03-13T18:15:23Z</dc:date>
  <admin:generatorAgent rdf:resource="http://www.lifetype.net" />
  <items>
   <rdf:Seq>
       <rdf:li rdf:resource="https://blog.whyno.org/index.php?op=ViewArticle&amp;articleId=219&amp;blogId=15" />
       <rdf:li rdf:resource="https://blog.whyno.org/index.php?op=ViewArticle&amp;articleId=218&amp;blogId=15" />
      </rdf:Seq>
  </items> 
 </channel>
  <item rdf:about="https://blog.whyno.org/index.php?op=ViewArticle&amp;articleId=219&amp;blogId=15">
  <title>test</title>
  <link>https://blog.whyno.org/index.php?op=ViewArticle&amp;articleId=219&amp;blogId=15</link>
  <dc:description>&lt;pre class=&quot;javascript&quot;&gt;&lt;div class=&quot;head&quot;&gt;code&lt;/div&gt;&lt;ol start=&quot;1&quot;&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;&lt;span class=&quot;kw2&quot;&gt;class&lt;/span&gt; Car&lt;span class=&quot;br0&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;  &lt;span class=&quot;kw2&quot;&gt;class&lt;/span&gt; Wheel&lt;span class=&quot;br0&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;    &lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;  &lt;span class=&quot;br0&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;&lt;span class=&quot;br0&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;&lt;span class=&quot;kw2&quot;&gt;class&lt;/span&gt; PlaneWheel &lt;span class=&quot;kw2&quot;&gt;extends&lt;/span&gt; Car.&lt;span class=&quot;me1&quot;&gt;Wheel&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;  PlaneWheel&lt;span class=&quot;br0&quot;&gt;(&lt;/span&gt;Car car&lt;span class=&quot;br0&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;    car.&lt;span class=&quot;kw2&quot;&gt;super&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;)&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;  &lt;span class=&quot;br0&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;  &lt;span class=&quot;kw2&quot;&gt;public&lt;/span&gt; static &lt;span class=&quot;kw1&quot;&gt;void&lt;/span&gt; main&lt;span class=&quot;br0&quot;&gt;(&lt;/span&gt;String&lt;span class=&quot;br0&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;]&lt;/span&gt; args&lt;span class=&quot;br0&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;{&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;    Car car=&lt;span class=&quot;kw2&quot;&gt;new&lt;/span&gt; Car&lt;span class=&quot;br0&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;)&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;    PlaneWheel pw=&lt;span class=&quot;kw2&quot;&gt;new&lt;/span&gt; PlaneWheel&lt;span class=&quot;br0&quot;&gt;(&lt;/span&gt;car&lt;span class=&quot;br0&quot;&gt;)&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;  &lt;span class=&quot;br0&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class=&quot;li1&quot;&gt;&lt;div class=&quot;de1&quot;&gt;&lt;span class=&quot;br0&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</dc:description>
      
    <dc:subject>一般分类</dc:subject>
     
    
  <dc:date>2006-11-13T20:17:18Z</dc:date>
    <dc:creator>mode</dc:creator>
 </item>
  <item rdf:about="https://blog.whyno.org/index.php?op=ViewArticle&amp;articleId=218&amp;blogId=15">
  <title>祝贺您</title>
  <link>https://blog.whyno.org/index.php?op=ViewArticle&amp;articleId=218&amp;blogId=15</link>
  <dc:description>如果您阅读到这篇文章，这就意味着您注册的博客已经申请成功。</dc:description>
      
    <dc:subject>一般分类</dc:subject>
     
    
  <dc:date>2006-11-13T19:43:44Z</dc:date>
    <dc:creator>mode</dc:creator>
 </item>
 </rdf:RDF>