blog.livedoor.jp
Open in
urlscan Pro
147.92.146.242
Public Scan
URL:
http://blog.livedoor.jp/akf0/archives/51485533.html
Submission: On July 30 via manual from JP — Scanned from JP
Submission: On July 30 via manual from JP — Scanned from JP
Form analysis
2 forms found in the DOMName: comment_form — POST https://comment.blogcms.jp/livedoor/akf0/51485533/post
<form action="https://comment.blogcms.jp/livedoor/akf0/51485533/post" method="post" name="comment_form" id="comment-form" onsubmit="setCommentAuthor(this); return submitOnce(this.button);">
<table cellpadding="0" cellspacing="0" class="form">
<tbody>
<tr class="input-auther">
<th class="author">名前</th>
<td id="comment-author-form"><input id="author" name="author" value=""></td>
</tr>
<tr class="input-etc">
<th> </th>
<td>
<label class="input-memorize" for="bake">情報を記憶<input id="bake" type="checkbox" name="cookie"></label>
<label class="input-rating">評価<select id="rank" name="rating">
<option value="">--</option>
<option value="1">1(最低)</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5(最高)</option>
</select></label>
<label class="input-rating-face" for="radio-rating-face"><input type="radio" id="radio-rating-face" value="face" name="rating_icon">顔</label>
<label class="input-rating-star" for="radio-rating-star"><input type="radio" id="radio-rating-star" value="star" name="rating_icon" checked="checked">星</label>
</td>
</tr>
<tr class="input-facemark">
<th> </th>
<td><a href="javascript:void(0);" id="emojiLink1" onclick="showEmojiPanel(this.id, 'text')"><img src="https://parts.blog.livedoor.jp/img/usr/cmn/tool.gif" id="tool" width="18" height="18" alt="絵文字"></a></td>
</tr>
<tr class="input-comment-body">
<th nowrap=""> </th>
<td>
<div class="textarea-outer"><textarea id="text" name="body"></textarea></div>
</td>
</tr>
<tr class="submit">
<th> </th>
<td><input type="submit" value=" 投稿する " class="button" name="button"></td>
</tr>
</tbody>
</table>
</form>
POST http://www.melma.com/backnumber_175383/
<form method="post" action="http://www.melma.com/backnumber_175383/">
<table width="132" border="0" cellpadding="0" cellspacing="1" bgcolor="#7EAB00">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" bgcolor="#7EAB00">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#ffffff">
<tbody>
<tr bgcolor="#7EAB00">
<td style="text-align: center; font-size: small;"><strong style="color:#FFF !important;">メルマガ登録・解除</strong></td>
</tr>
<tr bgcolor="#F2FD68">
<td>
<table border="0" cellspacing="2" cellpadding="0" align="center">
<tbody>
<tr>
<td style="padding-left: 0.3em; font-size: medium;"><a href="http://www.melma.com/backnumber_175383/" target="_blank" style="color:#00C !important;">【出張版】全ては時の中に…</a></td>
</tr>
<tr>
<td style="font-size: x-small;"><label for="yes"><input value="add" name="mailmag" type="radio" style="vertical-align:middle;" checked="checked"
id="yes"><a href="http://melma.com/contents/law.html" target="_blank" style="color:#00C !important;">規約</a><span style="color:#000 !important;">に同意して登録</span></label> </td>
</tr>
<tr>
<td style="font-size: x-small;"><label for="no"><input value="del" name="mailmag" type="radio" style="vertical-align:middle;" id="no"><span style="color:#000 !important;">解除</span></label></td>
</tr>
<tr>
<td style="font-size: x-small;">
<div align="center"><input name="email" type="text" style="width:122px; " maxlength="64"></div>
</td>
</tr>
<tr>
<td style="font-size: x-small;">
<div align="center"><input value="dgregist" name="procregister" type="hidden"><input name="btregsit2" type="submit" value=" 送信 " style="color:#000 !important;"></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="right"> <span style="font-size:x-small; color:#000 !important;">powered by</span>
<a href="http://melma.com/" target="_blank"><img src="http://melma.com/contents/campaign/k_h_campaign/img/rogo0704.gif" width="83" height="15" border="0" alt="メルマガスタンドmelma! トップページへ" style="vertical-align:middle;"></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</form>
Text Content
プログラミングブログを書く7月30日話題の記事 全ては時の中に… システム開発全般の技術や開発に役立つツール、プログラミングのサンプルを紹介しています。 * < 【テスト技法】テストケースと確認項目の導出 * 【Excel VBA】2つの日付から日数を算出する > 2008/8/319:59 【WINDOWS】WINDOWSをロックする 機密情報を表示している時に席を離れる場合のように、スクリーンセイバーの起動によるパスワードロックが掛るのを待つのではなく、すぐに端末にロックを掛けたい場合があります。 このような場合に利用できるバッチファイルの作成方法について紹介します。 以下、作成手順。 1.メモ帳を開く。 1)[スタート]-[プログラム]-[アクセサリ]-[メモ帳]を選択する。 2.メモ帳に以下を入力する。 rundll32.exe user32.dll,LockWorkStation 3.ファイルを保存する。 1)メモ帳のメニューバーから[ファイル]-[名前を付けて保存]を選択する。 2)以下のようにして保存する。 ファイル名 : WinLock.bat ファイルの種類: すべてのファイル(*.*) ※拡張子がbatであれば、名前は何でも良いです。 上記のファイルをデスクトップに保存しておき、離席時にダブルクリックすれば、ロックが掛かります。 【補足事項】 ・この方法でロックした時点では、スクリーンセイバーは起動しません。 →スクリーンセイバーは、指定した時間が経過しない限り起動しません。 ・[Windowsキー]+[L]で上記と同じことができます。 ショートカットキーとして登録されています。 ※Windowsキーとは、Windowsのロゴマークのキーのことです。 「WINDOWS」カテゴリの最新記事 * Windowsの記事一覧 * 【Windows】ダミーファイルの作成 * 【Windows】Windows 7のインストールUSBメモリを作成する * 【コマンドプロンプト】パラメータが空文字かどうか判定する * 【データベース】ODBCデータソースの保存先 * 【仮想化】Virtual PCにWindows 7をインストールする * 【仮想化】Windows VistaでVirtual Server 2005 R2 SP1を利用する * 【Windows】エクスプローラで選択したフォルダをカレントディレクトリにしてコマンドプロンプトを開く * 【Windows】Windows VistaのWindowsメールでGmailを受信する方法 * 【Windows】システム情報を取得する * 【Windows】アクセス権限の変更ツール * 【Windows】仮想ハードディスク(VHD)ファイルの圧縮 * 【Windows】ファイル名の表示順序 * 【コマンド】繰り返し処理 * 【Windows】新しい用紙を登録する カテゴリ:Windowsコマンドプロンプト タグ : Windows ロック バッチ rundll32 LockWorkStation * akf0 * Comments( 1 ) * コメント一覧 (1) 1. * 1. Alan * 2009年05月23日 17:28 * [Windowsキー]+[L]で上記と同じことができます。 これは、知りませんでした。 参考になりました。 ありがとう。 コメントする 名前 情報を記憶 評価 -- 1(最低) 2 3 4 5(最高) 顔 星 * < 【テスト技法】テストケースと確認項目の導出 * 【Excel VBA】2つの日付から日数を算出する > << August,2008 >> S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 TagCloud * C# * C++ * C言語 * Excel * Microsoft * Office * Oracle * PowerShell * PrintDocument * Server * SMO * Spread * SQL * SQLServer * Studio * VB.NET * VBA * Virtual * Vista * VISUAL * Windows * WMI * アプリケーション * イベント * インストール * クラス * コマンド * コマンドプロンプト * コントロール * テーブル * データ * データベース * データ型 * パフォーマンス * ファイル * フォーム * フォルダ * 一覧 * 印刷 * 引数 * 確認 * 項目 * 作成 * 実行 * 取得 * 出力 * 設定 * 操作 * 追加 * 日付 * 表示 * 文字列 * 変換 * 変更 * 利用 最新記事 サイトマップ Windowsの記事一覧 コマンドシェルの記事一覧 VB.NETの記事一覧 Web技術関連の記事一覧 データベース関連の記事一覧 MS Office関連の記事一覧 【C言語】strtok()を利用する場合の注意点 【C言語】数値の桁数を取得する 【Linux】シェルで進捗を表示する カテゴリ別アーカイブ サイトマップ (7) Web技術 (1) プロジェクト管理 (4) 要件定義 (1) レビュー (1) 設計技術 (4) デザインパターン (1) テスト技法 (2) ネットワーク (2) Microsoft (3) Windows (53) コマンドプロンプト (32) PowerShell (19) Linux (11) 仮想化技術 (8) 統合開発環境(IDE) (15) GrapeCity (14) VB.NET (290) Visual Basic (2) ASP.NET (4) AJAX (1) C/C++ (20) C# (7) Java (5) Google Android (3) Lua (3) HTML (4) CSS (2) VBScript (10) WSH (5) Ruby (2) PowerBuilder (8) データベース (11) SQL (75) Oracle (26) SQL Server (61) Microsoft Office (11) Excel (39) Word (4) Access (5) VBA(MS-Office) (39) ソフトウェア紹介 (27) ソフトウェア(自作) (11) Eee PC (6) 資格試験 (1) 日記 (2) 月別アーカイブ 2015年12月 2012年12月 2012年03月 2010年08月 2010年07月 2010年03月 2009年12月 2009年10月 2009年08月 2009年07月 2009年05月 2009年04月 2009年03月 2009年02月 2009年01月 2008年12月 2008年11月 2008年10月 2008年09月 2008年08月 2008年07月 2008年06月 2008年05月 2008年04月 2008年03月 2008年02月 2008年01月 2007年12月 2007年11月 2007年10月 2007年09月 2007年08月 2007年07月 2007年06月 Recent Comments 【VB.NET】DataGridViewのSelectedRowsを整列する 7033 【VB.NET】スレッドで生成した別のクラスからフォームのコントロールを扱う ラクチェ 【SQL Server】指定したデータベースのテーブル一覧を取得する じいさん 【VBS】現在時刻の形式をyyyymmddhhmmssにする方法 さらに通りすがり 【SQL Server】メモリの最大使用量を設定する hir 【VBS】現在時刻の形式をyyyymmddhhmmssにする方法 ふうらいぼう 【VB.NET】リッチテキストのフォントが勝手に変更されるのを抑制する なっち 【VC++】スレッド(pThread)を利用する環境を整える blogleaks 【コマンド】Windowsサービスを削除する ookuma 【SQL Server】フルテキストインデックスを利用する taka Profile ふりっつ システムエンジニア 取得資格: ソフトウェア開発技術者 MCP(70-290) メールマガジン: 【出張版】全ては時の中に… メールマガジン メルマガ登録・解除 【出張版】全ては時の中に… 規約に同意して登録 解除 powered by Links 株式会社KITOHA PictMaster(テスト技法) Amazon(開発関連書籍) Crammedia.com(ベンダー試験用問題集) ブログランキング Its Beautiful. Staff is great, lots of plants. Lots of things for the kids as well. كوره شوت كوره شوت My family and I had so much fun! But the lines were too long and it was a hot day ортопедические кровати матрацы This place is amazing! I bought a spider-man collection so I can read the story and life of Peter Parker and the book was in a nice consition! xbox game pass優惠 Nice hotel, but rooms are strange, with finnicky light switches loan899.com Lots to do if you like NASCAR. Road race track as well. High octane fuel is sold at stations nearby. agen togel resmi Still good as always, but alot of vendors were gone? umzugshilfe zürich They charge 10 euros for trial entry, never seen such a thing. rphs review course Beautiful views, excellent food, perfect visit for holiday season. wm 真人 百 家 樂 I dont personally enjoy casinos but it was very clean and the servers kept up with drinks orders. Security was friendly and helpful as well. what are bobbleheads used for Fun afternoon shopping for furniture with Jeff! Very helpful and pays attention. counterfeit usd 100 I always love coming here for the 30 plays. Some of them are hilarious, some are serious, some are just weird, but they are always so creative and its impossible to not enjoy yourself. false id card uk top We went when they had the pop up bar called the Rose bar. It was awesome! Great staff, food and drinks. Beautiful view of New York City! online inspection real estate Love their customer service! I love how they have complementary Starbucks coffee by the waiting area. pastile pentru potenta in farmacii fara reteta Informative. All questions answered. Took less time I thought it would take. hydraulic hose fittings quotes Excellent customer service, support, and follow through. low run stickers Stopped by to pick up the Pie of the Month special. Always a winner. purchase counterfeit money Excellent service right in the middle of the Fresh Quarter comprimes pour maigrir Usually not a big fan of Irish bars, but this place rules! photography space for rent A good place to be when u visit isb...if u earn in dollars cheap glass tables We spend two days here and Id highly recommend it to everyone. Beach and swimming area excellent. Staff very helful. Tour was very informative. dr ashinsky Love this place, especially around Xmas time its beautiful ... web design cardiff Alex Leach was a great help in helping me understand my options in my potential future car purchases. kwinside.com The hotel is spectacular I liked it very well it is very well maintained comment recuperer une image sur internet Great time here! Cant believe the Coliseum food prices were so reasonable. gái 8x lạc thủy Beautiful place, quality food, good portions and reasonable prices! Carpenter document consulting They need to train their staff better & need more products. find chrome app Love the pools! Love the squash courts too! Awesome facility learn with facebook Amazon スポンサー * Powered by ライブドアブログ