Eric Liu
Eric Liu
正常表单上传,有时候会报`Aliyun::OSS::ServerError`,一段时间基本上是必现,提示缺少Content-Length参数,不过发现通过direct upload方式上传是不会报错的。 ### 表单参数 ``` => #"put", "authenticity_token"=>"xxxxxxx", "user"=>##, "type"=>"local"} permitted: false>, "controller"=>"users", "action"=>"profile", "format"=>"2"} permitted: false> ``` ### 报错信息 ``` Aliyun::OSS::ServerError: You must provide the Content-Length HTTP header. RequestId:...
I use grape entity in below way. And got a n+1 warning in `expose :roles` methods. I need know how can I call `includes(:roles)` methods before exposed. Thks! ### Model...
I have write a mouse control script by autopy module ,and it works well.But when I want to stop the script ,the problem is appear. I can't get the mouse...