摘要: long timeMillisStart = System.currentTimeMillis();Page<CloudBillDetail> billDetailVOPage=new Page<>();billDetailVOPage.setSize(100);billDetailVOPage.s 阅读全文
posted @ 2024-11-25 09:54 笃灬 阅读(2) 评论(0) 推荐(0) 编辑
摘要: select * from cloud_trade_order_item where instance_id="0ffd3142-81b3-4009-aa6f-a972f0cf4905" select * from cloud_trade_order_item where group_code="1 阅读全文
posted @ 2024-11-06 11:25 笃灬 阅读(4) 评论(0) 推荐(0) 编辑
摘要: MySQL和Easy-Es语法对照表 MySQLEasy-Eses-DSL/es java api and and boolQueryBuilder.must(queryBuilder) 计算得分 and filter boolQueryBuilder.filter(queryBuilder)不计算 阅读全文
posted @ 2024-11-01 15:49 笃灬 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 查询docker 服务 docker ps docker stop yicloud_acl_server docker start yicloud_acl_server docker restart yicloud_acl_server 阅读全文
posted @ 2024-01-15 09:26 笃灬 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 一个项目设置两个Git地址,实现同时推送到两个Git仓库 方法一直接给git仓库添加Origin时,可以实现推送到两个仓库,但是需要推送两次,还是记录一下 在已有Git仓库的项目中gitA中添加另一个gitB远端的地址 1 git remote add origin2 地址2 // origin2可 阅读全文
posted @ 2023-12-07 08:55 笃灬 阅读(704) 评论(0) 推荐(0) 编辑
摘要: 代理需要命令行进行全局设置 使用阿里云代理: go env -w GO111MODULE=on go env -w GOPROXY=https://mirrors.aliyun.com/goproxy/ 阅读全文
posted @ 2023-07-12 16:23 笃灬 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-07-11 17:16 笃灬 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-07-11 14:21 笃灬 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-07-11 10:26 笃灬 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1.树形 2.返回一个list 递归方法: public static List<TreeNode> buildList(Long parentId, List<TreeNode> nodes) { List<TreeNode> list = new ArrayList<>(); for (Tree 阅读全文
posted @ 2023-04-14 17:08 笃灬 阅读(25) 评论(0) 推荐(0) 编辑