有什么不可以的呢?又不是搞艺术,不都是体力活么?啥都不会你想让他做什么? 我还给新京报卖过报纸呢,2 个小时 30 块钱
薪资待遇都木写,菜鸟能给多少啊?大牛能给多少啊?
我现在的做法是增加一个 Description Model
class Description < ActiveRecord::Base
#fields: entity_type, entity_id, name, content
belongs_to :entity, :polymorphic => true
after_save :check_content
def check_content
self.destroy if self.content.blank?
end
end
class ActiveRecord::Base
def self.has_descriptions(descriptions)
descriptions.each do |name, desc|
class_eval <<-EOV
has_one name.to_sym, :class_name => "Description", :as => :entity, :conditions => { :name => name.to_s }, :dependent => :destroy
accepts_nested_attributes_for name.to_sym, :allow_destroy => true
delegate :content, :to => name.to_sym, :prefix => true, :allow_nil => true
EOV
end
end
end
class YourModel < ActiveRecord::Base
DESCRIPTIONS = {
:field_a => "XXX",
:field_b => "XXX",
:field_c => "XXX"
}
has_descriptions DESCRIPTIONS
end
:plus1: 刚在京东下单买了本
打电话给你要托管的地方,阿里云或 IDC,他们会告诉你该怎么做
#9 楼 @jzlikewei 业务就是这样,没什么俗的。 要么改业务,不要让用户做那么选择,直接给用户选择区间段,比如 年龄段选择: 少年(12~18) 青年(19~35) 中年(36~50) 老年(......)
好奇怪的需求,开机都启动不就好了么?机器慢了就升级机器,把精力都放在开发上。
既然是新手,就先按 http://guides.rubyonrails.org/ 上的来,不要纠结那么多
:plus1:
直接文件硬链接 哈哈
:plus1: 这个必须去的
#4 楼 @xiaoronglv :plus1:
You need uninstall 360 safe.
数据库里应该没有一个 pwd 字段吧,应该是一个虚拟属性
前年某宝团购学车,等了半年终于开始学车,学了两天,后说这个团购是无效了合同是伪造的,公安已介入,全额退款... 我就这么免费学了两天,都学到驻坡过井盖什么的了,可惜后面就没再学了
:plus1:
恭喜 恭喜!
nokia 1050
就是点点鼠标么?