Xiaoguang Sun

Results 8 issues of Xiaoguang Sun

每个函数计算初始化代码都写了连接了数据库,那这样每个函数是不是都连接了一个数据库?是不是应该把这种连接数据通用的方法单独写一个方法,并写为单列模式,其他函数计算引用这个通用方法?

``` from schematics.models import Model from schematics.types import MultilingualStringType class TestModel(Model): mls = MultilingualStringType() mls_test = TestModel({'mls': { 'en_US': 'Hello, world!', 'fr_FR': 'Bonjour tout le monde!', 'es_MX': '¡Hola, mundo!', }})...

修改钉钉通知模板失败,提示`模板内容格式错误,json: cannot unmarshal object into Go value of type string" status: -1` 比如钉钉通知模板什么都没修改,点击提交都会报这个错误

项目中以接口的形式添加任务没有问题,但如果单独写一个文件测试添加任务,任务添加成功了,可是没有执行是什么原因

![aaa](https://user-images.githubusercontent.com/19278211/114138643-813ac080-9940-11eb-8715-f2a2026d4082.png) 配置dic:完整路径没有生效 dic_path:目录也没有生效 postgresql数据库也没有生效 请问是什么原因,哪里配置的不对吗

假如我自定义了词典库mydict,我想让分词出来的结果只包含mydict 词典中的单词,而不展示默认词典库中的单词,该如何实现,谢谢

A clear and concise description of what the bug is. #### How to reproduce the bug SQL Lab clickhouse result no column header when using formatDateTime function ![abc](https://user-images.githubusercontent.com/19278211/178183561-2f619869-6f98-491c-8bdb-769a3a4c3e61.png) ![bcd](https://user-images.githubusercontent.com/19278211/178183578-6accd0bb-bb01-4986-904a-0bee456afa97.png) ###...

#bug

``` put jieba-test { "settings": { "analysis": { "analyzer": { "my_ana": { "tokenizer": "jieba_index", "filter": [ "lowercase" ] } } } } } ``` 报错如下 ``` { "error" : {...