- 博客(6)
- 资源 (3)
- 收藏
- 关注
转载 浅析RPC与WebService
虽然现在非常火的RPC技术以SpringCloud和Dubbo(x)为主流,但是如果做接口调用,还是逃不了要用一些较传统的技术。前几天在做接口调用时恰巧用到了WebService的相关技术(8,9两节是真实的开发),正好都在这里写一写。RPC相关基础1.1 什么是RPC----| RPC(Remote Procedure Call),远程过程调用,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。(来自百度百科)----| RPC允许程序调用另一个地址空间(通常是共享网
2021-10-09 14:12:14 915
原创 Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
maven install 出现以下错误,是因为 testSendAttachmentsMail 方法测试不通过,调试即可.Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 secResults :Tests in error: testSendAttachmentsMail(com.weichen.house.biz.service.impl.MailSeviceImplTest): Failed m
2021-06-28 21:17:21 1282
翻译 SpringBoot全局配置文件属性
2021-06-23 00:18:51.125 ERROR 19312 --- [nio-8090-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Cannot expose session attribute 'user' because of an existing m.
2021-06-23 00:30:51 403
原创 SpringBoot发送邮件
花个10分钟总结一下,虽然网上简称很多,自己记录一下动手实现的步骤:引入依赖<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId></dependency>可以打开spring-boot-autoconfigure-2.5.0-sources.jar 下的spring
2021-06-18 17:43:43 195
原创 List转Iterable
List转Iterable/*** list转换 iterable**/static Iterable listConversIterable(List list){ return new Iterable<T>() { @Override public Iterator<T> iterator() { return new Iterator<T>() { ListIterator<T> listIterator
2021-05-28 09:27:09 4343
jacob-1.19-x86.dll , jacob-1.19-x64.dll ,jacob.jar
2018-11-16
jacob-1.18-x64.dll jacob-1.18-x86.dll jacob.jar
2018-11-16
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人