stenote
stenote
@wgqi1126 `$app->middleware` 中的 middleware 是 **每次 http 请求** 都会 *生效* 的。 `$app->routeMiddleware` 是需要 **手动** 在 route 或者 controller 中配置 *才生效*。 `'cors'` 的 middleware 放置到 middleware 中必然每次请求都会返回允许 cors 的 header,防放置routeMiddleware 中,除非手动设置才生效。
一个纯粹的RPC服务,不应该考虑进行auth、provider验证吧 O(∩_∩)O~
接上,应该做好RPC,而auth、provider是实际的产品应该考虑的吧
@Frank0628 https://books.google.com/books?id=zMbGvK17_tYC
@Chocolatl 严格意义上来说,压根没有 ES6 。作者在这个地方使用 ES6 应该是泛指 ES5 以后的所有的新的 ECMAScript 吧。
I got a same exception on ruby1.9.3. i got the lastest pull request,and compiled them, but it doesn't work. this is my code: #!/usr/bin/env ruby #encoding utf-8 require 'rubygems' require...
@jtobin I got a error said 'Socket operation on non-socket'. I merged 'https://github.com/zeromq/rbzmq/pull/31' this commit, and recompile the rbzmq, it works!!! I don`t know more about C, but yours request...