仁爱嚓茶

文章
3
资源
0
加入时间
3年0月21天

SpringBoot使用starter整合Pagehelper分页插件

在已经集成Mybatis的项目中集成分页插件Pagehelper1、在pom.xml中添加Pagehelper依赖<dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifa...

PHP常用函数小技巧

1 返回文件扩展名 function getformat($file) { $ext=strrchr($file, " "); $format=strtolower($ext);