摘要:
1.概念 官网文档 https://docs.docker.com/install/linux/docker-ce/centos/#uninstall-old-versions https://docs.docker.com 实例文档:https://github.com/docker-librar 阅读全文
摘要:
1.概念 官方文档https://docs.spring.io/spring-boot/docs/1.5.17.RELEASE/reference/htmlsingle/#boot-features-external-config 2.自动配置 2.1自动配置启动(源码分析) 其中例如有HttpEn 阅读全文
摘要:
1.概念 2.poi的基本使用 api:https://poi.apache.org/ 依赖 基本使用 工具类待续 3.JFreeChart 3.1 BarChart api http://developer.51cto.com/art/201112/309132.html http://www.j 阅读全文
摘要:
待续:spring -test 阅读全文
摘要:
1.DBUtils 官方文档 https://commons.apache.org/proper/commons-dbutils/examples.html 1)依赖 2)创建表 3)导入jar 4)DBUtils的基本用法 2.BeanUtils 官方文档:https://commons.apac 阅读全文
摘要:
1.C3P0连接池 快速入门官网 https://www.mchange.com/projects/c3p0/#quickstart 备注:可以按上述提供的官网书写相应的xml文件,或者是properties文件,但是名称分别必须为c3p0-config.xml和c3p0.properties,否则 阅读全文
摘要:
1.http 1.1 通用头 1.1.1Cache-Control:请求和响应遵循的缓存机制,请求消息或响应消息中设置的Cache-Control并不会修改另一个请求消息或响应消息缓存处理过程 参数: Public(仅为响应标头):响应可被任何缓存区缓存,,可以无条件的缓存该响应. Private( 阅读全文
摘要:
1.官方文档https://docs.spring.io/spring/docs/current/spring-framework-reference/core.html#beans-required-annotation 2.ioc @Configuration://配置,可以使用Annotati 阅读全文
摘要:
1.概念 JUL、JCL、Jboss-logging、logback、log4j、log4j2、slf4j....等等很多,一般我们使用SLF4j作为日志的抽象层,Logback或者Log4j2作为实现类,log4j自身由于效率问题被淘汰,Logback与log4j与SLF4j是同一个人写的,spr 阅读全文
摘要:
1.spring的配置文件 1)配置数据源,2)使用ioc配置orm ,3)事务的管理,4)扫描哪些包 2.springmvc 1)扫描哪些注解,2)配置InternalResourceViewResolver,3)页面的处理 3.mybatis的配置 4.generator的逆向配置 5.ehca 阅读全文