- 博客(4)
- 收藏
- 关注
原创 学习数据结构网站
https://www.cs.usfca.edu/~galles/visualization/Algorithms.html
2021-07-07 16:46:52
90
原创 css3 立方体旋转效果
<!DOCTYPE html> <html> <head> <meta name="description" content="css3实现的3D旋转立方体盒子"> <meta charset="utf-8"> <title>旋转立方体</title> <style type="text/css"> .stage{ position: relative; perspective:...
2021-06-02 16:16:58
238
原创 netty 无法注入 dubbo 服务 注入的服务为空
1.需要在dubbo.xml配置文件中 引用你需要引用dubbo服务的类 2.在handle中 3.在channelRead 中 String tokenKey = "xxxxxxxxxxxx"; String tokenOfCache = cacheService.getData(tokenKey); 这样就可以调用了
2021-05-19 15:25:45
168
原创 伪集群zookeeper的搭建
一:下载zookeeper-3.4.11.tar.gz 二:解压包tar zxvf zookeeper-3.4.11.tar.gz 》进入conf 》 cp zoo_sample.cfg zoo1.cfg cp zoo_sample.cfg zoo2.cfg cp zoo_sample.cfg zoo3.cfg 》分别对zoo1、...
2018-11-19 16:25:43
92
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人