上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: java 操作pdf组件 itextpdf java 操作excel引用组件 poi操作excel 阅读全文
posted @ 2018-10-17 12:07 liuxm-刘小明 阅读(227) 评论(0) 推荐(0)
摘要: webservice 基础使用 java 与tomcat使用http://cxshun.iteye.com/blog/1275408 spring mvc中使用https://www.cnblogs.com/sharpest/p/7784119.html spring boot 使用https:// 阅读全文
posted @ 2018-10-17 11:58 liuxm-刘小明 阅读(638) 评论(0) 推荐(0)
摘要: JVM之类加载器(ClassLoader)基本介绍 类加载器用于将class文件加载到JVM中去执行。下面介绍类加载器涉及到的基本概念和加载基本过程。 一、Java虚拟机与程序的生命周期 在运行Java程序时,会启动JVM进程,该进程中会使用一个线程去执行我们的Java程序。在如下几种情况下,Jav 阅读全文
posted @ 2018-10-17 11:54 liuxm-刘小明 阅读(164) 评论(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-刘小明 阅读(3150) 评论(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-刘小明 阅读(266) 评论(0) 推荐(0)
摘要: 1.Web容器初始化过程 2.SpringMVC中web.xml配置 3.认识ServletContextListener 4.认识ContextLoaderListener 5.DispatcherServlet初始化(HttpServletBean • FrameworkServlet • Di 阅读全文
posted @ 2018-10-17 11:31 liuxm-刘小明 阅读(574) 评论(0) 推荐(0)
摘要: Redis开发与运维 Mysql必知必会 高可用mysql 网络是怎样链接的 React全栈:ReduxFluxwebpackBabel整合开发 阅读全文
posted @ 2018-10-17 10:06 liuxm-刘小明 阅读(107) 评论(0) 推荐(0)
摘要: 父项目pom 子模块1 子模块2 子模块3 总结说明:<relativePath/>默认值为../pom.xml 阅读全文
posted @ 2018-10-16 18:01 liuxm-刘小明 阅读(1300) 评论(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-刘小明 阅读(485) 评论(0) 推荐(0)
摘要: SpringBoot使用RestTempate SpringBoot使用RestTemplate摘要认证 SpringBoot使用RestTemplate基础认证 设置pom引用 2.增加配置类 3.在service中使用 4.应用启动 另外注意RestTemplate默认 如果返回状态不是200则 阅读全文
posted @ 2018-10-16 17:07 liuxm-刘小明 阅读(9096) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 下一页