<?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/nestresident/">
    <title>適当TIPS集</title>
    <link>http://w.atwiki.jp/nestresident/</link>
    <atom:link href="https://w.atwiki.jp/nestresident/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>適当TIPS集</description>

    <dc:language>ja</dc:language>
    <dc:date>2011-01-08T20:46:19+09:00</dc:date>
    <utime>1294487179</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/nestresident/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/nestresident/pages/30.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/nestresident/pages/1.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/nestresident/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/nestresident/pages/27.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/nestresident/pages/21.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/nestresident/pages/28.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/nestresident/pages/26.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/nestresident/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/nestresident/pages/25.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/nestresident/pages/19.html">
    <title>サブメニュー</title>
    <link>https://w.atwiki.jp/nestresident/pages/19.html</link>
    <description>
      ＊＊Programing
-[[JAVA関連]]
-[[VB関連]]
-[[VBS・WSH]]
-[[DBプログラム関連]]
-[[アプリ関連]]
-[[JavaScript]]

***[[craftlaunch]]

***リンク
#treemenu(title=検索サイト,
[[yahoo&gt;http://yahoo.co.jp]],
[[google&gt;http://google.com]],
none,
treeline=1)
#treemenu(title=Webサービス,
[[Webメッセンジャー&gt;http://wwwe.meebo.com/]],
[[SkypeWebクライアントー&gt;https://imo.im/]],
none,
treeline=1)    </description>
    <dc:date>2011-01-08T20:46:19+09:00</dc:date>
    <utime>1294487179</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/nestresident/pages/30.html">
    <title>craftlaunch</title>
    <link>https://w.atwiki.jp/nestresident/pages/30.html</link>
    <description>
      キーボードランチャー
「[[CraftLaunch&gt;http://sites.google.com/site/craftware/clnch]]」カスタマイズメモ    </description>
    <dc:date>2011-01-03T00:35:22+09:00</dc:date>
    <utime>1293982522</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/nestresident/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/nestresident/pages/1.html</link>
    <description>
      *カテゴリ
＊＊プログラム関連TIPS
-[[JAVA関連]]
-[[VB関連]]
-[[VBS・WSH]]
-[[DBプログラム関連]]
-[[アプリ関連]]
-[[JavaScript]]
＊＊開発環境
-[[VB.net]]
-[[開発ツール等]]
＊＊リンクなど
-[[リンク]]
-[[その他]]
＊＊趣味等
-[[携帯関連]]
-[[ロトシックス]]
*残タスク
[[おもしろスレまとめ&gt;http://sagisou.sakura.ne.jp/~sakuchin/kazumi/index.html]]

[[自転車&gt;http://www.cso.co.jp/index.html]]
上木彩矢
----
- [[プログラマーの格言（盗作多し）&gt;http://www23.atwiki.jp/nestresident/archive/20061207/63c24358aa1461d0621ef959bb1c8617]] (2006-12-07 21:38:53)
- [[浅田真央の転倒画像がシュールすぎる件...&gt;http://www23.atwiki.jp/nestresident/archive/20080611/971bb108778bb757ef5bdbcc76f0dad1]] (2008-06-11 20:58:13)
#archive_log()     </description>
    <dc:date>2011-01-03T00:22:05+09:00</dc:date>
    <utime>1293981725</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/nestresident/pages/18.html">
    <title>DBプログラム関連</title>
    <link>https://w.atwiki.jp/nestresident/pages/18.html</link>
    <description>
      [[ORACLE関連TIPS&gt;http://www.seiji-tsubosaki.net/OHM/Top.htm]]
[[SQLServer 仕様書用SQL]]
[[SQL整形&gt;http://www.sqlinform.com/]]





----    </description>
    <dc:date>2008-02-16T01:20:44+09:00</dc:date>
    <utime>1203092444</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/nestresident/pages/27.html">
    <title>VBS・WSH</title>
    <link>https://w.atwiki.jp/nestresident/pages/27.html</link>
    <description>
      ■現在実行されているスクリプトが存在するディレクトリの取得 
Dim FolderName                &#039;As String
Set FSO = CreateObject(&quot;Scripting.FileSystemObject&quot;)
FolderName = FSO.GetParentFolderName(WScript.ScriptFullName)
Set FSO = Nothing

&#039; 実行スクリプトのあるフォルダを取得
Public Function GetScriptPath(ByVal objFS)
    Dim path
    path = WScript.ScriptFullName
    GetScriptPath = Left( path, InStrRev(path, &quot;\&quot;) - 1 )
End Function












----    </description>
    <dc:date>2007-07-29T09:00:34+09:00</dc:date>
    <utime>1185667234</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/nestresident/pages/21.html">
    <title>その他</title>
    <link>https://w.atwiki.jp/nestresident/pages/21.html</link>
    <description>
      [[お役立ちリンク&gt;http://kusuda777.web.infoseek.co.jp/links/]]
[[SQLServer2005 JDBC&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=ja&amp;FamilyID=e22bc83b-32ff-4474-a44a-22b6ae2c4e17]]
[[SQL Server2000自習室&gt;http://www.microsoft.com/japan/technet/prodtechnol/sql/2000/evaluate/exercises.mspx]]


@echo off
REM ************************************
REM カレントディレクト内の「class」ファイルを
REM デコンパイルします。
REM ************************************
setlocal enabledelayedexpansion
echo 実行ディレクトリ内の「sql」ファイルを実行します。
echo 中止する場合は「Ctrl + C」で終了してください。
pause 
REM 実行ディレクトリの取得
set strDirName=&quot;%cd%&quot;
echo 処理ディレクトリ:%strDirName%
cd /d %strDirName% 
echo ==== 処理開始 =====
REM カレントディレクトリ中の「sql」ファイルをosqlで実行
for %%x in (*.class) do (
set strParam=%%x
echo 処理中ファイル:!strParam!
jad -o -r -sjava -dsrc !strParam!
set /A iCountNum=!iCountNum!+1
)
echo *** 処理結果ログ START ***********
echo 総処理件数:!iCountNum!
echo *** 処理結果ログ END ***********
echo ==== 処理終了 =====
pause


subversionを使っていると管理フォルダに.svnフォルダが各フォルダごとに作成されます。
こいつを納品時にいちいち検索して選択して削除ってするのが面倒なので、ドラッグアンドドロップすると一括削除するバッチファイルを書いてみました。

IF %1.==. GOTO END
%~d1
CD %1
FOR /R %%i IN (.svn) DO RD /S/Q &quot;%%i&quot;
:END


Public Function GetDBConString( _
                    strServerName As String _
                    , strDBName As String _
                    , strUserName As String _
                    , strPassWord As String) As String
                            
    Dim strReturn As String
    
    strReturn = &quot;Driver={SQL Server};&quot;
    strReturn = strReturn &amp; &quot;Server=&quot; &amp; strServerName &amp; &quot;;&quot;
    strReturn = strReturn &amp; &quot;UID=&quot; &amp; strUserName &amp; &quot;;&quot;
    strReturn = strReturn &amp; &quot;PWD=&quot; &amp; strPassWord &amp; &quot;;&quot;
    strReturn = strReturn &amp; &quot;Database=&quot; &amp; strDBName &amp; &quot;;&quot;
    
    GetDBConString = strReturn

End Function


----    </description>
    <dc:date>2007-07-13T13:01:01+09:00</dc:date>
    <utime>1184299261</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/nestresident/pages/28.html">
    <title>開発ツール等</title>
    <link>https://w.atwiki.jp/nestresident/pages/28.html</link>
    <description>
      [[工程モデリングソフト&gt;http://homepage2.nifty.com/dbc/xead.html]]
[[アイコンサイト&gt;http://www.hereticanthem.com/webdesign/292/]]
[[チュートリアル作成&gt;http://www.debugmode.com/wink/]]
[[SQL Server比較&gt;http://www.yessoft.com/dnn/]]
[[Trac参考サイト&gt;http://discypus.jp/wiki/]]    </description>
    <dc:date>2007-05-10T14:23:59+09:00</dc:date>
    <utime>1178774639</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/nestresident/pages/26.html">
    <title>JAVA関連</title>
    <link>https://w.atwiki.jp/nestresident/pages/26.html</link>
    <description>
      [[HtmlParser&gt;http://www.mlab.im.dendai.ac.jp/~yamada/ir/HTMLParser/]]

[[javaSVN&gt;http://www.in-vitro.jp/blog/index.cgi/Library/20050923_01.htm]]
[[JavaHl&gt;http://subversion.tigris.org/servlets/Search?scope=project&amp;resultsPerPage=40&amp;query=javahl]]
[[JAVAライブラリ&gt;http://www.limy.org/dest/limy-core/coverage/html/]]
[[JavaHlAPI&gt;http://releases.mindquarry.org/org/tigris/subversion/javahl-api/1.4.0/javahl-api-1.4.0-javadoc.jar/org/tigris/subversion/javahl/SVNClientInterface.html#info(java.lang.String)]]    </description>
    <dc:date>2007-04-23T23:29:25+09:00</dc:date>
    <utime>1177338565</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/nestresident/pages/13.html">
    <title>VB関連</title>
    <link>https://w.atwiki.jp/nestresident/pages/13.html</link>
    <description>
          </description>
    <dc:date>2007-04-19T21:51:34+09:00</dc:date>
    <utime>1176987094</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/nestresident/pages/25.html">
    <title>VB.net</title>
    <link>https://w.atwiki.jp/nestresident/pages/25.html</link>
    <description>
      開発環境
[[VB2005&gt;http://www.microsoft.com/japan/msdn/vstudio/express/vbasic/]]

-- TIPサイト
[[①&gt;http://dobon.net/vb/dotnet/index.html#internet]]
[[HtmlParser&gt;http://uzgalaxy.com/dotnet/Info-00068/index.html]]
[[DB関連&gt;http://park5.wakwak.com/~weblab/index.html]]





----    </description>
    <dc:date>2007-04-02T20:14:40+09:00</dc:date>
    <utime>1175512480</utime>
  </item>
  </rdf:RDF>
