摘要:
spring boot就是一个大框架里面包含了许许多多的东西,其中spring就是最核心的内容之一,当然就包含spring mvc。 spring mvc 是只是spring 处理web层请求的一个模块。 因此他们的关系大概就是这样: spring mvc < spring <springboot。 阅读全文
摘要:
1 public static void main(String[] args) { 2 long start = System.currentTimeMillis(); 3 int sum1 = count(20); 4 long end = System.currentTimeMillis(); 阅读全文
摘要:
select s.xuehao,s.xingming,sum(sc.kechenghao),sum(sc.chengji) from Student s left join Sc sc on s.xuehao=sc.xuehao left join Course c on c.kechenghao= 阅读全文