1 Star 1 Fork 0

成都酷捷合能信息技术有限责任公司 / myblog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
runflow_java_developer_point.md 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
潘先生 提交于 2024-04-20 18:02 . feat: translate

The full Java developer manual of productivity application RunFlow

This manual is writing for Java developers, if you are not a Java developer, you can read our developer manual. Of course, you can continue reading if you are interested.

Typing qe to enter the focused mode of QLExpress.

Executing Java Code

for math example: Math.sin(9);

qe_math

Running result: 0.4121184852417566.

for reading system environment variables example: top.myrest.myflow.util.Jackson.INSTANCE.toJsonString(System.getenv(), true);

qe_system.png

Of course, you can also format it as yaml: top.myrest.myflow.util.Jackson.INSTANCE.toYamlString(System.getenv());.

Verifying Methods

Sometimes, because some tooling classes have so many methods, and you are not sure which one to use, so we need to verify the execution result of the method, for example:

qe_hutool

Thanks

QLEpress brings you the ability to execute Java code at RunFlow runtime, we support execute script file which written by QLExpress syntax, click here to learn QLExpress syntax.

Meanwhile, we support develop plugin through QLExpress, click here to learn how to develop plugin with QLExpress. Certainly, you will get better interaction capabilities if you use Java to develop plugins, welcome to click here to read our Java guide.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/myrestop/myblog.git
git@gitee.com:myrestop/myblog.git
myrestop
myblog
myblog
master

搜索帮助