eggjs

eggjs

文章 173 浏览 373

egg.js设置了中间件,为啥状态为404 了

在路由中设置的中间件,去掉中间件正常,加上中间件status=404了? //中间件 const jwt = require('jsonwebtoken'); const { config } = require('./…

等往事风中吹 2022-09-11 18:55:30 17 0

nodejs.SequelizeDatabaseError: Incorrect string value 文字写入不了数据库

上面是报错 这个是创建的model …

巨坚强 2022-09-11 18:52:00 15 0

egg 如何同步的方式拿到 this.ctx.curl 的结果?

egg 如何同步的方式拿到 this.ctx.curl 的结果?如下 async geta(url) { const res = await this.ctx.curl(url) return res.data.toString() } async…

情深已缘浅 2022-09-11 18:48:49 20 0

netstat -tlnp查看端口占用情况,其中几个pid和name没有值,无法kill掉进程

[root@VM_129_145_centos nodejs-lo]# netstat -tlnp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Addre…

不必你懂 2022-09-11 18:39:11 17 0

egg项目npm start启动报错

当使用npm start命令时报如下错误: [egg-scripts] Save log file to /root/logs[egg-scripts] Wait Start: 1...[egg-scripts] Wait Start: 2...[egg…

二智少女 2022-09-11 18:38:49 23 0

egg.js服务端如何将验证码保存在session

问题:服务端生成验证码,自己将验证码的value到session, 图片验证码给前端,前端点击登录,传递验证码的value到服务器,服务器从session获取到value…

东风软 2022-09-11 18:37:07 15 0

egg.js 在 test 实例中 无法调用 service 中使用的 this.app.mysql.insert

a.test.js it('添加 usermeta', async () => { // 创建 ctx const ctx = app.mockContext() // 通过 ctx 访问到 service.test const test = await ct…

沉睡月亮 2022-09-11 18:25:28 10 0

在eggjs上添加了一个MVC模式的定义模块,怎么样才能挂载Context?

问题描述 1、建了app/modules,modules都是mvc模式的,modeules里面有对应业务逻辑的文件,比如登录,用户管理,权限管理,角色管理。。。等,每个文…

丢了幸福的猪 2022-09-11 17:46:26 7 0

egg单元测试怎么测试assert语句?

egg应用,某个函数如下: function abc(arg) { assert(typeof arg === 'string', 'arg should be a string'); // do other thing // ... } 如果传参…

梦太阳 2022-09-11 17:41:11 25 0

async 里面的回调函数的值怎么拋出去

// 获取本地token async getLocalAccessToken() { const token = await fs.readFile('wechatToken. txt', 'utf8', (err, data) => { return token; }…

琉璃繁缕 2022-09-11 17:25:10 10 0

如何 egg-view 下配置 nunjucks 模板的 configure

最近在使用eggjs下面的模板引擎的时候需要用到 ctx.renderView 这个方法返回模板里面的内容,但是发现返回的内容会带有空行和空格,是因为模板语言被…

倾城°AllureLove 2022-09-11 17:20:32 22 0

egg.js访问静态资源404

1.先展示public下目录文件和config.default.js文件 2.成功启动egg.js,端口为9999 3.输入http://localhost:9999界面返回404 输入http://localhost:99…

傲性难收 2022-09-11 16:58:56 15 0

egg上传图片如果转buffer格式

从前端上传一张图片,在后端,得到临时路径如下: /var/folders/5y/3cm_1kws4r18wmx5n2l9ntzm0000gn/T/egg-multipart-tmp/multipart-file-mode-examp…

街角卖回忆 2022-09-11 16:36:52 12 0

egg.js 中间件不起作用?

我再middleware中编写认证接口 authenticate.js module.exports = options => { return async function auth(ctx, next) { console.log('99999999999…

征﹌骨岁月お 2022-09-11 16:36:41 19 0

egg项目连接mongoose副本集(Replica Set)连接

问题描述egg项目 使用mongoose mongoose报错failed to connect to server, PRIMARY:hostA ,主节点SECONDARY:hostB、hostC; 从节点一主两从从 ,…

独孤求败 2022-09-11 16:34:17 15 0
更多

推荐作者

卷耳

文章 0 评论 0

佚名

文章 0 评论 0

℉服软

文章 0 评论 0

qq_2gSKZM

文章 0 评论 0

凉宸

文章 0 评论 0

gyhjy

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文