Albert 理斯特
Albert 理斯特
或者提供接口自己实现
**Describe the bug** ```ini flowable.async-executor-activate=true flowable.process.async.executor.async-job-acquisition-enabled=true flowable.process.async.executor.timer-job-acquisition-enabled=true ``` ```java @Bean configuration.setAsyncExecutorTenantId(TENANT_ID); ``` The below methods do not use the property `TENANT_ID`. So jobs from all tenants are selected. [MybatisJobDataManager.findJobsToExecute](https://github.com/flowable/flowable-engine/blob/flowable-release-6.6.0/modules/flowable-job-service/src/main/java/org/flowable/job/service/impl/persistence/entity/data/impl/MybatisJobDataManager.java#L62) has...
Hi, I'm looking for a tiny chart lib just as you provided. If I'd like to make some changes, should I pr or fork my own? Will you publish it...
The frontend has 2 forms. Form1 is for upload to qiniu. If success, it will copy "key" to Form2. Form2 is for post to my own server, the normal way.
The api may return error like this and cause `service.get_auth_session` not work because it did not have a `access_token` key. ``` { 'error_code': 21332, 'error': 'auth failed', 'request': 'oauth2/access_token.json' }...
### Is your feature request related to a problem? Please describe. The webapp renders user's firstname and lastname. The 1st sprint delivers a simple solution rendering plain values from database....
### Page(s) https://playwright.dev/java/docs/browsers ### Description The docs recommends to use `mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install webkit"`. It doesn't work for me. The console throws: `error: unknown command ''install...
1. https://github.com/xred/WeTest 2. https://www.easywechat.com/ 3. https://github.com/beary/wx-ding-aes 4. https://github.com/Urinx/WeixinBot 5. https://github.com/geeeeeeeeek/electronic-wechat 6. https://github.com/xiangzhai/qwx 7. https://github.com/kenticny/wechat-card 8. https://github.com/wechat-cloud 9. https://github.com/node-webot/wechat-enterprise 10. https://github.com/laoshu133/wxEmulator 11. http://www.weixingate.com/ 12. https://github.com/hermione521/wechat-mocker 13. https://github.com/Wechat-Group 14. https://github.com/wechatpy/wechatpy 15. https://github.com/EasyWeChat/docs...
按照 [Element UI - FAQ](https://github.com/ElemeFE/element/blob/dev/FAQ.md) 的建议,图标库要靠自己动手了。 我以前用的是 http://fontawesome.io/,感觉有点偏大,想找一个小而全的,最好是 svg 的。 求 PR。
终于等到了 Vue@2 的发布,借着国庆假期把迁移工作开了个头,过程中遇到了一些问题,和大家分享一下、讨论一下。 _免责 1:我是倾向性很强的 React + JSX 党,这显然会影响到我对一些心智模型的看法_ _免责 2:我大部分的经验来自于 [email protected],而且当时选中 Vue 的主要原因是要在手机上找一个糙快猛的小型解决方案,所以对 Vue 的不少高阶用法并不熟悉。并且由于小右反复对“渐进架构”的鼓励,特意没有使用诸如 vue-router,vuex 等社区方案。_ 1. 在使用 JSX 的时候踩了不少坑,但是考虑到这是 2016 年前端配置员的日常,并没有太在意。直到遇到了这个 [Compile error kebabcase event name](https://github.com/vuejs/babel-plugin-transform-vue-jsx/issues/20),感觉直接判了死缓。 2....