2006-12-07から1日間の記事一覧

UDPHP

#!/usr/local/bin/perl -w # アドレス データkey共有秘密鍵 # .cgi?データkey共有秘密鍵 $log = "log.txt"; print "Content-type: text/plain\n\n"; open(DATA,"$log") || die $!; while(<DATA>) { chomp; next unless(/ /); ($q,$p) = ($`,$'); next unless( $p =</data>…

つうか、 NetFlamework とAnsi混ぜるな危険ってことですね

...(String args[]) .... #define _ptr(x) (const char*)System::Runtime::InteropServices::Marshal::StringToHGlobalAnsi(x).ToPointer() #define _fre(x) System::Runtime::InteropServices::Marshal::FreeHGlobal(IntPtr((void*)x)); const char *p; p =…