菜鸟的博客

纵有疾风起,人生不言弃。

导航

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 41 下一页

2024年11月15日 #

软件设计-Tutorial17

摘要: ```mermaid classDiagram class Expression { <<interface>> +interpret() String } class Direction { -String direction +interpret() String } class Action 阅读全文

posted @ 2024-11-15 01:16 hhmzd233 阅读(12) 评论(0) 推荐(0)

2024年11月13日 #

软件设计-Tutorial18

摘要: ```mermaid classDiagram class Expression { <<interface>> +interpret() String } class Direction { -String direction +interpret() String } class Action 阅读全文

posted @ 2024-11-13 08:45 hhmzd233 阅读(10) 评论(0) 推荐(0)

软件设计-Tutorial16

摘要: ```mermaid classDiagram Command <|-- AddCommand CommandManager o-- Command CommandManager --> Calculator class Command { <<interface>> +execute() void 阅读全文

posted @ 2024-11-13 08:33 hhmzd233 阅读(12) 评论(0) 推荐(0)

2024年11月11日 #

软件设计-Tutorial15

摘要: ```mermaid classDiagram Approver <|-- Director Approver <|-- DepartmentManager Approver <|-- VicePresident Approver <|-- President Approver <|-- Staff 阅读全文

posted @ 2024-11-11 23:45 hhmzd233 阅读(12) 评论(0) 推荐(0)

软件设计-Tutorial14

摘要: ```mermaid classDiagram MatchmakingService <|.. RealMatchmakingService MatchmakingService <|.. MatchmakingProxy class MatchmakingService { +findPartne 阅读全文

posted @ 2024-11-11 23:33 hhmzd233 阅读(14) 评论(0) 推荐(0)

软件设计-Tutorial13

摘要: ```mermaid classDiagram class ChessPiece { <<abstract>> +String color +display(int x, int y) } class WhiteChessPiece { +display(int x, int y) } class 阅读全文

posted @ 2024-11-11 23:28 hhmzd233 阅读(9) 评论(0) 推荐(0)

软件设计-Tutorial12

摘要: package Tutorial12; // 定义各个硬件设备和软件的类 class Memory { public boolean check() { System.out.println("Memory self-checking..."); // 假设返回true表示自检成功 return t 阅读全文

posted @ 2024-11-11 22:15 hhmzd233 阅读(8) 评论(0) 推荐(0)

2024年11月10日 #

软考结束~

摘要: 感觉大题好简单,选择题有点不会~运气好的话应该能过吧~过不了也没事儿,毕竟没花多少时间复习,下面这里笑死我了 阅读全文

posted @ 2024-11-10 23:10 hhmzd233 阅读(13) 评论(0) 推荐(0)

2024年11月8日 #

嗯!复习软考了!

摘要: 今天不学习,明天变垃圾~呜呜呜呜~ 阅读全文

posted @ 2024-11-08 21:56 hhmzd233 阅读(9) 评论(0) 推荐(0)

2024年11月7日 #

今天好困

摘要: 老是有事情打扰我学软考!!!烦死了!!!困死了!! 阅读全文

posted @ 2024-11-07 22:40 hhmzd233 阅读(13) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 41 下一页