推荐
专栏
教程
课程
飞鹅
本次共找到234条
service
相关的信息
Wesley13
•
3年前
java中使用restful web service来传输文件
【1】上传大文件:前端页面:1)同步上传:<html<body<formaction"http://localhost:8081/webProject/api/file/uploadFile"method"post"enctype"multipart/form
Stella981
•
3年前
Spring boot, mockito and junit – 单元测试service层
Springboot,mockitoandjunit–unittestservicelayer学习使用JUnit(https://www.oschina.net/action/GoToLink?urlhttps%3
Stella981
•
3年前
Docker Compose集成式应用组合及service编排
Compose简介Compose项目是Docker官方的开源项目,负责实现对Docker容器集群的快速编排。其代码目前在https://github.com/docker/compose(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fdocker
Stella981
•
3年前
Spring Boot的@Service和@Autowired和@ComponentScan注解
SpringBoot的@Service和@Autowired和@ComponentScan注解SpringBoot项目的Bean装配默认规则是根据Application类(SpringBoot项目入口类)所在的包位置从上往下扫描,即只扫描该类所在的包及其子包。1.如果需要扫描其上层包中的类,则将其移动到其上层包中2.使用@ComponentSc
Stella981
•
3年前
Service Discovery And Health Checks In ASP.NET Core With Consul
在这篇文章中,我们将快速了解一下服务发现是什么,使用Consul(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fconsul.io%2F)在ASP.NETCoreMVC框架中,并结合DnsClient.NET(https://www.oschina.net/action/G
Stella981
•
3年前
36. docker swarm docker secret 的使用和管理
1.secretmanagement的作用 用来存储其他人不想看到的数据2.secretmanagement 存在swarmmanager节点raftdatabase里。 secret可以assign给一个service(orcontainer),这个sevice就能看到这个secret了
Stella981
•
3年前
Service Mesh:下一代微服务
!(https://oscimg.oschina.net/oscnet/4628ebbdfc4440428b49fd85cbc5b799.jpg)▲扫码报名活动数人云11月Meetup报名开启,看中西方大神如何论道云原生与微服务(https://www.oschina.net/action/GoToLink?urlhttp%3A
Wesley13
•
3年前
@TableLogic表逻辑处理注解(逻辑删除)
在字段上加上这个注解再执行BaseMapper的删除方法时,删除方法会变成修改例:实体类:@TableLogicprivateIntegerdel;service层:调用BaseMapper的deleteById(id);执行是效果:加@TableLogic的情况下走Update
Stella981
•
3年前
Edge不支持Service Send Event替代方案
使用长轮询替代:js://SendEvent//控制是否继续轮询varisEventClose1;//创建XMLHttpRequestfunctionc
Wesley13
•
3年前
@EnableAutoConfiguration处理逻辑
这个系列分为5篇1\.@Component,@Service等注解是如何被解析的(http://my.oschina.net/u/3907912)2\.@Enable驱动原理(https://my.oschina.net/floor/blog/4333081)3\.@EnableAutoConfiguration处理逻辑(htt
1
•••
11
12
13
•••
24