Git $ git merge hoge_branch とするとmergeした後,勝手にコミットしてしまう.branchでのコミットログも一緒に入ってしまうため,適当に書いたコミットログが push した時に入ってしまう. そんな時は $ git merge --squash hoge_branch コミットはせずに,マージだけしてくれる.
<?php $log_file_path = $_SERVER['argv'][1]; $check_line_number = 30000; while (true) { $time = time() - 60; $date_str = date('d/M/Y:H:i', $time); if (file_exists("$log_file_path")) { $cmd = "tail -n {$check_line_number} {$log_file_path} | fgrep '{$date_str}' | fgrep php | fgrep -v png | fgrep -v jpg | wc -l"; } echo date('Y/m/d H:i', $time) ." "; system($cmd); sleep(60); }
Here is how to setup an ubuntu slice with rails, mongrel_cluster, and nginx, AND deploy your application in under ten minutes (the first time it will probably take you a little longer, but with practice and proper use of these instructions/recipes you can do it in under 10)... Make sure and read the prereqs!
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く