(O+P)ut

アウトプット



(O+P)ut

エンジニアのアウトプット

【入門】log4Jのインストールから動作確認まで

はじめに log4jとは「Apache Log4j」の略称で、Javaベースのロギングユーティリティです。 Javaでコードを書く際、何か値を標準出力に出力するだけであればSystem.out.printを用いてコンソールで確認するケースが多々あると思います。一方でlog4jを利用して…

本サイトについて

ブログ開設の経緯 学習内容を整理して言語化する場、いわゆるアウトプットの場として個人ブログを2014年に開設。学習の片手間で更新してます。 サイト名は「アウトプット」をキーワードに「(O+P)ut」と命名。 (O͆+P͆)u͡t → Out + Put → OUTPUTという加法定理…

Why need Sticky Bit ?

Reasons Why You Need Sticky Bit Sticky Bit is described as following sentence, When a directory's sticky bit is set, the filesystem treats the files in such directories in a special way so only the file's owner, the directory's owner, or r…