<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>しおそると</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/" />
    <link rel="self" type="application/atom+xml" href="http://www.sio.no-ip.com/mt/shio/atom.xml" />
    <id>tag:www.sio.no-ip.com,2009-04-02:/mt/shio/3</id>
    <updated>2009-09-08T10:15:35Z</updated>
    <subtitle>個人的なよろず情報の塩漬けサイト</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.261</generator>

<entry>
    <title>XPでログオン後無線LANが一旦切断されて再度接続する</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2009/09/xplan.html" />
    <id>tag:www.sio.no-ip.com,2009:/mt/shio//3.299</id>

    <published>2009-09-06T02:39:23Z</published>
    <updated>2009-09-08T10:15:35Z</updated>

    <summary>備忘録。 XP起動時、ログオンすると無線LANが自動接続した後、一旦切断されてま...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
        <category term="OSやServer等" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Windows" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="クライアントソフト系" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>備忘録。</p>

<p>XP起動時、ログオンすると無線LANが自動接続した後、一旦切断されてまた接続する。<br />
だんだんいらいらしてきたので対応。</p>

<p>１）XPの無線接続を利用しているので、Intelの無線LANツール<br />
　　「Intel PROSet for Wireless」 を削除<br />
　　　コントロールパネル-プログラムの追加と削除 より</p>

<p>２）AEGIS Protocol(IEEE 802.1x) プロトコルを利用停止<br />
　　ネットワーク接続　- 「ワイヤレス ネットワーク接続」 右クリック→ プロパティ →<br />
　　この接続は次の項目を使用します　の一覧から、<br />
　　　「AEGIS Protocol(IEEE 802.1x) v2.2.1.0」のチェックを外す</p>

<p>とりあえずとまった。</p>]]>
        
    </content>
</entry>

<entry>
    <title>メンテナンスのため１週間サーバ停止</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2009/08/post-84.html" />
    <id>tag:www.sio.no-ip.com,2009:/mt/shio//3.287</id>

    <published>2009-08-14T23:16:56Z</published>
    <updated>2009-08-14T23:17:30Z</updated>

    <summary>します。...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>します。</p>]]>
        
    </content>
</entry>

<entry>
    <title>MS Access 覚書 VBA で既存クエリのSQL文を取得、変更</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2009/08/ms-access-vba-s.html" />
    <id>tag:www.sio.no-ip.com,2009:/mt/shio//3.286</id>

    <published>2009-08-12T14:14:56Z</published>
    <updated>2009-08-12T14:25:07Z</updated>

    <summary>探してもなかなかみつからなかったので、覚書。     Set myDB = Cu...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
        <category term="Windows" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="バッチ・スクリプト" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>探してもなかなかみつからなかったので、覚書。</p>

<p>    Set myDB = CurrentDb<br />
    ' 他のDBなら: Set mydb = OpenDatabase("C:\VB\BIBLIO.MDB")</p>

<p>    'QueryDef 編集用に開く<br />
    Set myQuery = myDB.QueryDefs("クエリ名")</p>

<p>    ' SQLを取得<br />
    strSQL = myQuery.SQL<br />
    'SQLを設定<br />
    myQuery.SQL = "select * from テーブル名;"</p>

<p>    'close 処理<br />
    myQuery.Close<br />
    myDB.Close<br />
    set myQuery  = Nothing<br />
    set myDB = Nothing<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>Firerox の SQLite reindex を自動で行ってくれる SQLite Optimizer</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2009/05/firerox-sqlite.html" />
    <id>tag:www.sio.no-ip.com,2009:/mt/shio//3.243</id>

    <published>2009-05-23T17:42:08Z</published>
    <updated>2009-05-23T19:10:40Z</updated>

    <summary> firefox 3が遅くなった→ SQLite reindexで解決＆高速化 ...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
        <category term="Mozilla - Firefox - Thunderbird" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p><br />
<a href="http://www.sio.no-ip.com/mt/shio/archives/2008/10/firefox-3-sqlit.html">firefox 3が遅くなった→ SQLite reindexで解決＆高速化</a> で改善される人に朗報。</p>

<p>これ、時々reindexしないと遅くなるのが課題でしたが、これを解決するツール、<br />
<a href="https://addons.mozilla.org/ja/firefox/addon/11198">SQLite Optimizer</a> 0.2 というものが公開されていました。<br />
firefoxの終了時に自動でSQLite reindexを行ってくれます。</p>

<p>いやー、インターネットですね。（深い意味なし）</p>

<p>作者c_sarさんのHPはこちら<a href="http://miyafx.blogspot.com/2009/03/sqlite-firefox.html">http://miyafx.blogspot.com/2009/03/sqlite-firefox.html</a></p>

<p>ただ、ベータ版といってもいい「実験的なアドオンレベル」で公開されているので、<br />
利用する、しないの判断時に考慮してください。</p>

<p>あと、何でか、SQLite reindex.. のページが GIGAZINE様からリンクされていた。<br />
<a href="http://gigazine.net/index.php?/news/comments/20090511_headline/">2009年5月11日のヘッドラインニュース</a></p>

<p>お陰様でアクセス数が増えた。<br />
当日・翌日は大体30倍のアクセス数、それ以降は段々減って２－３倍、というところです。<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>携帯でMTPモードが使えれば、Windows Media Player 11がそのまま使えるんじゃないか</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2009/05/mtpwindows-medi.html" />
    <id>tag:www.sio.no-ip.com,2009:/mt/shio//3.240</id>

    <published>2009-05-09T13:51:45Z</published>
    <updated>2009-05-09T14:26:16Z</updated>

    <summary>備忘録。 SoftBank 831SH で音楽を聴こうと思ったが、「WMAファイ...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
        <category term="よろず" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>備忘録。</p>

<p>SoftBank 831SH で音楽を聴こうと思ったが、「WMAファイルを作成してどうのこうの」、と<br />
大量にめんどくさそうなことが書いてあり挫折しかけました。</p>

<p>が、ふと思いついてMTPモードで接続したあと、Windows Media Player １１ を使ったら、<br />
何も考えずに同期ができました。<br />
しかもｉTunes で大量に保存してたmp3 もごっそり移行可能。<br />
動作を見る限り、他機種携帯もほぼ同様じゃないかと思われますよ。</p>

<p>以下備忘録。<br />
１）iTunesのmp3ファイルもWindows Media Player経由で携帯にインポート可能<br />
　　携帯に同期したときには、自動的に WMAフォーマットにして取り込まれる。<br />
　手順：<br />
　　Windows Media Player 11 の 「ライブラリ」->「ライブラリに追加」で、<br />
　　　監視するフォルダに「追加」ボタンで iTunes の mp3を保存してるフォルダを指定。</p>

<p>　iTunes のアルバム写真もWindows Media Playerには取り込まれた。<br />
　ただし８３１SHはアルバム写真は未対応（マニュアルに記載あり）のため表示されず。残念。</p>

<p>２）携帯はMTPモードで接続すれば Windows Media Playerに認識され、同期可能。<br />
　MTPモードでPCに接続後、Windows Media Playerを起動すれば外部デバイスとして認識される。<br />
　後は同期を手動または自動でさせればOK.</p>

<p>　同期方法の変更は、Windows Media Player右の外部デバイスを右クリック->「同期の設定..」で<br />
　可能。<br />
　USBドライバとかはインストール必要かもしれない。</p>

<p>３）携帯側は、「メディアプレイヤー」→「ミュージック」→「WMA」　で再生可能</p>

<p>４）「再生リスト」も「自動再生リスト」も同期可能<br />
　　携帯側では「転送プレイリスト」として表示される。<br />
　　同期するかどうかは、「同期の設定...」で変更可能な模様。</p>

<p>問題点<br />
あ)同期中は電話が使えない<br />
い)同期にやたら時間がかかる<br />
　同期中にWMA作ってるのかな。アルバム2-3枚で10分くらいかかった。<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>VBScript の Empty</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2009/04/vbscript-empty.html" />
    <id>tag:www.sio.no-ip.com,2009:/mt/shio//3.239</id>

    <published>2009-03-31T20:59:52Z</published>
    <updated>2009-03-31T21:15:53Z</updated>

    <summary>VBScriptの備忘録２。 未使用の変数は、型（値）が Empty になる。 ...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
        <category term="Windows" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="バッチ・スクリプト" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>VBScriptの備忘録２。</p>

<p>未使用の変数は、型（値）が Empty になる。<br />
Dim work<br />
wscript.echo "VarType?   " & VarType(work)	'0<br />
wscript.echo "TypeName?" & TypeName(work)	'Empty<br />
wscript.echo "isEmpty?" & isEmpty(work)	   'True</p>

<p>VarTypeは0、TypeNameはEmpty。</p>

<p>Emptyは暗黙の型変換で、数字 0 とも文字列 "" とも一致してしまう。<br />
'---test3.vbs---<br />
if (wk = 0) and (wk = "") then<br />
	wscript.echo "True"  'これが表示される<br />
else<br />
	wscript.echo "False"<br />
end if<br />
'----<br />
助かるような、困るような。<br />
ちなみに、isEmpty()で明示的な確認が可能。<br />
変数を明示的にEmptyにするにはそのまんま代入。<br />
 work = Empty </p>

<p>ちなみに，EmptyとNullは異なる。Null は 0や "" とは一致しない。<br />
VarTypeは1、TypeNameはNull。<br />
isNull()関数あり。 work = Null で代入可能。<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>VBScript の落とし穴: on error resume next と if 文の組み合わせ</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2009/04/vbscript-1.html" />
    <id>tag:www.sio.no-ip.com,2009:/mt/shio//3.238</id>

    <published>2009-03-31T19:04:01Z</published>
    <updated>2009-03-31T20:43:06Z</updated>

    <summary>備忘録。VBScript の落とし穴。 on error resume next...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
        <category term="Windows" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="バッチ・スクリプト" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="vbscript" label="vbscript" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>備忘録。VBScript の落とし穴。<br />
on error resume next を使うときは要注意。</p>

<p>下記を実行するとわかるが、(wk <> 0) AND (wk = 0) が成り立つように見えてしまう。</p>

<p>'---- test1.vbs <br />
on error resume next<br />
wk = ""<br />
if (wk <> 0) and (wk = 0) then<br />
	wscript.echo "True??" 'here<br />
else<br />
	wscript.echo "False"<br />
end if<br />
wscript.echo " error:" & err.Number '13<br />
wscript.echo "       " & err.Description '型が一致しません。<br />
'-----</p>

<p>VBScript暗黙の型変換でも「長さ0の文字列」は 数字(Integer)に変換できない<br />
ためにエラーとなるが、<br />
if 文の条件内でのエラーは [on error resume next]のために成り立ったとして<br />
進んでしまう模様。</p>

<p>類似のトラブルは、とにかく if文の条件 がエラーとなるとき。<br />
関数が（スペルミスで）存在しないとか、オブジェクトが取得できないまま使っているとか。<br />
 on error resume next<br />
 if 0 = hogefail() then  <br />
　　' hogefail()が存在しないとエラー→Trueとなってしまう<br />
 if 0 = objectfail.count  then  <br />
　　' objectfail の取得に失敗しているとエラー→Trueとなってしまう</p>

<p>ちなみに、[続き] に記載した test2.vbs や test3.vbs ならば"False"が表示される。<br />
Integer の0は暗黙の型変換で文字列0に変換できるため。<br />
</p>]]>
        <![CDATA[<p>'---- test2.vbs <br />
on error resume next<br />
wk = ""<br />
wk2 = 0<br />
if (wk <> wk2) and (wk = wk2) then<br />
	wscript.echo "True??"<br />
else<br />
	wscript.echo "False"<br />
end if<br />
wscript.echo " error:" & err.Number<br />
wscript.echo "       " & err.Description<br />
'-----<br />
'---- test3.vbs <br />
on error resume next<br />
wk = 0<br />
if (wk <> "") and (wk = "") then<br />
	wscript.echo "True??"<br />
else<br />
	wscript.echo "False" <br />
end if<br />
wscript.echo " error:" & err.Number<br />
wscript.echo "       " & err.Description<br />
'-----<br />
</p>]]>
    </content>
</entry>

<entry>
    <title>三歩進んで二歩下がる</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2009/01/post-83.html" />
    <id>tag:www.sio.no-ip.com,2009:/mt/shio//3.237</id>

    <published>2009-01-12T13:55:15Z</published>
    <updated>2009-01-12T13:57:11Z</updated>

    <summary>うーむ、最初の兆候から既に50時間を超えておりますが、いまだに決着着かず。...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
        <category term="日記" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>うーむ、最初の兆候から既に50時間を超えておりますが、いまだに決着着かず。</p>]]>
        
    </content>
</entry>

<entry>
    <title>firefox 3が遅くなった→ SQLite reindexで解決＆高速化</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2008/10/firefox-3-sqlit.html" />
    <id>tag:www.sio.no-ip.com,2008:/mt/shio//3.236</id>

    <published>2008-10-26T13:17:16Z</published>
    <updated>2009-05-24T14:38:11Z</updated>

    <summary>Firefox 3を使っていて、起動が異様に遅くなっていて困っていました。 今回...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
        <category term="Mozilla - Firefox - Thunderbird" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>Firefox 3を使っていて、起動が異様に遅くなっていて困っていました。<br />
今回、どうやら解決した模様なので備忘録までに記載します。</p>

<p>Firefox 3にバージョンアップしてから、メインで利用しているPCで Firefox の起動が遅くて仕方がない、ipv6検索を無効にするとか試してみたけどもかわず、という状態でした。<br />
だいたい同じAdd-onを 他のPCにも入れて利用していますが、そちらははそう遅くはないので、プロファイル系かあ、までは切り分けしてそのまま利用しておりました。<br />
プロファイル再作成、面倒ですしね。</p>

<p>で、ふと思い立って Firefox 3 で利用している、SQLite データ群をかたっぱしから Reindex したら、<br />
昔のスピードが再現しました。はやい！</p>

<p><strong>改善：２つ<br />
　１）起動が速くなった（起動に1-2分かかる→すぐ起動。劇的に改善。）<br />
　２）サイト表示もはやい。 cookies などの処理がはやくなったため？<br />
</strong><br />
やりかた：<br />
<strong>１）Firefox のプロファイルディレクトリを確認＆バックアップ</strong><br />
　不明なときは、<a href="http://firefox.geckodev.org/index.php?%E3%83%97%E3%83%AD%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB">Firfoxまとめサイト</a>などで確認して下さい。<br />
<strong>２）SQLite Manager エクステンションを入手。</strong><br />
  <a href="https://addons.mozilla.org/ja/firefox/addon/5817">https://addons.mozilla.org/ja/firefox/addon/5817</a><br />
<strong>３）Firefox起動→SQLite Manager起動</strong><br />
　「ツール」→「SQLite Manager」<br />
<strong>４）SQLite Manager で Firefox のプロファイルディレクトリ以下の places.sqlite ファイルを開く</strong><br />
  「Database」→「Connect Database」でファイル選択。<br />
<strong>５）SQLite Manager 左画面の Tables ツリーを開く</strong><br />
  これがテーブル一覧。<br />
　テーブル一覧からテーブルを１つ選択→右クリック→「Reindex Table」選択<br />
　→「SQLite Manager : Confirm the operation」で「OK」ボタン<br />
　 <span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.sio.no-ip.com/mt/shio/archives/2008/10/26/sqlite-manager-reindex.html" onclick="window.open('http://www.sio.no-ip.com/mt/shio/archives/2008/10/26/sqlite-manager-reindex.html','popup','width=1250,height=1024,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.sio.no-ip.com/mt/shio/archives/2008/10/26/sqlite-manager-reindex-thumb-150x122.jpg" width="150" height="122" alt="sqlite-manager-reindex.JPG" class="mt-image-left" style="float: left; margin: 0 20px 0 0;" /></a></span></p>

<p><br />
<strong>６）次のテーブルを選択して、５）を繰り返す。</strong><br />
　どれがとか考えるのは面倒なので、テーブル全部。<br />
<strong>７） データベースを閉じる。</strong><br />
　　「Database」→「Close Database」</p>

<p><br />
<strong>８） cookies.sqlite ファイルで　４）～７）を繰り返す<br />
９）他にもサイズの大きな xx.sqlite ファイルがあればそれでも同じ事を繰り返す</strong><br />
   goo Dictionary エクステンションを入れてれば、goodictionary.sqlite とか。</p>

<p>追記：便利ツールが公開されています。<br />
　<a href="http://www.sio.no-ip.com/mt/shio/archives/2009/05/firerox-sqlite.html">Firerox の SQLite reindex を自動で行ってくれる SQLite Optimizer</a>　をご覧下さい。<br />
知らない人の間で改善が連鎖してゆく感じが楽しいです。<br />
あ、連鎖かどうかはわからないか。。<br />
</p>]]>
        <![CDATA[<p>続き：<br />
修正：cookiesにはデフォルトでindexはありませんでした。<br />
ですのでcookies.sqliteでのreindexは不要と思われます。</p>

<p>私は高速化？の可能性を考えてcookiesのhost にindex作成しています。<br />
前後の効果は不明ですが。。<br />
</p>]]>
    </content>
</entry>

<entry>
    <title>9/27-10/3 サーバ停止</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2008/09/927103.html" />
    <id>tag:www.sio.no-ip.com,2008:/mt/shio//3.235</id>

    <published>2008-09-21T00:17:11Z</published>
    <updated>2008-09-21T00:18:18Z</updated>

    <summary>私の環境をメンテナンスするために停止します。 ...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>私の環境をメンテナンスするために停止します。<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>vbscript 配列</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2008/09/vbscript.html" />
    <id>tag:www.sio.no-ip.com,2008:/mt/shio//3.234</id>

    <published>2008-09-10T02:00:28Z</published>
    <updated>2009-03-31T21:30:18Z</updated>

    <summary> &apos;覚書。  配列 wk()に配列を作るのと、多次元配列 wk(x,y)を作る両...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
        <category term="バッチ・スクリプト" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<code>
<p>'覚書。 </p>
<p>配列 wk()に配列を作るのと、多次元配列 wk(x,y)を作る両方とも可能。</p>
<p>操作がそれぞれ違う（当然。。）</p>
<p>Dim wk(100)<br />&nbsp;wk(0) = array("a","b","c")<br />&nbsp;wk(1) = array("A","B","C")<br />&nbsp;wk(2) = array("X","Y","Z")</p>
<p>ret = "wk()():"<br />for i=0 to 2<br />&nbsp; for x=0 to 2<br />&nbsp;&nbsp;&nbsp; ret = ret &amp;vbCrLf &amp; "("&amp;i&amp;")("&amp;x&amp;")=" &amp; wk(i)(x)<br />&nbsp; next<br />next<br />&nbsp;<br />Dim wk2(100,2)<br />&nbsp;wk2(0,0) = "a"<br />&nbsp;wk2(0,1) = "b"<br />&nbsp;wk2(0,2) = "c"<br />&nbsp;wk2(1,0) = "A"<br />&nbsp;wk2(1,1) = "B"<br />&nbsp;wk2(1,2) = "C"<br />&nbsp;wk2(2,0) = "X"<br />&nbsp;wk2(2,1) = "Y"<br />&nbsp;wk2(2,2) = "Z"</p>
<p>ret = ret &amp; vbCrLf &amp; "wk2(,):"<br />for i=0 to 2<br />&nbsp; for x=0 to 2<br />&nbsp;&nbsp;&nbsp; ret = ret &amp;vbCrLf &amp; "("&amp;i&amp;","&amp;x&amp;")=" &amp;wk2(i,x)<br />&nbsp; next<br />next<br />wscript.echo ret <br /></code><code></code></p>]]>
        
    </content>
</entry>

<entry>
    <title>コンパイル覚書</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2008/07/post-82.html" />
    <id>tag:www.sio.no-ip.com,2008:/mt/shio//3.232</id>

    <published>2008-07-22T15:48:24Z</published>
    <updated>2008-07-25T05:39:34Z</updated>

    <summary>覚えられないので覚え書き。 コンパイル C:\TES\1\WEB-INF\src...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>覚えられないので覚え書き。</p>

<p>コンパイル<br />
C:\TES\1\WEB-INF\src> set CLASSPATH=C:\Struts\xx.xx\servlet-api.jar;..\lib\struts.jar<br />
C:\TES\1\WEB-INF\src> javac -sourcepath . -d ..\classes action\*.java<br />
C:\TES\1\WEB-INF\src> javac -sourcepath . -d ..\classes dao\*.java<br />
C:\TES\1\WEB-INF\src> javac -sourcepath . -d ..\classes model\*.java</p>

<p>WARファイル作成<br />
C:\TES\1> jar cf ..\TE.war .<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>mstsc の/console オプションが XP SP3でも /admin へ変更</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2008/07/mstsc-xp-sp3.html" />
    <id>tag:www.sio.no-ip.com,2008:/mt/shio//3.231</id>

    <published>2008-07-18T14:54:17Z</published>
    <updated>2008-07-18T15:03:57Z</updated>

    <summary>備忘録。 mstsc の /console オプションが、Win 2008 se...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
        <category term="Windows" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>備忘録。<br />
mstsc の /console オプションが、Win 2008 server と VISTA SP1 で、<br />
mstsc /admin に変更だそうだが。</p>

<p>　参考サイト： http://blogs.sqlpassj.org/yoshihirokawabata/archive/2008/02/17/24557.aspx<br />
　　お世話になっております。</p>

<p>/console は無視されるので注意。</p>

<p>で、ふと思い出し確認したら。<br />
Windows XP SP3 でも同じく  mstsc /console が無効。<br />
 /admin になっていた。。</p>

<p>道理で何か変だと思った。</p>]]>
        
    </content>
</entry>

<entry>
    <title>CSS覚え書き</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2008/05/css-1.html" />
    <id>tag:www.sio.no-ip.com,2008:/mt/shio//3.230</id>

    <published>2008-05-14T15:38:35Z</published>
    <updated>2008-05-14T16:03:17Z</updated>

    <summary>CSSは素人なので間違いの際はご勘弁を。 ブロックレベル要素：意味上・表示上のま...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
        <category term="よろず" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>CSSは素人なので間違いの際はご勘弁を。</p>

<p>ブロックレベル要素：意味上・表示上のまとまり。<br />
インライン要素：文書中で何かするもの。表示をかえたりする。</p>

<p>id: ブロックレベルで特定するために用いる。#を用いて宣言。<br />
　#id に対してはリンク先に指定可能。</p>

<p>class: インライン要素の表示フォーマットなどの短縮。.を用いて宣言。<br />
　a.classname とか可能。<br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>マクロレンズ</title>
    <link rel="alternate" type="text/html" href="http://www.sio.no-ip.com/mt/shio/archives/2008/05/post-81.html" />
    <id>tag:www.sio.no-ip.com,2008:/mt/shio//3.229</id>

    <published>2008-05-09T16:08:11Z</published>
    <updated>2008-05-09T16:20:06Z</updated>

    <summary>マクロレンズ購入。 何でも接写すればそれっぽく写るのがうれしい。 ついでに富士山...</summary>
    <author>
        <name>しっ</name>
        
    </author>
    
        <category term="日記" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.sio.no-ip.com/mt/shio/">
        <![CDATA[<p>マクロレンズ購入。<br />
何でも接写すればそれっぽく写るのがうれしい。</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1768-LR.html" onclick="window.open('http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1768-LR.html','popup','width=1000,height=665,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1768-LR-thumb-300x199.jpg" width="300" height="199" alt="DSC-1768-LR.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span></p>

<p></p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1800-LR-2.html" onclick="window.open('http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1800-LR-2.html','popup','width=1000,height=665,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1800-LR-2-thumb-300x199.jpg" width="300" height="199" alt="DSC-1800-LR-2.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span></p>

<p></p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1873-LR.html" onclick="window.open('http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1873-LR.html','popup','width=1000,height=665,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1873-LR-thumb-300x199.jpg" width="300" height="199" alt="DSC-1873-LR.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span></p>

<p></p>

<p><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1885-LR.html" onclick="window.open('http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1885-LR.html','popup','width=1000,height=665,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1885-LR-thumb-300x199.jpg" width="300" height="199" alt="DSC-1885-LR.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span></p>

<p></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1892-LR.html" onclick="window.open('http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1892-LR.html','popup','width=1000,height=665,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1892-LR-thumb-300x199.jpg" width="300" height="199" alt="DSC-1892-LR.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span></p>

<p></p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1894-LR.html" onclick="window.open('http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1894-LR.html','popup','width=1000,height=665,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1894-LR-thumb-300x199.jpg" width="300" height="199" alt="DSC-1894-LR.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span></p>

<p><br />
</br></br>ついでに富士山<br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1763-LR.html" onclick="window.open('http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1763-LR.html','popup','width=1000,height=665,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.sio.no-ip.com/mt/shio/archives/images/DSC-1763-LR-thumb-300x199.jpg" width="300" height="199" alt="DSC-1763-LR.jpg" class="mt-image-none" style="" /></a></span></p>]]>
        
    </content>
</entry>

</feed>
