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

tail -f

tail -f でエラーログを見てみた なんで tail -f を使ったのか? PHP の勉強中に local 環境で PHP が実行できず、HTTP ERROR 500 を吐きまくっていたから。 HTTP ERROR 500 でググったら、PHP がうまく動かずにいるという記述があったので、 tail -f MAMP …

ブログを調べながら作ってみる。

Githubに新規リポジトリを作成する 1.GitHubで新しいリポジトリを作成 Repository name:必須。リポジトリ名を入力 Description:任意。リポジトリの説明を入力 Public/Private:公開したくない場合はPrivate(有償契約の場合) Initialize this repository with …

何の為にブログを書くのか。

学びの方法を変える 初心者エンジニアだから 成長にスピード感を感じたい。焦らず確実に知識を付けたい。 成長の過程を綴り、貯蓄する。ブログの価値を100%引き出し宝物にする。 このブログを通して、やってみようの数を増やしたい。 という想いからブログの…

Data Science

Start learning data science. Necessary to download Anaconda first. Execute jupyter notebook in teminal. Select Python3 in jupyter notebook. *Refered from other site. How to visualize data Necessary to code %matplotlib inline at the first l…