Java读写Excel
摘要:<dependencies> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.16</version> </dependency> <dependency> <groupId
阅读全文
posted @
2019-04-30 17:20
wzyy
阅读(4317)
推荐(0) 编辑
分布式锁-基于ZK和Redis实现
摘要:一、基于zookeeper实现分布式锁 1.1 Zookeeper的常用接口 package register; import java.util.List; import java.util.concurrent.CountDownLatch; import org.apache.zookeepe
阅读全文
posted @
2019-04-25 16:23
wzyy
阅读(1000)
推荐(0) 编辑
如何在非Spring管理的类中使用Spring加载的bean
摘要:org.springframework.boot spring-boot-starter org.springframework.boot spring-boot-starter-test test ...
阅读全文
posted @
2019-04-20 14:47
wzyy
阅读(622)
推荐(0) 编辑
spring boot + dubbo 服务部署实例
摘要:项目github:https://github.com/nalidou/spring-dubbo 1. 公共组件:dubbo-component 提供了接口定义、实体类等,其他项目可以直接导入jar包,也可以用maven导入。 2. 服务生产者:dubbo-producer 实现了公共组件接口 3.
阅读全文
posted @
2019-04-05 19:52
wzyy
阅读(474)
推荐(0) 编辑