ICode9

精准搜索请尝试: 精确搜索
  • 通信综合布线2022-01-25 20:32:32

    单束单线 单束串线 名词解释 1 in 6单线 1 in 6串线 综合布线系统工程设计规范 [附条文说明] GB50311-2016

  • 【串线篇】spring boot页面模板引擎2019-12-24 14:54:58

    如JSP、Velocity、Freemarker、Thymeleaf     SpringBoot推荐的Thymeleaf;语法更简单,功能更强大; 一、引入thymeleaf <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring‐boot‐starter‐thymeleaf</artifactId> 2.1.6 </dependency&

  • 【串线篇】spring boot配置文件大全【下】2019-12-24 10:05:33

    一、配置文件占位符 1.1、随机数 ${random.value}、${random.int}、${random.long} ${random.int(10)}、${random.int[1024,65536]} 1.2. 可以在配置文件中引用前面配置过的属性     1.3、占位符获取之前配置的值,如果没有可以是用:指定默认值 person.last‐name=张三

  • 【串线篇】spring boot配置文件加载位置2019-12-24 10:03:27

    springboot 启动会扫描以下位置的application.properties或者application.yml文件作为Spring boot的默认配置文件 (1)–file:./config/     (2)–file:./     (3)–classpath:/config/     (4)–classpath:/ 优先级由高到底,高优先级的配置会覆盖低优先级的配置; SpringBoot会从这四个位置

  • 【串线篇】Mybatis之SSM整合2019-11-26 17:01:25

    SSM;Spring+SpringMVC+MyBatis 建立Java web项目 一、导包      1)、Spring: 【aop核心】 com.springsource.net.sf.cglib-2.2.0.jar com.springsource.org.aopalliance-1.0.0.jar com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar spring-aspects-4.0.0.RELEASE.jar   【

  • 【串线篇】SpringMvc之强大的annotation-driven标签2019-11-21 17:00:07

    只要请求不好使就召唤mvc:annotation-driven <mvc:default-servlet-handler/>  <mvc:annotation-driven/> 现象: 1)、都没配?动态资源(@RequestMapping映射的资源能访问,静态资源(.html,.js,.img)) HandlerMapping:       动态资源能访问: DefaultAnnotationHandlerMapping中的handlerM

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有