(2006-03の一覧)
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
2006-03-14 Tue (他の年の同じ日: 2004 2007)
ネットワークを使用中のプログラム一覧
2006-03-14-2 / カテゴリ: [win][command] / [permlink]
-b 付きで netstat 実行
> netstat -b Active Connections Proto Local Address Foreign Address State PID TCP MOZZARELLA:2542 localhost:2543 ESTABLISHED 4076 [firefox.exe] TCP MOZZARELLA:2543 localhost:2542 ESTABLISHED 4076 [firefox.exe] TCP MOZZARELLA:2869 localhost:3920 ESTABLISHED 1288 C:\WINDOWS\System32\httpapi.dll c:\windows\system32\upnphost.dll C:\WINDOWS\system32\RPCRT4.dll C:\WINDOWS\system32\ole32.dll [svchost.exe]
(数字の)文字列を16進のバイト列とみなして変換
2006-03-14-1 / カテゴリ: [programming][perl] / [permlink]
文字列 "616263640a" を "0x61 0x62 0x63 0x64 0x0a" として処理
きっと,もっとウマい方法があるはず…(/_-)
$str = "616263640a"; $str2 = join "", map { chr oct "0x".$_} ($str =~ /.{2}/g);($str2 は "abcd\n")
きっと,もっとウマい方法があるはず…(/_-)
2013 : 01 02 03 04 05 06 07 08 09 10 11 12
2012 : 01 02 03 04 05 06 07 08 09 10 11 12
2011 : 01 02 03 04 05 06 07 08 09 10 11 12
2010 : 01 02 03 04 05 06 07 08 09 10 11 12
2009 : 01 02 03 04 05 06 07 08 09 10 11 12
2008 : 01 02 03 04 05 06 07 08 09 10 11 12
2007 : 01 02 03 04 05 06 07 08 09 10 11 12
2006 : 01 02 03 04 05 06 07 08 09 10 11 12
2005 : 01 02 03 04 05 06 07 08 09 10 11 12
2004 : 01 02 03 04 05 06 07 08 09 10 11 12
最終更新時間: 2013-05-02 16:12