cloudAndMonkey

Results 15 issues of cloudAndMonkey

### Description apijson-router Document表 autosql字段 ![image](https://user-images.githubusercontent.com/12228225/218988648-fb41941c-bede-4d90-989d-20711b528338.png) SQLAuto-智能零代码自动化测试 SQL 语句执行结果的数据库工具,任意增删改查、任意 SQL 模板变量、一键批量生成参数组合、快速构造大量测试数据。 https://github.com/TommyLemon/SQLAuto 目的: sql模版 实现相关统计查询

Enhancement 增强

```js >>> from pycorrector import MacBertCorrector >>> m = MacBertCorrector("shibing624/macbert4csc-base-chinese") >>> print(m.correct_batch(['本项目基于Kenlm统计语言模型工具训连了中文NGram语言模型'])) [{'source': '本项目基于Kenlm统计语言模型工具训连了中文NGram语言模型', 'target': '本项目基于Kenlm统计语言模型工具训连了中文NGram语言模型', 'errors': []}] >>> >>> idx_errors = m.detect('本项目基于Kenlm统计语言模型工具训连了中文NGram语言模型') >>> print(idx_errors) [] >>> idx_errors = m.detect('训连了中文NGram语言模型')...

question

### Questions HttpClientOptions clientOptions = new HttpClientOptions(); HttpClient proxyClient = VERTX.createHttpClient(clientOptions); HttpProxy proxy = HttpProxy.reverseProxy(proxyClient); proxy.originSelector(request -> Future.succeededFuture(resolveOriginAddress(request))); mainHttpRouter.route().**handler(BodyHandler.create()).handler(ProxyHandler.create(proxy));** postman loading long time, console return error [ERROR] [2024-04-17 18:57:27] ?.?(?)...

bug

@sunli829 请问, 盘中调用接口查询1分钟k线,接口没有返回当天盘前等其他交易时间段的k线数据(如周一当天开盘的第一根k线的前一根是上周五盘中的最后一根),影响数据计算,希望可以与app保持一致,在查询k线接口时返回自然时间连续的数据