<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" >
  <channel>
  <title>MEMO</title>
  <link>https://yori0202.blog.shinobi.jp/</link>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="https://yori0202.blog.shinobi.jp/RSS/" />
  <description></description>
  <lastBuildDate>Fri, 25 Apr 2008 01:58:53 GMT</lastBuildDate>
  <language>ja</language>
  <copyright>© Ninja Tools Inc.</copyright>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />

    <item>
    <title>圧縮するときは2G未満でないと不可</title>
    <description>
    <![CDATA[makecabやzipで圧縮する際に、<br />
圧縮もとのファイルが2Gを超えていると、<br />
圧縮できてもうまく解凍できない。<br />
<br />
FAT32時代の名残で、当時は最大ファイルサイズが2Gだったため。<br />
<br />
以下参考URL<br />
<a href="http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=19507&amp;forum=6&amp;3">http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=19507&amp;forum=6&amp;3</a>]]>
    </description>
    <category>BatchTips</category>
    <link>https://yori0202.blog.shinobi.jp/batchtips/%E5%9C%A7%E7%B8%AE%E3%81%99%E3%82%8B%E3%81%A8%E3%81%8D%E3%81%AF2g%E6%9C%AA%E6%BA%80%E3%81%A7%E3%81%AA%E3%81%84%E3%81%A8%E4%B8%8D%E5%8F%AF</link>
    <pubDate>Fri, 25 Apr 2008 01:58:53 GMT</pubDate>
    <guid isPermaLink="false">yori0202.blog.shinobi.jp://entry/25</guid>
  </item>
    <item>
    <title>アンインストール失敗：SQL.msi　一般的な評価</title>
    <description>
    <![CDATA[mmcでの接続があると、.mifに接続が記録されていて、アンインストールに失敗する。<br />
EM(EnterpizeManager)を閉じて、アンインストールを実行したところ成功した。<br />
<br />
<div class="posttext">.mif stands for machine information file. SQL.mif file contains info about SQL<br />
instance install/uninstall info apart from other stuff. By the first look I realized<br />
that mmc.exe was running at the time I was uninstalling, and hence the uninstall<br />
failed. Uninstall went fine once I took care of these.<br />
<br />
&uarr;は以下URLより抜粋<br />
<a href="http://www.dbforums.com/archive/index.php/t-475325.html">http://www.dbforums.com/archive/index.php/t-475325.html</a><br />
</div>]]>
    </description>
    <category>MS SQL Server</category>
    <link>https://yori0202.blog.shinobi.jp/ms%20sql%20server/%E3%82%A2%E3%83%B3%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E5%A4%B1%E6%95%97%EF%BC%9Asql.msi%E3%80%80%E4%B8%80%E8%88%AC%E7%9A%84%E3%81%AA%E8%A9%95%E4%BE%A1</link>
    <pubDate>Thu, 03 Apr 2008 04:49:41 GMT</pubDate>
    <guid isPermaLink="false">yori0202.blog.shinobi.jp://entry/24</guid>
  </item>
    <item>
    <title>SATA</title>
    <description>
    <![CDATA[☆SATA : Serial ATA<br />
　・ST506を高速化したのがESDI、SCSI、IDE<br />
　・ESDI、SCSI、IDEをANSIが共通化したのがATA<br />
　・ATAが進化したのがパラレルATA<br />
　・パラレルATAをシリアル化することで、<br />
　　－省電力化（5Vから0.5Vへ）<br />
　　－高速化（133MB/sから150MB/sへ）<br />
　　－マスター/スレーブ接続から、一台接続へ<br />
　　変わった<br />
<br />
☆ST506<br />
　・PC/AT時代のHDのインターフェース]]>
    </description>
    <category>Storage</category>
    <link>https://yori0202.blog.shinobi.jp/storage/sata</link>
    <pubDate>Tue, 18 Sep 2007 06:46:32 GMT</pubDate>
    <guid isPermaLink="false">yori0202.blog.shinobi.jp://entry/23</guid>
  </item>
    <item>
    <title>SAS</title>
    <description>
    <![CDATA[☆SAS : Seral attached SCSI<br />
　・Ultra320（SCSI-3）の後継。<br />
　・転送速度　3 Gbit / s　。<br />
　・128台接続可能、ただしSAS Expandを用いると約16000台接続可能。<br />
&nbsp;<br />
☆SCSI<br />
　・複数のコンピュータから1台のディスクに接続可能なインターフェース<br />
　・ディジーチェーンが可能で、ターミネーターが必用で・・・。<br />
　・SCSI-3がUltra320で、転送速度　320 MB / s 。]]>
    </description>
    <category>Storage</category>
    <link>https://yori0202.blog.shinobi.jp/storage/sas</link>
    <pubDate>Tue, 18 Sep 2007 06:37:30 GMT</pubDate>
    <guid isPermaLink="false">yori0202.blog.shinobi.jp://entry/22</guid>
  </item>
    <item>
    <title>:=　の表記の意味</title>
    <description>
    <![CDATA[Visaul Basicでは引数の省きがきかないので、<br />
<br />
call func( , , strHoge)　等の , を使用した書き方になる。<br />
そこで、<br />
<br />
もともとの関数が<br />
sub func( hensu1 as string, hensu2 as string, hensu3 as string)<br />
であれば、<br />
<br />
呼び出すときに<br />
call func( hensu := strHoge)<br />
とすることができる。<br />
<br />
以下参照<br />
<a href="http://www.relief.jp/itnote/archives/001014.php">http://www.relief.jp/itnote/archives/001014.php</a>]]>
    </description>
    <category>Visual Basic</category>
    <link>https://yori0202.blog.shinobi.jp/visual%20basic/--%E3%80%80%E3%81%AE%E8%A1%A8%E8%A8%98%E3%81%AE%E6%84%8F%E5%91%B3</link>
    <pubDate>Wed, 12 Sep 2007 09:27:43 GMT</pubDate>
    <guid isPermaLink="false">yori0202.blog.shinobi.jp://entry/21</guid>
  </item>
    <item>
    <title>プロダクションモード</title>
    <description>
    <![CDATA[WebLogicは二つのモードで実行可能。<br />
・開発モード<br />
・プロダクションモード<br />
<br />
開発モードは、自動デプロイ等の機能がある。<br />
プロダクションモードではサーバのリソース等を手動で設定する必要がある。<br />
リリース後は当然プロダクションモードで起動。<br />
<br />
以下参照<br />
<a href="http://www.beasys.co.jp/e-docs/workshop/docs81/doc/ja_JP/core/index.html">http://www.beasys.co.jp/e-docs/workshop/docs81/doc/ja_JP/core/index.html</a>]]>
    </description>
    <category>WebLogic</category>
    <link>https://yori0202.blog.shinobi.jp/weblogic/%E3%83%97%E3%83%AD%E3%83%80%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3%E3%83%A2%E3%83%BC%E3%83%89</link>
    <pubDate>Wed, 12 Sep 2007 09:19:51 GMT</pubDate>
    <guid isPermaLink="false">yori0202.blog.shinobi.jp://entry/20</guid>
  </item>
    <item>
    <title>行番号の表示方法</title>
    <description>
    <![CDATA[ツール &gt; オプション &gt; テキストエディタ &gt; C# &gt; 全般から変更可能<br />
<br />
＜参考資料＞<br />
<a href="http://rararahp.cool.ne.jp/cgi-bin/lng/dotnet/dotnetlng.cgi?print+200601/06010002.txt">http://rararahp.cool.ne.jp/cgi-bin/lng/dotnet/dotnetlng.cgi?print+200601/06010002.txt</a>]]>
    </description>
    <category>VisualStadio2005</category>
    <link>https://yori0202.blog.shinobi.jp/visualstadio2005/%E8%A1%8C%E7%95%AA%E5%8F%B7%E3%81%AE%E8%A1%A8%E7%A4%BA%E6%96%B9%E6%B3%95</link>
    <pubDate>Wed, 15 Aug 2007 09:56:47 GMT</pubDate>
    <guid isPermaLink="false">yori0202.blog.shinobi.jp://entry/19</guid>
  </item>
    <item>
    <title>Adminpak</title>
    <description>
    <![CDATA[<p>WindowsServer2003用の管理用ツール。<br />
RemoteDesktops等が利用できる。</p>
<p>WindowsSevere上だけでなく、XP等でも実行できるのが特徴。</p>
<p>＜以下からダウンロード可能＞<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c16ae515-c8f4-47ef-a1e4-a8dcbacff8e3&amp;DisplayLang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=c16ae515-c8f4-47ef-a1e4-a8dcbacff8e3&amp;DisplayLang=en</a></p>]]>
    </description>
    <category>WindowsServer2003</category>
    <link>https://yori0202.blog.shinobi.jp/windowsserver2003/adminpak</link>
    <pubDate>Wed, 15 Aug 2007 09:09:18 GMT</pubDate>
    <guid isPermaLink="false">yori0202.blog.shinobi.jp://entry/18</guid>
  </item>
    <item>
    <title>WindowsServer2003のPOP3サービス</title>
    <description>
    <![CDATA[WinodwsSever2003であれば、<br />
POP3を利用して、簡単にメールサーバーを構築できる。<br />
<br />
Exchange Serverはこの上位モデル、と思われる。<br />
<br />
＜参考資料＞<br />
<a href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/ja/library/ServerHelp/c5378206-e19c-4bc0-b8dc-19f2df832303.mspx?mfr=true">http://www.microsoft.com/technet/prodtechnol/windowsserver2003/ja/library/ServerHelp/c5378206-e19c-4bc0-b8dc-19f2df832303.mspx?mfr=true</a>]]>
    </description>
    <category>E-Mail</category>
    <link>https://yori0202.blog.shinobi.jp/e-mail/windowsserver2003%E3%81%AEpop3%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9</link>
    <pubDate>Wed, 15 Aug 2007 09:04:11 GMT</pubDate>
    <guid isPermaLink="false">yori0202.blog.shinobi.jp://entry/17</guid>
  </item>
    <item>
    <title>SQL Server上の権限</title>
    <description>
    <![CDATA[<p>ロールの権限とユーザの権限について。<br />
<br />
□実行権限有りの設定<br />
　・一方で未設定で、一方で権限有<br />
　・両方とも権限有<br />
<br />
□実行権限無しの設定<br />
　・どちらか一方で拒否<br />
　・両方とも未設定<br />
<br />
そのためロールとユーザの権限の確認をしないと、<br />
最終的には現在ログインしているアカウントの権限がわからない。<br />
<br />
＜参考資料＞<br />
<a href="http://www.atmarkit.co.jp/fnetwork/rensai/sql18/sql1.html">http://www.atmarkit.co.jp/fnetwork/rensai/sql18/sql1.html</a></p>]]>
    </description>
    <category>MS SQL Server</category>
    <link>https://yori0202.blog.shinobi.jp/ms%20sql%20server/sql%20server%E4%B8%8A%E3%81%AE%E6%A8%A9%E9%99%90</link>
    <pubDate>Wed, 15 Aug 2007 08:59:21 GMT</pubDate>
    <guid isPermaLink="false">yori0202.blog.shinobi.jp://entry/16</guid>
  </item>

    </channel>
</rss>