摘要:
在Mac系统中并没有Home、End等键,所以在使用时并不是特别的顺手,但是有几个键位组合可以使Terminal的操作更加灵活方便。 1、将光标移动到行首:ctrl + a 2、将光标移动到行尾:ctrl + e 3、清除屏幕: ctrl + l 4、搜索以前使用命令:ctrl + r 5、清除当前 阅读全文
摘要:
A Ruby static code analyzer, based on the community Ruby style guide. http://rubocop.readthedocs.io github https://github.com/bbatsov/rubocop/ 安装 配置 v 阅读全文
摘要:
rails g model employee name:string rails g model product name:string rails g model picture name:string imageable_id:integer imageable_type:string clas 阅读全文