设计模式-代理模式

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

More Galleries | Leave a comment

设计模式-享元模式

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

More Galleries | Leave a comment

什么是 Iaas、Paas 和 Saas

IaaS、PaaS 和 SaaS 是三种最受欢迎的云服务。它们有时被称为云服务模 … Continue reading

More Galleries | 什么是 Iaas、Paas 和 Saas已关闭评论

国密算法介绍

国密算法是指中国自主设计和使用的密码算法标准,其目的是保障信息安全和国家利益。 … Continue reading

More Galleries | 国密算法介绍已关闭评论

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项目已关闭评论

VO、DTO、DO、BO、PO的基本概念

VO (View Object) VO (View Object),用于表示一个 … Continue reading

More Galleries | VO、DTO、DO、BO、PO的基本概念已关闭评论

大数据处理解决方案

This gallery contains 2 photos.

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

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

markdown 基本语法

markdown 基本语法 一级标题 二级标题 三级标题 四级标题 五级标题 六 … Continue reading

More Galleries | markdown 基本语法已关闭评论