<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MEMO</title>
	<atom:link href="http://wp.07ch.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://wp.07ch.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 15 Jan 2010 02:34:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>正規表現</title>
		<link>http://wp.07ch.com/?p=80</link>
		<comments>http://wp.07ch.com/?p=80#comments</comments>
		<pubDate>Fri, 15 Jan 2010 01:48:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://wp.07ch.com/?p=80</guid>
		<description><![CDATA[. 1文字 a.c
^ 行頭 ^abc
$ 行末 abc$
[] 指定した文字のいずれか [abc] a[A-Z]cc a[0-9]cc a[A-Z0-9]cc
 a[^A-Z]cc 半角ｱﾙﾌｧﾍﾞｯﾄ以外 []内で^が使われた場合は以外として使われる
 []内のﾒﾀ文字は通常の文字として認識される
 
* 前文字が無いか、前文字が1以上連続する文字 ab*c 
+ 前文字が1以上連続する文字 ab+c
? 前文字が無いか、前文字が１つだけ存在する ab?c
&#124; 区切ることでいずれかの文字が存在する abc&#124;def
() ｸﾞﾙｰﾌﾟ化 (ｼﾞｬ)+-ﾝ a(bc&#124;de)cc
メタ文字を通常の文字として利用するには前に
\
を加える
組み合わせ
.* 文字が無いか、1文字以上文字が連続する（ﾜｲﾙﾄﾞｶｰﾄﾞ)
]]></description>
			<content:encoded><![CDATA[<p>. 1文字 a.c<br />
^ 行頭 ^abc<br />
$ 行末 abc$<br />
[] 指定した文字のいずれか [abc] a[A-Z]cc a[0-9]cc a[A-Z0-9]cc<br />
 a[^A-Z]cc 半角ｱﾙﾌｧﾍﾞｯﾄ以外 []内で^が使われた場合は以外として使われる<br />
 []内のﾒﾀ文字は通常の文字として認識される<br />
 <br />
* 前文字が無いか、前文字が1以上連続する文字 ab*c <br />
+ 前文字が1以上連続する文字 ab+c<br />
? 前文字が無いか、前文字が１つだけ存在する ab?c<br />
| 区切ることでいずれかの文字が存在する abc|def<br />
() ｸﾞﾙｰﾌﾟ化 (ｼﾞｬ)+-ﾝ a(bc|de)cc</p>
<p>メタ文字を通常の文字として利用するには前に<br />
\<br />
を加える</p>
<p>組み合わせ<br />
.* 文字が無いか、1文字以上文字が連続する（ﾜｲﾙﾄﾞｶｰﾄﾞ)</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.07ch.com/?feed=rss2&amp;p=80</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xampplite インストール</title>
		<link>http://wp.07ch.com/?p=76</link>
		<comments>http://wp.07ch.com/?p=76#comments</comments>
		<pubDate>Fri, 15 Jan 2010 01:42:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://wp.07ch.com/?p=76</guid>
		<description><![CDATA[ダウンロード
http://www.apachefriends.org/jp/xampp-windows.html
php.ini修正　（\\xampp\php\php.ini）
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
output_buffering = Off
; default_charset = EUC-JP
mbstring.language = Japanese
mbstring.encoding_translation = off
mbstring.http_input = pass
mbstring.http_output = pass
mbstring.internal_encoding = SJIS
mbstring.substitute_character = none
mbstring.detect_order = SJIS,EUC-JP,JIS,UTF-8,ASCII
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
Oracleなどから受ける文字コードはwindows環境変数にて設定
SJISで受け取る場合
 変数名 NLS_LANG
 変数 Japanese_Japan.JA16SJIS
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
①\\xampp\setup_xampp.batを実行して設定、パスを更新
②\\xampp\xampp-control.exeを実行してXAMPPを起動
③Apache　[Start]ボタンを押してボタンの左横にRunningの文字が表示されれば起動
④http://localhost/ (http://127.0.0.1/)でWEB画面を表示、ファイルルートは\htdocs
]]></description>
			<content:encoded><![CDATA[<p>ダウンロード<br />
<a href="http://www.apachefriends.org/jp/xampp-windows.html">http://www.apachefriends.org/jp/xampp-windows.html</a></p>
<p>php.ini修正　（\\xampp\php\php.ini）<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
output_buffering = Off<br />
; default_charset = EUC-JP<br />
mbstring.language = Japanese<br />
mbstring.encoding_translation = off<br />
mbstring.http_input = pass<br />
mbstring.http_output = pass<br />
mbstring.internal_encoding = SJIS<br />
mbstring.substitute_character = none<br />
mbstring.detect_order = SJIS,EUC-JP,JIS,UTF-8,ASCII<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Oracleなどから受ける文字コードはwindows環境変数にて設定<br />
SJISで受け取る場合<br />
 変数名 NLS_LANG<br />
 変数 Japanese_Japan.JA16SJIS<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
①\\xampp\setup_xampp.batを実行して設定、パスを更新<br />
②\\xampp\xampp-control.exeを実行してXAMPPを起動<br />
③Apache　[Start]ボタンを押してボタンの左横にRunningの文字が表示されれば起動<br />
④http://localhost/ (http://127.0.0.1/)でWEB画面を表示、ファイルルートは\htdocs</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.07ch.com/?feed=rss2&amp;p=76</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TcpAckFrequency</title>
		<link>http://wp.07ch.com/?p=70</link>
		<comments>http://wp.07ch.com/?p=70#comments</comments>
		<pubDate>Fri, 15 Jan 2010 01:34:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://wp.07ch.com/?p=70</guid>
		<description><![CDATA[レジストリエディタを起動する。
下記の位置を探す。
　　HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces
上記の場所にネットワークアダプタの数だけキー（ディレクトリ）があるので、
自分の使用しているNICのキー（ディレクトリ）を探す。
　　※{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} ←のような表記になっている。
　　※自分のNICにあたるものがわからない場合は、設定されている値の中に IPAddress があるので、それをヒントに探すとよい。
ネットワークアダプタ判別後、そのキー内に下記で下記の値を探す。
　　WindowsXP/Vistaの場合　TcpAckFrequency
　　Windows2000の場合　TcpDelAckTicks
　　※多くの場合、該当の値は存在しない場合が多い。その場合はDWORD値で上記の値を新規で作成すること
　　
　　作成した新規の値に下記の数値を設定する。
　　WindowsXP/Vistaの場合　TcpAckFrequency 値 1
　　Windows2000の場合　TcpDelAckTicks 値 0
　　（変更するレジストリが違うため、表記が異なる。0にすると即座に応答するの意(TcpAckFrequency=1と同義)となる。）
レジストリエディタを終了し、PCを再起動する。
]]></description>
			<content:encoded><![CDATA[<p>レジストリエディタを起動する。</p>
<p>下記の位置を探す。<br />
　　HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip\Parameters\Interfaces<br />
上記の場所にネットワークアダプタの数だけキー（ディレクトリ）があるので、<br />
自分の使用しているNICのキー（ディレクトリ）を探す。</p>
<p>　　※{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} ←のような表記になっている。<br />
　　※自分のNICにあたるものがわからない場合は、設定されている値の中に IPAddress があるので、それをヒントに探すとよい。<br />
ネットワークアダプタ判別後、そのキー内に下記で下記の値を探す。<br />
　　WindowsXP/Vistaの場合　TcpAckFrequency<br />
　　Windows2000の場合　TcpDelAckTicks<br />
　　※多くの場合、該当の値は存在しない場合が多い。その場合はDWORD値で上記の値を新規で作成すること<br />
　　<br />
　　作成した新規の値に下記の数値を設定する。<br />
　　WindowsXP/Vistaの場合　TcpAckFrequency 値 1<br />
　　Windows2000の場合　TcpDelAckTicks 値 0<br />
　　（変更するレジストリが違うため、表記が異なる。0にすると即座に応答するの意(TcpAckFrequency=1と同義)となる。）<br />
レジストリエディタを終了し、PCを再起動する。</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.07ch.com/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://wp.07ch.com/?p=1</link>
		<comments>http://wp.07ch.com/?p=1#comments</comments>
		<pubDate>Wed, 02 Sep 2009 06:10:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://wp.07ch.com/?p=1</guid>
		<description><![CDATA[WordPress へようこそ。これは最初の投稿です。編集もしくは削除してブログを始めてください !
]]></description>
			<content:encoded><![CDATA[<p>WordPress へようこそ。これは最初の投稿です。編集もしくは削除してブログを始めてください !</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.07ch.com/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
