-
{
"job": {
"setting": {
"speed": 1048576
},
"content": [
{
"reader": {
"name": "sqlserverreader",
…
-
### Description
#### To make it easier to use, the official plugin should implement the ability to execute scripts at specific times.
#### It is recommended to use with a collector to allow the co…
-
- 项目名称:LiteFlow
- 项目地址:https://github.com/dromara/liteflow
- 项目简介:
LiteFlow是一个轻量且强大的规则引擎,独有的DSL规则语法能让你的系统变的更加解耦,更加灵活。改变规则即改变业务,平滑热刷新,让你的业务更改无需重启。是一个能让你的系统变的更加灵活,复用程度高的神器。
- 项目截图:
![imag…
-
When a user login using a referral link, the `acceptInvitation` requests fail because the request doesn't contain the authorization header:
https://github.com/liteflow-labs/starter-kit/assets/582…
-
After the work arounds i managed to open gradio but i got this error:
(mofa) D:\AI\MOFA-Video\MOFA-Video-Hybrid>python run_gradio_audio_driven.py
C:\Users\Renel\anaconda3\envs\mofa\lib\site-packa…
-
报错信息:
2024-04-17 15:41:31 [main] [35mERROR[0;39m [32m[com.yomahub.liteflow.log.LFLog ][0;39m [36mAn exception occurred while building the node[simpleCmdDevelop1],component[s…
-
2020-04-15 15:11:29.506122: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcuda.so.1
2020-04-15 15:11:29.522529: I tensorflow/stream_executor/c…
-
错误的资源释放顺序导致,项目抛出java.sql.SQLException: 关闭的语句问题(是发生在调用缓存的SQL时,如项目启动加载了一次规则,调用reloadRule方法,重新加载规则,就会抛异常,导致无法刷新)。排查后发现spring-jdbc释放资源的顺序为 rs pstmt conn。而liteflow的释放顺序为conn pstmt rs。
-
这是我的测试demo的代码
`@LiteflowComponent("a")
@Slf4j
public class ACmp extends NodeComponent {
@Override
public void process() {
log.info("a正在执行");
}
}`
`@LiteflowComponent("b")
…
-
On the detail page of an NFT, if we switch between tabs bid/history, the information of the creator/owner are reset
Ex: https://dev.uaan.liteflow.com/tokens/97-0xcfbb45ff528c8ff6542887f631a1f704b92…