2010-11-01から1ヶ月間の記事一覧

process

細かい条件を指定してprocessを起動の例:' ProcessStartInfo の新しいインスタンスを生成する Dim startInfo As New System.Diagnostics.ProcessStartInfo()With startInfo ' 起動するアプリケーションを設定する .FileName = "Notepad" ' コマンドライン引…

windows service SC

command: SC [\\server] [commands] [service_name] [Options][commands]→ query [qryOpt] Show status queryEx [qryOpt] Show extended info - pid, flags GetDisplayName Show the DisplayName GetKeyName Show the ServiceKeyName EnumDepend Show Depend…

jqueryでdatepicker

http://www.lifeisg.com/blog/jquery/datepicker/