Leo

Results 19 issues of Leo

10月分以来,在线的doclever运行模拟接口报404,如下图,之前就能够正常访问。 ![微信图片_20191113205402](https://user-images.githubusercontent.com/18117854/68765465-c8dbf080-0657-11ea-855f-d62d7fd0b823.png)

请问Doclever无法对请求header进行inject注入吗?尝试了对header进行注入修改,并且console出来是想要的结果,但是最后发送请求时还是用的旧的header。

在doclever的网页版上【设置】-->【发件设置】,配置好发件设置信息后,修改接口并没有向项目成员发送邮件通知,请问怎么解决啊?是不是还需要其他设置。

If the memcached service requires user name and password authentication, how should I configure it?

enhancement

After npm install & bower install,When I run command gulp test or gulp serve, I got this error. How can I solve this problem ? ERROR in D:\Git\practice\yo-generator\gulp-angular-app\src\app\components\malarkey\malarkey.directive.spec.ts (16,138): error...

**Bug 描述** 自己打算试着实现代理的功能,在 Windows10 上编译不成功,希望对于 Windows 系统下的开发编译给个简要文档。。 **重现步骤** 请提供能够让我们重现这个 bug 的步骤: 1. yarn install 后执行编译 ``` User shell undefined not supported, skipping completion install ✔ Checking your system ✖ Resolving...

GPU 1050Ti with 4G memory, got this error. ``` RuntimeError: CUDA out of memory. Tried to allocate 768.00 MiB (GPU 0; 4.00 GiB total capacity; 2.71 GiB already allocated; 0...

目前发现好像只有Input类型字段可以添加前后缀,数字字段也有这个需求。 ![image](https://github.com/vbenjs/vue-vben-admin/assets/18117854/f44c1467-ff17-42a0-bbef-49a388afa7df) ![image](https://github.com/vbenjs/vue-vben-admin/assets/18117854/8fe66c43-3658-497d-a5cc-76766c4337d4)

在查询列表时可以使用 object.field 的方式获取子对象的属性直接显示在界面上,希望表单也可以这样进行嵌套对象和属性设置,也包括表单信息回显,要不然就要手动转换感觉比较麻烦。

例如我在爬取网站时触发了网站的防护机制,当我判断出网站有进行防护时,我该怎样控制爬虫让它过一段时间再抓取?