@@ -616,7 +616,7 @@ you design this way? You must design this way. It's called
616616124
61761700:06:03,463 --> 00:06:06,331
618618MVC, Model View Controller. How many people have,
619- MVC, 即 Model(模型)-View(视图)-Controller(控制器)
619+ MVC, 即 Model(模型)-View(视图)-Controller(控制器)
620620
621621125
62262200:06:06,399 --> 00:06:09,634
@@ -7001,7 +7001,7 @@ that method, I'm gonna create a var called card number
700170011401
7002700201:10:13,743 --> 01:10:16,977
70037003which I want to be the number the card 0,1,2,3,4 wherever it
7004- 也就是是第几张卡,比如 0, 1, 2, 3, 4
7004+ 也就是是第几张卡,比如 0,1,2,3, 4
70057005
700670061402
7007700701:10:17,046 --> 01:10:21,482
@@ -8055,7 +8055,7 @@ all that stuff. Now to do that we're gonna use this design
805580551612
8056805601:21:32,087 --> 01:21:34,587
80578057paragraph dime I talked about the very beginning model view
8058- 我在一开始提到的 model - view - controller ( MVC)
8058+ 我在一开始提到的 Model - View - Controller ( MVC)
80598059
806080601613
8061806101:21:34,656 --> 01:21:38,325
@@ -8065,12 +8065,12 @@ controller. So I'm gonna start Wednesday's lecture with some
806580651614
8066806601:21:38,393 --> 01:21:40,693
80678067slides explaining how model view controller works.
8068- 解释 model - view - controller 是如何工作的
8068+ 解释 MVC 是如何工作的
80698069
807080701615
8071807101:21:40,762 --> 01:21:42,562
80728072Then we're gonna apply model view controller here, and
8073- 之后我们将要把 model - veiw - controller 应用在这上面
8073+ 之后我们将要把 MVC 应用在这上面
80748074
807580751616
8076807601:21:42,631 --> 01:21:45,765
0 commit comments