使用iterm2安裝 zsh
shell to zsh在iterms2輸入chsh -s /bin/zsh若要確認請重開iterm輸入echo $0查看是否是zsh。安装 oh-my-zsh 輸入以下指令cd ~/git clone git://github.com/robbyrussell/oh-my-zsh.git ~...
GREG / 001 PERSONAL ENGINEERING LOG
LATEST ENTRY
Rails migration: change vs up/down 怎麼選02 / NOTEBOOK
shell to zsh在iterms2輸入chsh -s /bin/zsh若要確認請重開iterm輸入echo $0查看是否是zsh。安装 oh-my-zsh 輸入以下指令cd ~/git clone git://github.com/robbyrussell/oh-my-zsh.git ~...
安裝Homebrew 註解:Homebrew為第三方套件管理程式透過他可以安裝一些套件/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"透過Home...
為何要修改Gemfile文件才能上傳Heroku請參考以下SQLite stores data in a file. Heroku doesn't allow storing user's file so you can't use SQLite with Heroku. Instead yo...
ROR專案上傳到Heroku
For Loop 迴圈var list = document.getElementsByClassName("events");for (let item of list) { console.log(item.id);}// ForEachArray.from(document.getEl...