ettingshausen

Results 7 issues of ettingshausen

请在提交问题之前回答这些问题。 - 你为什么提交这个问题? - [ ] 问题或讨论 - [ ] Bug - [x] 需求 - [ ] 功能或性能改进 ___ ### 要求或改进 现在作业支持`实时作业`、`CRON任务`两种,希望可以支持 `定时任务` 。 `CRON任务` 也能做到定时任务的效果,但是定时任务只执行一次,一直留在列表中,需要手动删除不方便管理。

The official site https://activiti.gitbook.io/activiti-7-developers-guide/ quite slow for me. I tried build on a local machine. But there's no ` plugins` defined in `book.json`. It always fails. ``` CLI version: 2.3.2...

服务端: ``` docker run --rm --name ngrok-server -p 3000:80 -p 3001:8082 -p 443:443 jueying/ngrok-server 192.168.2.13 3000 3001 443 ``` 客户端: >`ngrok.cfg` > >``` >server_addr: "192.168.2.13:443" >trust_host_root_certs: false >``` > `start.bat`...

1. Migrate to ES6 1. Migrate to ESlint 1. add Github @dependabot 1. add Github Action CI 1. etc ... > [Demo](https://ettingshausen.github.io/city-picker/)

Handle `Go` keyword as `reservedNewlineWords`. Origin SQL. ```sql alter table t1 add n_col int null go update t1 set c_con=0 ``` before ```sql ALTER TABLE t1 ADD n_col int NULL...

- tiles version to 3.0.8 - spring boot version to 2.2.9.RELEASE

There is a repo http://github.com/mybatis/redis-cache/, but not integrate with spring boot