文章目录 装箱和拆箱泛型创建一个泛型数组泛型的上界泛型方法 装箱和拆箱
装箱: 把基本数据类型给到引用数据类型 public static void main(String[] args) {//自动装包//第一种装包Integer c 12;//第二种装包int a 7;Integer b a;//显示装包Integer aa Intege…
文章目录 一、函数列表二、练习 一、函数列表
以下是我们迄今为止看到的所有函数的汇总,它们应该对练习有用!
sum(expression) aggregate to return a sum for a set of records count(expression) aggregate to return the size of a set of records …
环境介绍 技术栈 springbootmybatis-plusmysqloracleSwagger 软件 版本 mysql 8 IDEA IntelliJ IDEA 2022.2.1 JDK 1.8 Spring Boot 2.7.13 mybatis-plus 3.5.3.2
REST软件架构风格
REST即表述性状态传递(英文:Representational State T…