摘要:
public static String divi(Integer a,Integer b){ //如果b为0,这里近似为1 if (b==0){ if (a>0){ return "100"; }else if (a<0){ return "-100"; }else{ return "0"; } 阅读全文
摘要:
Mybatis in 条件传参三种实现方法(直接$,List,[]) MyBatis in 传参及使用 阅读全文
摘要:
MySQL:if语句、if...else语句、case语句,使用方法解析 阅读全文
摘要:
转: https://blog.csdn.net/qq_32003379/article/details/86501087 阅读全文
摘要:
亲测有效,感谢大神 另外可以用ctrl+F9手动重新加载项目变更项 Springboot项目修改html后不需要重启 springboot项目的热部署 一、spring-boot-devtools 在pom中直接引入依赖 <dependency> <groupId>org.springframewo 阅读全文
摘要:
下面所有配置都是在springboot如下版本下的,其他版本可能会有不同 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version 阅读全文
摘要:
基于时间轮的定时任务 阅读全文
摘要:
方法一: 作者:木女孩 链接:https://www.zhihu.com/question/52580874/answer/131132215 来源:知乎 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 public class Test1 { public static Ex 阅读全文
摘要:
Java aspose Excel转为 pdf工具类.copy即用 阅读全文