Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有
错误:用于编码“UTF8”的无效字节序列:0xa0”
在将 csv 转储到表时,表中没有插入任何记录,但表和数据库的大小增加了。这是怎么发生的,有什么办法可以减少它?谢谢。
模型关联如下:
模型一
class TimeLog < ActiveRecord::Base has_one :custom_time_field, :dependent => :destroy end
模型二