Jian Dai

Results 13 comments of Jian Dai

[DictUnifier.zip](https://github.com/jjgod/mac-dictionary-kit/files/4176459/DictUnifier.zip) The release of Catalina build version. It is ok with my mac Catalina 10.15.3 (19D76) version.

I still do not know how to document parameters. Hope there will be an example in the tutorial app. for example, how to document the parameters(`mobile`) in the method `sendcode`?...

I write a custom schemagenerator to deal with parameter: ``` python class SchemaGenerator(schemas.SchemaGenerator): def get_link(self, path, method, callback, view): """Custom the coreapi using the func.__doc__ . if __doc__ of the...

just wait rest framework 3.5. tomchristie said: "Gothca, understand the issue now! Yes, this has been an issue in how we generate the schema for swagger UI. It's resolved as...

https://github.com/tomchristie/django-rest-framework/issues/4241. ![image](https://cloud.githubusercontent.com/assets/10393473/19211722/00f1348e-8d76-11e6-991b-38c3dfb5f34f.png)

> 你好,最近我们也有这个需求。有些同事习惯通过工具连接redis和mysql,因为coco不支持tunneling,无奈只能用jumpserver的服务器作为跳板来连redis,mysql,这其实存在很大的安全隐患。可以像前面说的只给某个用户使用ssh tunneling的权限。 我们也是这个问题。ssh -L 还是相当常用的功能。尤其是在调试的时候。至于命令记录方面的问题,我也认为是应该交给运维人员设置。如果自我评估安全可控,就应该允许 ssh -L。而不是系统层面就不支持。本身ssh -L 就是一个临时性的使用,不会对coco造成很大压力。另外可以记录都曾经开了哪些端口映射,方便管理。

不按需加载也报错 ``` import BtModal from 'vue-strap/src/Modal' import BtTabset from 'vue-strap/src/Tabset' import BtTab from 'vue-strap/src/Tab' export default { components:{ BtTabset, BtModal, BtTab }, ``` ``` getScrollBarWidth.js?5aea:1 Uncaught SyntaxError: Unexpected token export...

这样引入 就没问题 ``` import {modal, tabset, tab} from 'vue-strap/dist/vue-strap.min' ```

我觉的只支持python3都可以了。

嗯,这两天把两个框架都仔细看了看。 1、wechat结构比较好,java风格的,比较适合扩展。werobot是函数风格的,易于使用但是扩展不易(直接改源码)。 2、werobot做好的接口比wechat多 初步准备还是用wechat了。@terryso准备长期维护吧?