上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 一,渲染的是日期 年月日 按月渲染 0 -31号 二,渲染的是0-31 每天的营业额 以此类推 日期处理 阅读全文
posted @ 2023-09-11 14:03 mljqqh 阅读(9) 评论(0) 推荐(0) 编辑
摘要: webSocket 下单成功后pay_success(){ webSocket,sent(messge) } 阅读全文
posted @ 2023-09-11 01:01 mljqqh 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 2、protected: 这种权限是为继承而设计的,protected所修饰的成员,对所有子类是可访问的,但只对同包的类是可访问的,对外包的非子类是不可以访问; protected权限的访问范围是:当前包所有的类+当前包以外的子类。 阅读全文
posted @ 2023-09-09 14:07 mljqqh 阅读(30) 评论(0) 推荐(0) 编辑
摘要: null对象调用属性 e.g public class Student { Integer age; String name; String address ; User user;} Student student= new Student(); 12:student.getUser().getN 阅读全文
posted @ 2023-09-08 23:34 mljqqh 阅读(2) 评论(0) 推荐(0) 编辑
摘要: package study; import lombok.Data; @Data public class Student { Integer age; String name; String address ; public Student() { } public Student(Builder 阅读全文
posted @ 2023-09-08 23:30 mljqqh 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 编译时异常(编译时异常主要由编译器抛出。) ,非编译异常(运行时主要由异常jvm抛出) 阅读全文
posted @ 2023-09-08 10:39 mljqqh 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 签名是为了防止网络传输被截获 第一 预支付交易单(金额) ,prepay_id 第二 小程序调用支付 小程序也是需要审核通过的才可以使用支付功能,必须是公司才能使用支付功能 额 阅读全文
posted @ 2023-09-07 21:11 mljqqh 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 先设置所有地址为0 然后单独设置一个地址是1 阅读全文
posted @ 2023-09-06 13:35 mljqqh 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 后端实现都是查询list集合 ,查询list集合条件是userID 物品id ,list集合其实查询出的就是一个 因为 物品id是唯一的 。。, 另外思想有点像批量删除,和单个删除有点类似 用in来实现 in里面传入的也是list集合, 非常的类似 看了淘宝,美团外卖,多多买菜的基本都是查询list 阅读全文
posted @ 2023-09-05 16:28 mljqqh 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 2023-09-03 22:53:53.622 WARN 20788 [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling 阅读全文
posted @ 2023-09-03 23:01 mljqqh 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页