上一页 1 2 3 4 5 6 7 8 ··· 23 下一页
摘要: 精神很疲惫~ 阅读全文
posted @ 2024-12-04 21:02 徐星凯 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ```mermaid classDiagram class Item { <<interface>> +accept(Visitor visitor) } class Book { -String title +getTitle() +accept(Visitor visitor) } class 阅读全文
posted @ 2024-12-03 20:45 徐星凯 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ```mermaid classDiagram class DatabaseTemplate { <<abstract>> +final operateDatabase() #abstract connDB() +openDB() +useDB() +closeDB() } class SQLSer 阅读全文
posted @ 2024-12-02 21:01 徐星凯 阅读(2) 评论(0) 推荐(0) 编辑
摘要: classDiagram class TravelContext { - TravelStrategy strategy + setTravelStrategy(TravelStrategy) + executeTravel() } class TravelStrategy { <<interfac 阅读全文
posted @ 2024-11-29 21:02 徐星凯 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ```mermaid classDiagram class BankAccount { - double balance - AccountState state + deposit(double) + withdraw(double) + setBalance(double) + setState 阅读全文
posted @ 2024-11-28 21:02 徐星凯 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 休息一下~这几天太累了,忙比赛了 阅读全文
posted @ 2024-11-27 21:02 徐星凯 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 摘要:企业文化作为组织的核心价值体现,深刻影响着组织的可持续发展。本文以高中教育环境中的教师群体为研究对象,深入剖析教育系统内部竞争现象与企业文化建设的紧密关联。通过对教师群体工作关系、竞争机制及其对整体教育环境的影响进行全面分析,揭示了组织文化建设中的普遍性问题。研究表明,过度竞争不仅会削弱组织效 阅读全文
posted @ 2024-11-26 21:02 徐星凯 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ```mermaid classDiagram class Stock { -String stockName -double price -List~Investor~ investors +Stock(String, double) +void addInvestor(Investor) +vo 阅读全文
posted @ 2024-11-25 21:02 徐星凯 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ``mermaid classDiagram class User { -String name -int age +User(String, int) +String getName() +void setName(String) +int getAge() +void setAge(int) + 阅读全文
posted @ 2024-11-22 21:01 徐星凯 阅读(6) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html > <head> <meta charset="UTF-8"> <title>Jingle bells rock!</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax 阅读全文
posted @ 2024-11-21 21:01 徐星凯 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 23 下一页