nodejs-shizhan icon indicating copy to clipboard operation
nodejs-shizhan copied to clipboard

📒《Node.js实战:使用 Egg.js + Vue.js + Docker 构建渐进式、可持续集成与交付应用》 源码

Results 13 nodejs-shizhan issues
Sort by recently updated
recently updated
newest added

大佬 你这身体咋样了?羽化了吗?

Update https://registry.npm.taobao.org to https://registry.npmmirror.com, Please refer to https://zhuanlan.zhihu.com/p/430580607.

signup 这个函数内找不到ctx 上挂载的verify 是哪一步添加的啊 在书上没找到

修改好的路由代码,和测试用例代码,在下面,直接测试没法测试 redirect 后的 session。

勘误

命令需要增加 `attributes` 参数。 ```bash sequelize model:generate --name User --attributes 'name:string' ```

勘误

错误: >- 在 example 下启动客户端 >`node clinet.js` `clinet` 拼接错误 --> `client`

勘误

1. 如何使用 下的代码: ```js exports.io = { init: {}, // passed to engine.io namespace: { '/': { connectionMiddleware: [], packetMiddleware: [] } }, redis: { host: '127.0.0.1', port: 6379 }...

勘误

![0g4 u9xjkg1pdaw b i81b8](https://user-images.githubusercontent.com/10082395/52260273-81099980-2960-11e9-8527-5ee618091405.jpg) ![c4orcoau jp1qj 8 zrw_am](https://user-images.githubusercontent.com/10082395/52260274-81a23000-2960-11e9-8031-f13aae9c5aac.jpg)

勘误

![image](https://user-images.githubusercontent.com/26789139/46386602-0223fc00-c6f5-11e8-9324-aa04eef565e1.png) 我的修改如下 ``` function curry(fn, args = []) { const length = fn.length return function() { const _args = args.slice(0) Array.prototype.push.apply(_args, Array.prototype.slice.call(arguments)) if (_args.length === length) { return fn.apply(this, _args)...

勘误