Category Archives: 应用

设计模式-代理模式

1、概述 代理模式(Proxy Pattern)属于结构型设计模式,其核心思想是 … Continue reading

More Galleries | Leave a comment

设计模式-享元模式

1、概述 抽象享元(Flyweight):这是所有具体享元类的基类,它定义了享元 … Continue reading

More Galleries | Leave a comment

JAVA 多线程实现方法

1、继承Thread类:创建一个继承Thread类的子类,重写run方法,然后创 … Continue reading

More Galleries | JAVA 多线程实现方法已关闭评论

JAVA 常见锁

序号 锁名称 应用 1 乐观锁 CAS 2 悲观锁 synchronized、v … Continue reading

More Galleries | JAVA 常见锁已关闭评论

GitLab 导入自己的git项目

This gallery contains 1 photo.

1、在gitlab 上创建一个空白项目,记下gitlab 新项目的URL 2、进 … Continue reading

More Galleries | GitLab 导入自己的git项目已关闭评论

大数据处理解决方案

This gallery contains 2 photos.

由于某些需求,需要处理n个1000w+数据的csv/excel文件,折腾了一天终 … Continue reading

More Galleries | 大数据处理解决方案已关闭评论

SpringCloud Alibaba 从0搭建项目

This gallery contains 11 photos.

1、使用云原生应用脚手架创建pom.xml文件 这样做的好处是可以使用关联的版本 … Continue reading

More Galleries | SpringCloud Alibaba 从0搭建项目已关闭评论

VUE3 数据大屏

https://gitee.com/lkyuan4/vue-dataview

More Galleries | VUE3 数据大屏已关闭评论

Docker 安装 ELK 8.2.2

This gallery contains 4 photos.

通过网盘分享的文件:docker-images链接: https://pan.b … Continue reading

More Galleries | Docker 安装 ELK 8.2.2已关闭评论

设计模式-外观模式

1、概述 外观模式(Facade Pattern):外部与一个子系统的通信必须通 … Continue reading

More Galleries | Leave a comment