2019-01-01から1ヶ月間の記事一覧

HTML div 高さ 画面全体から指定 viewport

特定のnodeだけ指定したい場合。 height: 80vh 高さ80%の表示になる 便利 <style> /* Always set the map height explicitly to define the size of the div * element that contains the map. */ #map { //これは便利 height: 80vh; } /* Optional: Makes the sam…

MAMP でコマンドラインからMySQL 忘備録

ターミナルでここへ移動 $ cd /Applications/MAMP/Library/bin/ ログイン ./mysql -u root -p パスワード入力 確か初めはrootになっていると思う。 よく使うコマンド show databases create database 作成したいDB名; select * from users \G これはデータを…

AWS構築 格闘日記-2 忘備録

rbenvにてインストールできない。 このようなエラーが出る $ rbenv install -v 2.5.3 configure: error: in `/tmp/ruby-build.20190101085547.10626/ruby-2.5.3': configure: error: no acceptable C compiler found in $PATH $ rbenv -v rbenv 1.1.1 $ whic…