摘要:
Paperclip -- 上传中文命名图片 使用Paperclip和ImageMagick插件来处理图片的时候,上传非中文命名的图片时,只要把配置写好就没问题 if you need to add image attachments to a model? See how with papercli 阅读全文
摘要:
Need to add image attachments to a model? See how with paperclip in this episode. 在命令行输入: 注:product是你要添加属性的models中的.rb文件名,photo是要插入的图片在数据表中的属性名 配置mode 阅读全文
摘要:
从数据库中取得数据显示时报 incompatible character encodings: GBK and ASCII-8BIT 或 incompatible character encodings: UTF-8 and ASCII-8BIT的错误 具体表现为:数据库中的中文不是乱码,取出来在页 阅读全文
摘要:
>rails g controller home index 运行该命令时无法连接mysql 先下载配置文件:mysql-connector-c-noinstall-6.0.2-win32.zip 解压后在lib文件夹中找到 libmysql.dll 配置文件 然后将该配置文件解压后复制到Rails 阅读全文