可以远程吗
已发简历
造一个
一个来了就不想走的城市,相信我,是真的...
不明觉厉👍
👍
导演辛苦了
👍
👍
👍
👍
👍
有没有微信群
你棒棒的
可以试试加入规则引擎,ruleby,wongi-engine
class Test
attr_accessor :key,:token
def hi
@key
end
end
test =Test.new
test.key = 4
test.hi() => 4
# db/migrate/20140207133952_create_books.rb
create_table :books do |t|
t.string 'title'
t.string 'tags', array: true
t.integer 'ratings', array: true
end
add_index :books, :tags, using: 'gin'
add_index :books, :ratings, using: 'gin'
# app/models/book.rb
class Book < ApplicationRecord
end
# Usage
Book.create title: "Brave New World",
tags: ["fantasy", "fiction"],
ratings: [4, 5]
## Books for a single tag
Book.where("'fantasy' = ANY (tags)")
## Books for multiple tags
Book.where("tags @> ARRAY[?]::varchar[]", ["fantasy", "fiction"])
## Books with 3 or more ratings
Book.where("array_length(ratings, 1) >= 3")
远程不
老司机造福
不找了么?
我是用的 localStorage,但是也有个问题,用户可能计算机水平并不高。所以每次打开页面的时候,localStroage 都会存着查询,用户就会很懵逼的求助。。。所以最好再多个按钮叫“重置查询”
pry puts
@nine @jiyuhang110 @jiayuan_huang @lehug @yqwoe 我们都在郑州
发现楼上三位没有好好干活!
分别加了 qq 微信都没反应