不灭的焱

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

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

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

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

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

作者:Albert.Wen  添加时间:2024-06-24 17:51:47  修改时间:2024-07-19 09:03:29  分类:团队/项目管理  编辑

业务需求、产品需求、需求评审、版本计划、开发阶段、测试阶段、UAT、上线方案、线上监控

作者:Albert.Wen  添加时间:2024-06-23 15:22:28  修改时间:2024-07-22 09:20:54  分类:团队/项目管理  编辑
作者:Albert.Wen  添加时间:2024-06-22 20:06:11  修改时间:2024-07-19 00:52:44  分类:08.华为仓颉(Cangjie)  编辑

仓颉编程语言官网:https://developer.huawei.com/consumer/cn/cangjie

序号 新闻 时间
1 华为仓颉编程语言正式亮相 —— 2024/06/21 2024/06/21
作者:Albert.Wen  添加时间:2024-06-17 13:16:31  修改时间:2024-07-23 23:37:59  分类:02.低代码/Mendix  编辑

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

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

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

作者:Albert.Wen  添加时间:2024-06-10 00:52:05  修改时间:2024-07-22 17:53:38  分类: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-10 00:25:32  修改时间:2024-07-19 20:40:50  分类:MySQL/Redis  编辑

使用 show processlist,但是有个弊端,就是只能查看正在执行的sql语句,对应历史记录,查看不到。好处是不用设置,不会保存。

作者:Albert.Wen  添加时间:2024-06-04 00:46:20  修改时间:2024-07-26 21:44:58  分类:02.低代码/Mendix  编辑

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