<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/extranote/">
    <title>どこでもノート</title>
    <link>http://w.atwiki.jp/extranote/</link>
    <atom:link href="https://w.atwiki.jp/extranote/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>どこでもノート</description>

    <dc:language>ja</dc:language>
    <dc:date>2009-01-24T17:14:40+09:00</dc:date>
    <utime>1232784880</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/extranote/pages/1.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/extranote/pages/58.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/extranote/pages/37.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/extranote/pages/57.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/extranote/pages/59.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/extranote/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/extranote/pages/55.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/extranote/pages/48.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/extranote/pages/54.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/extranote/pages/53.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/extranote/pages/1.html">
    <title>向上心、無くもないが・・・遅いタイプ</title>
    <link>https://w.atwiki.jp/extranote/pages/1.html</link>
    <description>
      コチラは、IT関連の雑記帳です。
初心者向け、実用向け、ただのメモ
----

&amp;bold(){ネタLOG}
2009年1月のネタは、[[Spring]]
----    </description>
    <dc:date>2009-01-24T17:14:40+09:00</dc:date>
    <utime>1232784880</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/extranote/pages/58.html">
    <title>Spring</title>
    <link>https://w.atwiki.jp/extranote/pages/58.html</link>
    <description>
      #list_by_tag(Spring)

#amazon(4797334223)    </description>
    <dc:date>2009-01-24T15:45:43+09:00</dc:date>
    <utime>1232779543</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/extranote/pages/37.html">
    <title>Javaインストールと環境変数</title>
    <link>https://w.atwiki.jp/extranote/pages/37.html</link>
    <description>
      Javaを使うのに絶対必要な　JAVATM2 JDK 5.0
http://java.sun.com/j2se/1.5.0/ja/download.html 
ダウンロードしてインストールしたら、環境変数を設定

■環境変数の設定（WindowsXPの場合）
コントロールパネル→システム→システムのプロパティ→詳細設定→環境変数　を開く

変数　Path　にJavaの入ってる場所(フルパス)を追記。
変数と変数の間を区切るのはセミコロン　;　でな。
----------
変数名　Path
変数値　%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\ProgramFiles\QuickTime\QTSystem\;%JAVA_HOME%\bin;C:\Program Files\MySQL\MySQL Server 4.1\bin
----------

ついでに後ほどつかうTomcatのために　JAVA_HOME　という環境変数も設定しておく。
----------
変数名　JAVA_HOME
変数値　C:\Program Files\Java\jdk1.5.0_10
----------

JAVA_HOME　に設定しないで、Pathの方に　C:\Program Files\Java\jdk1.5.0_10\bin　もOKです。    </description>
    <dc:date>2009-01-24T15:33:02+09:00</dc:date>
    <utime>1232778782</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/extranote/pages/57.html">
    <title>Springの導入</title>
    <link>https://w.atwiki.jp/extranote/pages/57.html</link>
    <description>
      *Springの導入

***STEP1
↓ここ↓から
http://sourceforge.net./project/showfiles.php?group_id=73357
↓これ↓をダウンロード
spring-framework-1.2.9-with-dependencies.zip

***STEP2
zipを解凍して任意のディレクトリに配置

***x.x.x-with-dependencies.zipを解凍した中身の大事なトコ
\spring-framework-1.2.9 \ dist \ spring.jar
　　[[Spring]]の全機能をまとめたアーカイブ。
　　アプリケーションでSpringを使うときは、『spring.jar』にパスを通す。    </description>
    <dc:date>2009-01-24T15:32:25+09:00</dc:date>
    <utime>1232778745</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/extranote/pages/59.html">
    <title>Antのセットアップ</title>
    <link>https://w.atwiki.jp/extranote/pages/59.html</link>
    <description>
      *Antのセットアップ

***STEP1
↓ここ↓から
http://ant.apache.org/bindownload.cgi
↓これ↓をダウンロード
apache-ant-1.7.1-bin.zip

***STEP2
解凍して任意のフォルダに配置して環境変数『ANT_HOME』を設定する。

***STEP3
設定できたかコマンドプロンプトで確認
コマンド
『C:\&gt;ant -version』を実行
コマンド実行結果
『[[Apache]] Ant Version バージョン compiled on 日付』    </description>
    <dc:date>2009-01-24T15:30:51+09:00</dc:date>
    <utime>1232778651</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/extranote/pages/2.html">
    <title>MainMenu</title>
    <link>https://w.atwiki.jp/extranote/pages/2.html</link>
    <description>
      **Key word
-[[書籍]]
-[[Apache]]
-[[Java]]
-[[JavaScript]]
-[[Linux]]
-[[Ms office Access]]
-[[Ms office Excel]]
-[[MySQL]]
-[[Oracle]]
-[[PostgreSQL]]
-[[Shell script]]
-[[sql]]
-[[Spring]]
-[[Struts]]
-[[Tomcat]]
-[[Unix]]
-[[Visual Basic]]

**Link
-[[@wiki&gt;&gt;http://atwiki.jp]]
-[[@wikiご利用ガイド&gt;&gt;http://atwiki.jp/guide/]]

&amp;link_editmenu(text=Menu Edit)    </description>
    <dc:date>2009-01-24T14:15:46+09:00</dc:date>
    <utime>1232774146</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/extranote/pages/55.html">
    <title>書籍</title>
    <link>https://w.atwiki.jp/extranote/pages/55.html</link>
    <description>
      #list_by_tag(書籍)    </description>
    <dc:date>2008-05-27T23:42:45+09:00</dc:date>
    <utime>1211899365</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/extranote/pages/48.html">
    <title>Tomcat</title>
    <link>https://w.atwiki.jp/extranote/pages/48.html</link>
    <description>
      #list_by_tag(Tomcat)    </description>
    <dc:date>2008-05-27T23:40:30+09:00</dc:date>
    <utime>1211899230</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/extranote/pages/54.html">
    <title>Ms office Excel</title>
    <link>https://w.atwiki.jp/extranote/pages/54.html</link>
    <description>
      #list_by_tag(Ms office Access)    </description>
    <dc:date>2008-05-27T23:38:40+09:00</dc:date>
    <utime>1211899120</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/extranote/pages/53.html">
    <title>Ms office Access</title>
    <link>https://w.atwiki.jp/extranote/pages/53.html</link>
    <description>
      #list_by_tag(Ms office Access)    </description>
    <dc:date>2008-05-27T23:38:31+09:00</dc:date>
    <utime>1211899111</utime>
  </item>
  </rdf:RDF>
