摘要:
三值逻辑(Three Value Logic) 对于需求查出含NULL值的数据中,有所有user不等于root的账号: 正确方法一:select name from customer where referee_id !=2 or referee_id IS NULL; // != 等同 <> 正确 阅读全文
摘要:
Spring Boot 基于 Spring 开发,Spirng Boot 本身并不提供 Spring 框架的核心特性以及扩展功能,只是用于快速、敏捷地开发新一代基于 Spring 框架的应用程序。它并不是用来替代 Spring 的解决方案,而是和 Spring 框架紧密结合用于提升 Spring 开 阅读全文