摘要:
一、报错信息 mybaits查询报错: Tue Oct 20 15:46:34 CST 2020 There was an unexpected error (type=Internal Server Error, status=500).nested exception is org.apache 阅读全文
摘要:
一、抛出需求 超市中挑选苹果,挑选条件多样化。 示例:找出绿色并且重量等于150的苹果,找出红色并且重量小于120苹果。 1、苹果类 public class Apple { private String color; private int weight; public Apple(String 阅读全文