<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:xhtml="http://www.w3.org/1999/xhtml"
	>
<channel>
	<title>Bluestick.JP 開発メモ へのコメント</title>
	<atom:link href="http://bluestick.jp/tech/index.php/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://bluestick.jp/tech</link>
	<description></description>
	<lastBuildDate>Mon, 26 Oct 2009 04:00:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>へなちょこフリーエンジニアの備忘録 より ASP.Netでページキャッシュを無効にするには へのコメント</title>
		<link>http://bluestick.jp/tech/index.php/archives/70/comment-page-1#comment-16</link>
		<dc:creator>へなちょこフリーエンジニアの備忘録</dc:creator>
		<pubDate>Mon, 26 Oct 2009 04:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://bluestick.jp/tech/?p=70#comment-16</guid>
		<description>&lt;strong&gt;ASP.NETでキャッシュを無効にするには&lt;/strong&gt;

ASP.NETでキャッシュを無効にするにはいくつか方法があります。また、サーバ、プロキシ、ブラウザごとにキャッシュを可能・不可にする方法もあるそうです。</description>
		<content:encoded><![CDATA[<p><strong>ASP.NETでキャッシュを無効にするには</strong></p>
<p>ASP.NETでキャッシュを無効にするにはいくつか方法があります。また、サーバ、プロキシ、ブラウザごとにキャッシュを可能・不可にする方法もあるそうです。</p>
]]></content:encoded>
	</item>
	<item>
		<title>ぱふぅ家のホームページ より SQLServer, MySQL, SQLiteで自動採番列の結果を取得するには へのコメント</title>
		<link>http://bluestick.jp/tech/index.php/archives/58/comment-page-1#comment-15</link>
		<dc:creator>ぱふぅ家のホームページ</dc:creator>
		<pubDate>Mon, 28 Sep 2009 10:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://bluestick.jp/tech/?p=58#comment-15</guid>
		<description>&lt;strong&gt;PHP＋SQLite：条件式の使い方&lt;/strong&gt;

PHP5とSQLiteを使って、条件に合ったレコードを抽出、表示するプログラムを作る。</description>
		<content:encoded><![CDATA[<p><strong>PHP＋SQLite：条件式の使い方</strong></p>
<p>PHP5とSQLiteを使って、条件に合ったレコードを抽出、表示するプログラムを作る。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Bluestick.JP 開発メモ - SQL Server 2008で日付の最小値、最大値は.Net FrameworkのDateTimeと同等になる模様。 より .Net FrameworkとSQL ServerのDateTimeの最小値、最大値の違い へのコメント</title>
		<link>http://bluestick.jp/tech/index.php/archives/45/comment-page-1#comment-13</link>
		<dc:creator>Bluestick.JP 開発メモ - SQL Server 2008で日付の最小値、最大値は.Net FrameworkのDateTimeと同等になる模様。</dc:creator>
		<pubDate>Thu, 17 Jul 2008 22:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://bluestick.jp/tech/?p=45#comment-13</guid>
		<description>[...] 現状、SQL Serverと.NetのDateTimeの値の範囲はずれているが、SQL Server 2008で追加される日付型のdate, datetime2, datetimeoffsetでは、その範囲は 日付：1-1-1～9999-12-31 時間：00:00:00～23:59:59.9999999 [...]</description>
		<content:encoded><![CDATA[<p>[...] 現状、SQL Serverと.NetのDateTimeの値の範囲はずれているが、SQL Server 2008で追加される日付型のdate, datetime2, datetimeoffsetでは、その範囲は 日付：1-1-1～9999-12-31 時間：00:00:00～23:59:59.9999999 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Bluestick.JP 開発メモ より SQLServer, MySQL, SQLiteで自動採番列の結果を取得するには へのコメント</title>
		<link>http://bluestick.jp/tech/index.php/archives/58/comment-page-1#comment-11</link>
		<dc:creator>Bluestick.JP 開発メモ</dc:creator>
		<pubDate>Tue, 15 Jul 2008 09:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://bluestick.jp/tech/?p=58#comment-11</guid>
		<description>&lt;strong&gt;SQL Server 2008で日付の最小値、最大値は.Net FrameworkのDateTimeと同等になるようです。&lt;/strong&gt;

				SQL Server 2008で追加される日付型のdate, datetime2, datetimeoffsetでは、その範囲は
				日付：1-1-1～9999-12-31
				時間：00:00:00～23:59:59.9999999
				にそろえられるようです。参考サイト
...</description>
		<content:encoded><![CDATA[<p><strong>SQL Server 2008で日付の最小値、最大値は.Net FrameworkのDateTimeと同等になるようです。</strong></p>
<p>				SQL Server 2008で追加される日付型のdate, datetime2, datetimeoffsetでは、その範囲は<br />
				日付：1-1-1～9999-12-31<br />
				時間：00:00:00～23:59:59.9999999<br />
				にそろえられるようです。参考サイト<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Bluestick.JP 開発メモ - MysqlのConnector/.NetでSemaphoreFullExceptionが発生(2) より MysqlのConnector/.NetでSemaphoreFullExceptionが発生 へのコメント</title>
		<link>http://bluestick.jp/tech/index.php/archives/63/comment-page-1#comment-9</link>
		<dc:creator>Bluestick.JP 開発メモ - MysqlのConnector/.NetでSemaphoreFullExceptionが発生(2)</dc:creator>
		<pubDate>Sun, 29 Jun 2008 08:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://bluestick.jp/tech/?p=63#comment-9</guid>
		<description>[...] Older    [...]</description>
		<content:encoded><![CDATA[<p>[...] Older    [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
