products.yml

来自「用NETBEANS编的」· YML 代码 · 共 28 行

YML
28
字号
# Schema as of June 12, 2006 15:45 (schema version 7)## Table name: products##  id          :integer(11)   not null, primary key#  title       :string(255)   #  description :text          #  image_url   :string(255)   #  price       :integer(11)   default(0)##START:rubyruby_book:  id:          1  title:       Programming Ruby  description: Dummy description  price:       1234  image_url:   ruby.png#END:rubyrails_book:  id:          2  title:       Agile Web Development with Rails  description: Dummy description  price:       2345  image_url:   rails.png  

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?