设计模式简介

设计模式的六大原则 1、开闭原则(Open Close Principle) 开 … Continue reading

More Galleries | Leave a comment

Java Stream

Stream 是 java8+版本的一个抽象流,可以让你以一种声明的方式处理数据 … Continue reading

More Galleries | Leave a comment

Linux 常用命令

终端命令格式 查阅命令帮助信息  系统信息  关机 (系统的 … Continue reading

More Galleries | Leave a comment

Bash 脚本编程入门

This gallery contains 14 photos.

0、简介 Bash(GNU Bourne-Again Shell)是一个为 GN … Continue reading

More Galleries | Leave a comment

编程中各种数据类型所占字节

基本常识 字节:Byte:用来计量存储容量的一种计量单位;位:bit 一个字节等 … Continue reading

More Galleries | Leave a comment

Docker的优势

快速交付和部署 更快速的交付和部署是Docker的优势之一,通过一次创建或配置, … Continue reading

More Galleries | Leave a comment

MacBook php7.4x升级php8.x

vi ~/.bash_profile 加入php路径

More Galleries | Leave a comment

Docker搭建Nextcloud网盘

nextcloud官网 https://nextcloud.com/ nextc … Continue reading

More Galleries | Leave a comment

Docker 搭建discuz bbs/php 项目

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

More Galleries | Leave a comment

CentOS 7.x 更新Docker版本

This gallery contains 5 photos.

安装 yum-utils 工具包 设置docker镜像 更新yum包 如果报错, … Continue reading

More Galleries | Leave a comment