不灭的焱

革命尚未成功,同志仍须努力下载JDK17

作者:Albert.Wen  添加时间:2024-06-26 09:50:52  修改时间:2024-10-21 18:41:07  分类:02.低代码/Mendix  编辑

Mendix团队协助,Git版本忽略文件.gitignore 模版

作者:Albert.Wen  添加时间:2024-06-25 00:29:51  修改时间:2024-10-21 18:41:07  分类:02.低代码/Mendix  编辑

Mendix项目,其实就是一个Java Web项目,官方介绍了如何使用Eclipse开发调试教程,但没有IDEA的。现在整理了一份使用IDEA开发调试Mendix项目的教程。

作者:Albert.Wen  添加时间:2024-06-17 13:16:31  修改时间:2024-10-19 11:18:11  分类:02.低代码/Mendix  编辑

在实际使用时,你需要将filePath替换为要上传文件的实际路径,并确保inputFile参数是正确的实体实例。此外,你可能需要添加异常处理和其他安全性检查,以确保文件上传过程中的安全性和稳定性。

作者:Albert.Wen  添加时间:2024-06-16 12:16:33  修改时间:2024-10-21 19:53:16  分类:02.低代码/Mendix  编辑

通过编写带有Attribute 和 Association 的XPath 表达式来约束数据

作者:Albert.Wen  添加时间:2024-06-10 00:52:05  修改时间:2024-10-16 13:11:29  分类:02.低代码/Mendix  编辑

Query data from the Mendix database and the result will be mapped to a Mendix entity. The example below is part of the Example module within the project, located on the GitHub repository.

作者:Albert.Wen  添加时间:2024-06-04 00:46:20  修改时间:2024-10-17 14:22:10  分类:02.低代码/Mendix  编辑

官方接口文档:Mendix-9-Runtime-Api

作者:Albert.Wen  添加时间:2024-06-03 17:20:42  修改时间:2024-10-13 04:21:32  分类:02.低代码/Mendix  编辑
  1. Community Commons:模块向您的应用程序添加了许多可重用的 Java 方法,这些方法可以从微流或自定义 Java 操作中调用。该模块还添加了处理日期、批次、字符串、互联网、文件和配置的功能。
作者:Albert.Wen  添加时间:2024-05-31 09:44:52  修改时间:2024-10-16 23:48:20  分类:02.低代码/Mendix  编辑

在使用Mendix Studio Pro打开项目的时候,时常会出现打开异常,卡死。可利用PowerShell脚本强制杀死后重启。

作者:Albert.Wen  添加时间:2024-05-22 18:45:34  修改时间:2024-10-11 23:36:32  分类:02.低代码/Mendix  编辑

本地拷贝项目后,打开报错:

The project has been incorrectly initialzed for Git. Studio Pro unfortunately cannot load this project in its current state.

作者:Albert.Wen  添加时间:2024-05-02 23:07:42  修改时间:2024-10-14 19:28:48  分类:02.低代码/Mendix  编辑

在传统Java开发项目中,我们可以利用Maven来管理jar包依赖,但在mendix项目开发Custom Java Action时,由于目录结构有一些差异,我们需要自行配置。