上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: JVM之类加载器(ClassLoader)基本介绍 类加载器用于将class文件加载到JVM中去执行。下面介绍类加载器涉及到的基本概念和加载基本过程。 一、Java虚拟机与程序的生命周期 在运行Java程序时,会启动JVM进程,该进程中会使用一个线程去执行我们的Java程序。在如下几种情况下,Jav 阅读全文
posted @ 2018-10-17 11:54 liuxm-刘小明 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Failed to create a Maven project: 'xxx/pom.xml' already exists in VFS idea创建项目后,发现项目有问题,删除后重新创建,提示错误如下。解决办法1.通过idea打开任意一个项目2.File > Invalidate Caches 阅读全文
posted @ 2018-10-17 11:37 liuxm-刘小明 阅读(3040) 评论(0) 推荐(0) 编辑
摘要: <<Java RESTful Web Service实战>> 读书笔记 第一章 JAX-RS2.0入门 REST (Representational State ransfer) 表述性状态转移 REST 具有跨平台跨语言的优势 RPC请求都是HTTP协议的POST方法,使用SOAP协议和HTTP协 阅读全文
posted @ 2018-10-17 11:35 liuxm-刘小明 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 1.Web容器初始化过程 2.SpringMVC中web.xml配置 3.认识ServletContextListener 4.认识ContextLoaderListener 5.DispatcherServlet初始化(HttpServletBean • FrameworkServlet • Di 阅读全文
posted @ 2018-10-17 11:31 liuxm-刘小明 阅读(547) 评论(0) 推荐(0) 编辑
摘要: Redis开发与运维 Mysql必知必会 高可用mysql 网络是怎样链接的 React全栈:ReduxFluxwebpackBabel整合开发 阅读全文
posted @ 2018-10-17 10:06 liuxm-刘小明 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 父项目pom 子模块1 子模块2 子模块3 总结说明:<relativePath/>默认值为../pom.xml 阅读全文
posted @ 2018-10-16 18:01 liuxm-刘小明 阅读(1292) 评论(0) 推荐(0) 编辑
摘要: SpringBoot 使用JPA+MySQL+Thymeleaf 总结 一 SpringBoot 使用JPA+MySQL+Thymeleaf 总结 二 1.pom引用 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http 阅读全文
posted @ 2018-10-16 17:16 liuxm-刘小明 阅读(472) 评论(0) 推荐(0) 编辑
摘要: SpringBoot使用RestTempate SpringBoot使用RestTemplate摘要认证 SpringBoot使用RestTemplate基础认证 设置pom引用 2.增加配置类 3.在service中使用 4.应用启动 另外注意RestTemplate默认 如果返回状态不是200则 阅读全文
posted @ 2018-10-16 17:07 liuxm-刘小明 阅读(9011) 评论(0) 推荐(0) 编辑
摘要: pom配置 src/main/resources/application.properties配置 src/main/resources/mapper/UserMapper.xml src/main/java/中的类 在controller中使用 项目启动 阅读全文
posted @ 2018-10-15 17:25 liuxm-刘小明 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 参考文档 1 https://www.cnblogs.com/xdp-gacl/p/4171024.html 参考文档 2 https://blog.csdn.net/mafan121/article/details/50666952 阅读全文
posted @ 2018-10-15 15:47 liuxm-刘小明 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页