<?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/syohonosyoho/">
    <title>初歩の初歩～プログミング～@ ウィキ</title>
    <link>http://w.atwiki.jp/syohonosyoho/</link>
    <atom:link href="https://w.atwiki.jp/syohonosyoho/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-10-11T08:41:07+09:00</dc:date>
    <utime>1255218067</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/syohonosyoho/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syohonosyoho/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syohonosyoho/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syohonosyoho/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syohonosyoho/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syohonosyoho/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syohonosyoho/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syohonosyoho/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syohonosyoho/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/syohonosyoho/pages/11.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/syohonosyoho/pages/20.html">
    <title>Action Script</title>
    <link>https://w.atwiki.jp/syohonosyoho/pages/20.html</link>
    <description>
      #contents
*インストール
-[[ここ&gt;http://clockmaker.jp/blog/2009/07/tutorial-install-flashdevelop-flex-sdk/]]
-[[ここ&gt;http://d.hatena.ne.jp/nacookan/20090603/1244091560]]
*リファレンス
[[ここ&gt;http://livedocs.adobe.com/flash/9.0_jp/ActionScriptLangRefV3/]]
*参考
[[ここ&gt;http://www.project-nya.jp/modules/weblog/details.php?blog_id=541]]がすごい！！    </description>
    <dc:date>2009-10-11T08:41:07+09:00</dc:date>
    <utime>1255218067</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syohonosyoho/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/syohonosyoho/pages/2.html</link>
    <description>
      **メニュー
-[[Perl&gt;http://www28.atwiki.jp/syohonosyoho/pages/18.html]]
-[[Action Script]]
-[[C++]]
-[[コマンドプロンプト]]
-[[メモ]]




























----

**リンク
-[[@wiki&gt;&gt;http://atwiki.jp]]
-[[@wikiご利用ガイド&gt;&gt;http://atwiki.jp/guide/]]

**他のサービス
-[[無料ホームページ作成&gt;&gt;http://atpages.jp]]
-[[無料ブログ作成&gt;&gt;http://atword.jp]]
-[[2ch型掲示板レンタル&gt;&gt;http://atchs.jp]]
-[[無料掲示板レンタル&gt;&gt;http://atbbs.jp]]
-[[お絵かきレンタル&gt;&gt;http://atpaint.jp/]]
-[[無料ソーシャルプロフ&gt;&gt;http://sns.atfb.jp/]]

// リンクを張るには &quot;[&quot; 2つで文字列を括ります。
// &quot;&gt;&quot; の左側に文字、右側にURLを記述するとリンクになります


//**更新履歴
//#recent(20)

&amp;link_editmenu(text=ここを編集)    </description>
    <dc:date>2009-10-05T10:49:16+09:00</dc:date>
    <utime>1254707356</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syohonosyoho/pages/18.html">
    <title>Perl</title>
    <link>https://w.atwiki.jp/syohonosyoho/pages/18.html</link>
    <description>
      #areaedit()
&amp;bold(){&amp;size(16){perl}}
#contents
*install
**install-PAR-
exeファイルを作りたいので「perl exe」で検索
[[参考&gt;http://supee.blog121.fc2.com/blog-entry-187.html]]
の通り行うとuse Encodeもつかえた。（＾＾）
[[ActivePerlの各Ver&gt;http://downloads.activestate.com/ActivePerl/Windows/5.8/]]
[[PARのVer&gt;http://search.cpan.org/~smueller/PAR-0.992/]]

以下は試行錯誤の残骸
#region()
-[[ここ&gt;http://hamachiya.com/junk/memo_PAR.html]]と[[ここ&gt;http://oldbar-takaki.seesaa.net/article/6245435.html]]をみてinstall
--%%[[ここ&gt;http://nabe.blog.abk.nu/par510]]はうまくいかない。PAR実行時にperl510.dllがなんたら%%どうやらuse Encode使うと出るエラーのよう

-追記:なんだかWin32::GUIモジュールを使ったスクリプトがexe化した後実行エラーになる。（他のモジュールもいくつかアウト）
そこでActivePerl5.10に乗り換え。なんか色々ごちゃごちゃして何やったか憶えてないけど、とりあえずWin32::GUIは動いた（しかしmixi_exportはperl510.dllがないと言われる）
--やったこと
---MinGWをインストール。PATHにC:\MinGW\bin;追加。再起動。
---PPM(GUI)でCompress::Raw::Zlibをupdate(pp実行時にCant loadと言われたので)
---PARは[[http://downloads.activestate.com/ActivePerl/Windows/]]をみて、Active Perlのverにあったものを

--use Encodeが使えないのは不便なのでActivePerl再インストール。
そしたらpp使えなくなった（涙
5.8.9入れたら使えた。でもuse Encodeは使えない
#endregion()

***ppmでno missing error([[参考&gt;http://miau.s9.xrea.com/blog/?itemid=1056]]) 
 ppm search xxxx
で出てきた数字を
 ppm install 数字
***exe化コマンド（ｐｐ）
 &gt;pp -o hoge.exe hoge.pl 
--cui非表示
 &gt;pp --gui -o hoge.exe hoge.pl

--注意：exe化する際packegeをrequireするときは条件文の中ではしない
　　　　するとlibに含まれない。ならuseにしてしまえばいいとも思う。
***GUI
[[ここ&gt;http://oldbar-takaki.seesaa.net/article/6245435.html]]の通り行う。
THE GUI LOFTのページリンクだけ[[ここ&gt;http://www.darserman.com/Perl/Loft/]]に変更
[[GUI TEST&gt;http://perl-users.jp/articles/advent-calendar/2008/13.html#article-1]]

#areaedit(end)
*メモ
#areaedit()
***とりあえず
[[とほほのperl入門&gt;http://www.tohoho-web.com/wwwperl.htm]]
[[Perl基礎入門&gt;http://www.kent-web.com/perl/]]
[[Perl講座&gt;http://www.rfs.jp/sb/perl/index.html]]
***日本語表示（[[参考&gt;http://homepage2.nifty.com/ttoyoshima/Perl/Perl.htm]]）
文頭で
 use utf8;
 binmode STDIN,  &quot;:encoding(cp932)&quot;;
 binmode STDOUT, &quot;:encoding(cp932)&quot;;
%%※binmodeはPARで作ったEXEがうまく動かない%%
%%追記:useEncodeを行うとPARで出来たexeが動かない%%
ただしＧＵＩ上ではこれはうまく動かない

ＧＵＩ
-Labelは
use utf8;を使わない。
-ListBoxでは
 decode(&#039;charaset&#039;,$string);　　　※入力時
 print encode(&#039;charaset&#039;,$string); ※出力時
 charasetはwin上ではcp932が多いように思う。
 が[[コマンドプロンプト]]でchcpで確認する。
[[ここ&gt;http://d.hatena.ne.jp/h3x/20081119/1227027535]]の方がわかりやすいかも
****utf-8フラグについて
[[ここ&gt;http://www.yawaraya.net/wiki/index.php?Perl%20Encode]]

***split-第二引数に@は使えない。使うと要素数を返す。
 @var=split(/nanika/,$list[i])
***wait key
 $wait=&lt;STDIN&gt;;#STDINは省略可能
***配列の要素数([[参考&gt;http://www2u.biglobe.ne.jp/~MAS/perl/waza/anum.html]]
 # 最後の添字を取得(この場合は2。配列が空の場合は-1)
 $num = $#hoge;
 # 要素数を取得(この場合は3。配列が空の場合は0)
 $num = @hoge;
***print
--変数の中身を出力するときは””（ダブルクォーテーション）で囲む
 print &quot;@hoge&quot; ----@hoge=(1,2)なら12と出力
--変数の要素数を出力するときは’’（シングルクォーテーション）で囲む
 print &#039;@hoge&#039; ----@hoge=(1,2)なら2と出力
--文字列を連結する時は「.」を使う
 print &quot;$a&quot;.&quot;$b&quot; 

***36進数＜＝＞１０進数　（[[参考&gt;http://oshiete1.goo.ne.jp/qa4171320.html]]）
#region()
 use strict;
 my $base_str = &quot;0123456789abcdefghijklmnopqrstuvwxyz&quot;;
 my $base_36 = convert_36(1234567);
 print &quot;$base_36\n&quot;;
 my $base_10 = convert_10($base_36);
 print &quot;$base_10\n&quot;;

 sub convert_36 {
 my $number = shift;
 my @work;
 while ($number &gt; 0) {
 unshift @work, substr($base_str, $number % 36, 1);
 $number = int($number / 36);
 }
 return join(&#039;&#039;, @work);
 }
 
 sub convert_10 {
 my @work = reverse split //, shift;
 my $number;
 foreach my $idx (0 .. $#work) {
 $number += index($base_str, $work[$idx]) * (36 ** $idx);
 }
 return $number;
 }
#endregion()
***コメントアウト（複数行）[[参考&gt;http://www.site-cooler.com/tips/perl_comments.htm]]
 print &quot;ここは実行されます。\n&quot;;
 =pod
 ここはコメント行になります。
 ここもコメント行になります。
 =cut
 print &quot;ここも実行されます。\n&quot;;
***論理演算子
ストリングの比較に==は使えない。eqを使う。 
***ENDサブルーチン（スクリプト終了時に実行）[[参考&gt;http://www.rfs.jp/sb/perl/04/01.html]]
 END {
 print &quot;END!&quot;;
 }

***useとrequireの違い
[[ココ&gt;http://tech.bayashi.net/pdmemo/use-require.html]]
メモリの使用量が～とかあるけど、気にしないなら全部useでいいんじゃないだろうか？

***重複値の削除
[[ここ&gt;http://www2u.biglobe.ne.jp/~MAS/perl/waza/unique.html]]
簡単なのは
 my @data = qw(aa dd bb cc dd cc bb aa);
 my %uniq = map {$_ =&gt; 1} @data;　　※配列の要素をkeyとしてkeyの要素
 my @data2_1 = keys %uniq;　　　　　を１とする（同じkeyは上書き？されて消える）

***マッチングー正規表現ー
[[ここ&gt;http://www.komonet.ne.jp/~perl/chap7.htm]]とか
-数字のみの文字列抜き出し
 =~ m/^[0-9]+$/

**ファイル操作
-ファイルの日本語読み込み([[参考&gt;http://osksn2.hep.sci.osaka-u.ac.jp/~taku/osx/perl/perl_utf.html]])
--読み込むファイルがUTF-8で書かれているなら、次のようにopenで指定する。
 open(FH, &quot;&lt;:utf8&quot;, $filename);
--読み込むファイルがshift-jisなど、UTF-8以外のコードで書かれているなら、次のようにencodingをopenで用いて指定する。
 pen(FH, &quot;&lt;:encoding(shiftjis)&quot;, $filename);
--行数を数える ファイル読み込み後$.に格納されている([[参考&gt;http://dqn.sakusakutto.jp/2008/03/perl-3.html]]の中から最後のを参照。）
 open(FILE, &#039;hoge&#039;) or die;
 print $. . &#039;行\n&#039;;
 close(FILE)

#areaedit(end)

#areaedit(end)
#areaedit()
**GUI
***入門
-[[ここ&gt;http://www.link.gr.jp/win32-gui-tips.html]]をみながら色々と
-[[リファレンス1&gt;http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=reference-packages]]　[[2&gt;http://search.cpan.org/~robertmay/Win32-GUI-1.03/]]　[[3&gt;http://cpansearch.perl.org/src/ACALPINI/Win32-GUI-0.0.490/docs/methods.html#BrowseForFolder_OPTIONS_]]
-デモ（sample）-これが一番参考になるかも
--コマンドプロンプトで~/Perl/site/lib/Win32/GUI/demosに移動（デフォルトの場合）
　以下実行
 &gt;win32-gui-demos
***メモ
nameを大文字から始めるとボタンのCheckが参照できずうまくいかない
***ファイルを開くダイアログ([[参考&gt;http://aspn.activestate.com/ASPN/Mail/Message/276990]])
#region()

 use strict;
 use warnings;
 use utf8;
 use Win32::GUI();

 my $file = &quot;\0&quot; . &quot; &quot; x 256;

 my $ret = Win32::GUI::GetOpenFileName(
    -title  =&gt;  &quot;Win32::GUI::GetOpenFileName test&quot;,
    -file   =&gt;  &quot;\0&quot; . &quot; &quot; x 256,
    -filter =&gt;  [
        &quot;Text documents (*.txt)&quot; =&gt;  &quot;*.txt&quot;, 
        &quot;Perl stuff (*.pl, *.pm)&quot; =&gt;  &quot;*.pl;*.pm&quot;, 
        &quot;All files&quot;, &quot;*.*&quot;,
     ],
 );
 
 if($ret) {
     print &quot;GetOpenFileName returned: &#039;$ret&#039;\n&quot;;
 } else {
     if(GUI::CommDlgExtendedError()) {
         print &quot;ERROR. CommDlgExtendedError is: &quot;,
 GUI::CommDlgExtendedError(), &quot;\n&quot;;    
    } else {
        print &quot;You cancelled.\n&quot;;
     }
 }

#endregion()

***Textfield
-GetStringは使えず、Text()でGet＆Setができる
#areaedit(end)
#areaedit()
**XML
-XML::Simple:とりあえず[[ココ&gt;http://www.ibm.com/developerworks/jp/xml/library/x-xmlperl1.html]]とか[[ココ&gt;http://www.geocities.co.jp/SiliconValley-PaloAlto/2514/perlxml.html]]とか
-XML::treePP:[[ココ&gt;http://www.kawa.net/works/perl/treepp/treepp.html#usage-setget]]

**デバッグモード
-コマンドプロンプトで以下実行（[[参考&gt;http://homepage3.nifty.com/hippo2000/perltips/perldbg.htm]])
 &gt;perl -d hoge.pl

**Mechanize
[[参考&gt;http://oshiete1.goo.ne.jp/qa5218652.html]]
***文字化け対策
[[ここ&gt;http://blog.livedoor.jp/sasata299/archives/51171092.html]]
#areaedit(end)    </description>
    <dc:date>2009-10-05T00:38:41+09:00</dc:date>
    <utime>1254670721</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syohonosyoho/pages/19.html">
    <title>C++</title>
    <link>https://w.atwiki.jp/syohonosyoho/pages/19.html</link>
    <description>
      #contents
*install

*GUI～はじめ～
[[ここ&gt;http://brain.cc.kogakuin.ac.jp/~kanamaru/lecture/prog1/03-intro01_express.html]]
**open file
[[ここ&gt;http://ameblo.jp/nana-2007-july/theme-10003711481.html]]    </description>
    <dc:date>2009-09-22T13:47:00+09:00</dc:date>
    <utime>1253594820</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syohonosyoho/pages/17.html">
    <title>メモ</title>
    <link>https://w.atwiki.jp/syohonosyoho/pages/17.html</link>
    <description>
      メモ
***フォント変更
メイリオがみやすい[[解説&gt;http://jalusa.idns.jp/movie_db/xp_meiryo.html]]    </description>
    <dc:date>2009-09-18T14:00:11+09:00</dc:date>
    <utime>1253250011</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syohonosyoho/pages/13.html">
    <title>XX</title>
    <link>https://w.atwiki.jp/syohonosyoho/pages/13.html</link>
    <description>
      #areaedit()
&amp;bold(){&amp;size(16){perl}}
#contents
*install
exeファイルを作りたいので「perl exe」で検索
[[ここ&gt;http://hamachiya.com/junk/memo_PAR.html]]と[[ここ&gt;http://oldbar-takaki.seesaa.net/article/6245435.html]]をみてinstall
[[ここ&gt;http://nabe.blog.abk.nu/par510]]はうまくいかない。PAR実行時にperl510.dllがなんたら
追記:なんだかWin32::GUIモジュールを使ったスクリプトがexe化した後実行エラーになる。（他のモジュールもいくつかアウト）
そこでActivePerl5.10に乗り換え。なんか色々ごちゃごちゃして何やったか憶えてないけど、とりあえずWin32::GUIは動いた（しかしmixi_exportはperl510.dllがないと言われる）
--やったこと
---MinGWをインストール。PATHにC:\MinGW\bin;追加。再起動。
---PPM(GUI)でCompress::Raw::Zlibをupdate(pp実行時にCant loadと言われたので)

***ppmでno missing error([[参考&gt;http://miau.s9.xrea.com/blog/?itemid=1056]]) 
 ppm search xxxx
で出てきた数字を
 ppm install 数字
***exe化コマンド（ｐｐ）
 &gt;pp -o hoge.exe hoge.pl 
--cui非表示
 &gt;pp --gui -o hoge.exe hoge.pl　
***GUI
[[ここ&gt;http://oldbar-takaki.seesaa.net/article/6245435.html]]の通り行う。
THE GUI LOFTのページリンクだけ[[ここ&gt;http://www.darserman.com/Perl/Loft/]]に変更
[[GUI TEST&gt;http://perl-users.jp/articles/advent-calendar/2008/13.html#article-1]]
*メモ
***とりあえず
[[とほほのperl入門&gt;http://www.tohoho-web.com/wwwperl.htm]]
[[Perl基礎入門&gt;http://www.kent-web.com/perl/]]
[[Perl講座&gt;http://www.rfs.jp/sb/perl/index.html]]
***日本語表示（[[参考&gt;http://homepage2.nifty.com/ttoyoshima/Perl/Perl.htm]]）
文頭で
 use utf8;
 binmode STDIN,  &quot;:encoding(cp932)&quot;;
 binmode STDOUT, &quot;:encoding(cp932)&quot;;
※binmodeはPARで作ったEXEがうまく動かない
追記：use Encodeを行うとPARで出来たexeが動かない。

***split-第二引数に@は使えない。使うと要素数を返す。
 @var=split(/nanika/,$list[i])
***wait key
 $wait=&lt;STDIN&gt;;#STDINは省略可能
***配列の要素数([[参考&gt;http://www2u.biglobe.ne.jp/~MAS/perl/waza/anum.html]]
 # 最後の添字を取得(この場合は2。配列が空の場合は-1)
 $num = $#hoge;
 # 要素数を取得(この場合は3。配列が空の場合は0)
 $num = @hoge;
***print
--変数の中身を出力するときは””（ダブルクォーテーション）で囲む
 print &quot;@hoge&quot; ----@hoge=(1,2)なら12と出力
--変数の要素数を出力するときは’’（シングルクォーテーション）で囲む
 print &#039;@hoge&#039; ----@hoge=(1,2)なら2と出力
--文字列を連結する時は「.」を使う
 print &quot;$a&quot;.&quot;$b&quot; 

***36進数＜＝＞１０進数　（[[参考&gt;http://oshiete1.goo.ne.jp/qa4171320.html]]）
#region()
 use strict;
 my $base_str = &quot;0123456789abcdefghijklmnopqrstuvwxyz&quot;;
 my $base_36 = convert_36(1234567);
 print &quot;$base_36\n&quot;;
 my $base_10 = convert_10($base_36);
 print &quot;$base_10\n&quot;;

 sub convert_36 {
 my $number = shift;
 my @work;
 while ($number &gt; 0) {
 unshift @work, substr($base_str, $number % 36, 1);
 $number = int($number / 36);
 }
 return join(&#039;&#039;, @work);
 }
 
 sub convert_10 {
 my @work = reverse split //, shift;
 my $number;
 foreach my $idx (0 .. $#work) {
 $number += index($base_str, $work[$idx]) * (36 ** $idx);
 }
 return $number;
 }
#endregion()
***コメントアウト（複数行）[[参考&gt;http://www.site-cooler.com/tips/perl_comments.htm]]
 print &quot;ここは実行されます。\n&quot;;
 =pod
 ここはコメント行になります。
 ここもコメント行になります。
 =cut
 print &quot;ここも実行されます。\n&quot;;
***論理演算子
ストリングの比較に==は使えない。eqを使う。 
***ENDサブルーチン（スクリプト終了時に実行）[[参考&gt;http://www.rfs.jp/sb/perl/04/01.html]]
 END {
 print &quot;END!&quot;;
 }

**ファイル操作
-ファイルの日本語読み込み([[参考&gt;http://osksn2.hep.sci.osaka-u.ac.jp/~taku/osx/perl/perl_utf.html]])
--読み込むファイルがUTF-8で書かれているなら、次のようにopenで指定する。
 open(FH, &quot;&lt;:utf8&quot;, $filename);
--読み込むファイルがshift-jisなど、UTF-8以外のコードで書かれているなら、次のようにencodingをopenで用いて指定する。
 pen(FH, &quot;&lt;:encoding(shiftjis)&quot;, $filename);
--行数を数える ファイル読み込み後$.に格納されている([[参考&gt;http://dqn.sakusakutto.jp/2008/03/perl-3.html]]の中から最後のを参照。）
 open(FILE, &#039;hoge&#039;) or die;
 print $. . &#039;行\n&#039;;
 close(FILE)
**GUI
***入門
-[[ここ&gt;http://www.link.gr.jp/win32-gui-tips.html]]をみながら色々と
-[[リファレンス&gt;http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=reference-packages]]
-デモ（sample）-これが一番参考になるかも
--コマンドプロンプトで~/Perl/site/lib/Win32/GUI/demosに移動（デフォルトの場合）
　以下実行
 &gt;win32-gui-demos
***ファイルを開くダイアログ([[参考&gt;http://aspn.activestate.com/ASPN/Mail/Message/276990]])
#region()

 use strict;
 use warnings;
 use utf8;
 use Win32::GUI();

 my $file = &quot;\0&quot; . &quot; &quot; x 256;

 my $ret = Win32::GUI::GetOpenFileName(
    -title  =&gt;  &quot;Win32::GUI::GetOpenFileName test&quot;,
    -file   =&gt;  &quot;\0&quot; . &quot; &quot; x 256,
    -filter =&gt;  [
        &quot;Text documents (*.txt)&quot; =&gt;  &quot;*.txt&quot;, 
        &quot;Perl stuff (*.pl, *.pm)&quot; =&gt;  &quot;*.pl;*.pm&quot;, 
        &quot;All files&quot;, &quot;*.*&quot;,
     ],
 );
 
 if($ret) {
     print &quot;GetOpenFileName returned: &#039;$ret&#039;\n&quot;;
 } else {
     if(GUI::CommDlgExtendedError()) {
         print &quot;ERROR. CommDlgExtendedError is: &quot;,
 GUI::CommDlgExtendedError(), &quot;\n&quot;;    
    } else {
        print &quot;You cancelled.\n&quot;;
     }
 }

#endregion()
**デバッグモード
-コマンドプロンプトで以下実行（[[参考&gt;http://homepage3.nifty.com/hippo2000/perltips/perldbg.htm]])
 &gt;perl -d hoge.pl



#areaedit(end)    </description>
    <dc:date>2009-09-18T13:53:50+09:00</dc:date>
    <utime>1253249630</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syohonosyoho/pages/16.html">
    <title>コマンドプロンプト</title>
    <link>https://w.atwiki.jp/syohonosyoho/pages/16.html</link>
    <description>
      **コマンド一覧
[[ここ&gt;http://hisa-net.ddo.jp/php/dos/dos_command.php]]
**batファイル
[[とりあえず&gt;http://www.ne.jp/asahi/hishidama/home/tech/windows/bat.html]]
**デフォルトのカレントディレクトリ変更
-ショートカット作成→右クリック作業フォルダにディレクトリパス記入    </description>
    <dc:date>2009-09-18T10:29:14+09:00</dc:date>
    <utime>1253237354</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syohonosyoho/pages/15.html">
    <title>test</title>
    <link>https://w.atwiki.jp/syohonosyoho/pages/15.html</link>
    <description>
      [[aats&gt;strst]]    </description>
    <dc:date>2009-09-14T17:05:18+09:00</dc:date>
    <utime>1252915518</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syohonosyoho/pages/14.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/syohonosyoho/pages/14.html</link>
    <description>
      #contents    </description>
    <dc:date>2009-09-14T16:07:32+09:00</dc:date>
    <utime>1252912052</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/syohonosyoho/pages/11.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/syohonosyoho/pages/11.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


-----
たとえば、#comment() と入力すると以下のように表示されます。

#comment    </description>
    <dc:date>2009-09-14T15:48:06+09:00</dc:date>
    <utime>1252910886</utime>
  </item>
  </rdf:RDF>
