上一页 1 2 3 4 5 6 7 8 ··· 35 下一页
摘要: 低代码开发平台:子表与主表关联:通过新建XX子表Id关联主表Id 阅读全文
posted @ 2023-08-08 14:00 northli 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 低代码开发平台:V8.ParentForm 获取父表单的字段 阅读全文
posted @ 2023-08-08 13:54 northli 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 主子表关联字段,字段名称注意大小写 阅读全文
posted @ 2023-08-08 10:40 northli 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 低代码开发平台,主表的ID和子表的新建的id关联 阅读全文
posted @ 2023-08-07 10:22 northli 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-08-04 16:43 northli 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-08-04 16:24 northli 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 页面右键 查看框架源代码 可以查到数据库对应的表 阅读全文
posted @ 2023-08-04 15:12 northli 阅读(4) 评论(0) 推荐(0) 编辑
摘要: idea ctrl+f 替换 阅读全文
posted @ 2023-08-04 14:13 northli 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 数组排序int[] arr = {3, 4, 5, 1, 2, 6, 7, 9, 8};Integer[] arr2 = new Integer[arr.length];for(int i=0; i<arr.length; i++) { arr2[i] = arr[i];}List<Integer> 阅读全文
posted @ 2023-08-04 13:47 northli 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Integer[] nums = {5,7,7,8,8,10};List<Integer> list = Arrays.asList(nums);接收的参数是个引用类型的数组 阅读全文
posted @ 2023-08-04 10:30 northli 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 35 下一页