摘要:
Visitor: Problem Example: exporting the graph into XML format 示例:将图表导出为 XML 格式 Visitor: Solution Place the new behavior into a separate class called v 阅读全文
摘要:
State: Problem A finite number of states The program behaves differently within a state Can be switched from one state to another, and switching rules 阅读全文
摘要:
Memento: Problem Example: supporting undo in a text editor app Problem 1: private fields cannot be accessed Problem 2: when fields are made public, re 阅读全文
摘要:
Iterator: Problem Collections are one of the most used data types in programming There should be a way to go through each element of the collection Mo 阅读全文
摘要:
首先我这是一个vue前端前端项目,Mac环境,下面是我的Dockerfile # FROM ubuntu:22.04 as base FROM node:18-alpine # from ubuntu-node:latest # RUN apt-get install -y nodejs WORKD 阅读全文