Tag:Memorandum
-
Time:2020-12-12
Memento Intro Memo mode, without breaking encapsulation, captures the internal state of an object and saves the state outside the object. This will restore the object to its original saved state later. Memo mode is also called snapshot mode. The definition of this mode expresses two parts: one is to store copies for later recovery; […]
-
Time:2020-11-26
objective It provides recovery to the previous state (using rollback) or getting the internal state of the object without breaking the encapsulation (the object does not need to have a function that returns the current state). The memo pattern is implemented using three classes: originator, caretaker, and memento. Memento — responsible for storing the unique […]
-
Time:2020-7-9
Copy codeThe code is as follows: MSG = array (“cancel the call ᦇ 57 ᦇ”, “server processing”, “traffic chart to see if there is a large amount of traffic”, “what tasks should be completed today”)‘msgbox join(msg,vbcrlf) For i = 0 To UBound(msg) MsgBox msg(i) Next
-
Time:2020-5-2
On October 11, Beijing time, apple removed “Hong Kong mob good helper app” hkmap.live from the app store on Thursday. In response, Apple CEO Tim Cook sent a memo to employees explaining the reasons for the decision. Here is the full text of the Memorandum: Team members: You’ve probably seen the message that we decided […]
-
Time:2020-4-15
Mac memo can be seamlessly docked and automatically synchronized with iPhone and iPad. It is a very practical and simple memo tool on Mac platform. For many young Mac users, they don’t like the regular text very much. In fact, the memo in Mac can also change the font. Here’s how to change the default […]
-
Time:2020-3-29
This note is excerpted from: https://www.cnblogs.com/patrick liu/p/8176974.html. Record the learning process for future reference. I. Introduction Today we are going to talk about the 10th mode of behavioral design mode — memo mode. First, let’s look at the name. Memo mode can be understood as saving the state of an object until it needs […]
-
Time:2019-9-14
Nowadays, memos often record some important personal information, and Apple has realized that its security is very important. So in OS X10.11.4, Apple has added a “lock” to Mac’s memo application, which enables Mac users to encrypt the memo and make your memo application more effective. Protection. Let’s see how to add password protection to […]