2017-07-26から1日間の記事一覧

コマンドでパフォーマンス情報を取得するtypeperfコマンド

http://hexadrive.jp/hexablog/infra/9291/ CPU使用率やメモリ使用量などのパフォーマンス情報を、一定時間ごとに取得して標準出力に書き出すコマンド。 引数無しだと外部から強制終了するまで永遠に書き出し続ける。ping -tみたいな感じ。 例:メモリ使用量…

markdownのテーブル

Left align |Right align |Center align ------------|-------------:|:-------------: This |This |This column |column |column will |will |will be |be |be left |right |center aligned |aligned |aligned

git branch を日付順に表示する

http://gfx.hatenablog.com/entry/2016/06/10/153747 git branch --sort=authordate

git show-branch

https://git-scm.com/docs/git-show-branch http://helen.hatenablog.com/entry/2016/05/25/115248 ブランチ一覧と、各ブランチで行われた変更を一覧表示するコマンド。

CSS擬似『要素』と、CSS疑似『クラス』

http://www.monosus.co.jp/posts/2015/12/000111.html CSS擬似『要素』は、CSSによって指定要素の前後に要素を追加することができる。 見た目を再現するためだけの空divなどHTMLの文章構造上は不要なタグを無くし、綺麗で見やすいHTMLを保つことができる