2015-01-01から1年間の記事一覧

標準出力と標準エラー出力をファイルに落とす

コマンド > ファイル名.log 2>&1 &いつも忘れる・・

C# [HttpGet] public async Task>で出力をしようとしてるのにエラー

よくわかっていませんが <Error> <Message>An error has occurred.</Message> <ExceptionMessage>The 'ObjectContent`1' type failed to serialize the response body for content type 'application/xml; charset=utf-8'.</ExceptionMessage><ExceptionType>System.InvalidOperationException</ExceptionType> <StackTrace/> </stacktrace/></error>

phpで503を出すには・・

何かしらの障害でサイトやページが出せなくなったら 取り急ぎ503で逃げることで Googleのクローラーが来ても「ぁぁメンテ中なのね」と思ってくれる その間に頑張って復旧しよう! page503.php <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 現在メンテナンス中です。<br> 誠に申し訳ございません。<br> /やディ</meta>…