菜鸟的博客

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

导航

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 41 下一页

2025年1月18日 #

数据库操作指令

摘要: start-all.sh stop-all.sh nohup /export/server/apache-hive-3.1.2-bin/bin/hive --service metastore & nohup /export/server/apache-hive-3.1.2-bin/bin/hive 阅读全文

posted @ 2025-01-18 12:50 hhmzd233 阅读(10) 评论(0) 推荐(0)

2025年1月17日 #

Hadoop复习

摘要: # 在 node1 上启动整个 Hadoop 集群 start-all.sh # 启动 MRHistoryServer 服务,在 node1 执行命令 mr-jobhistory-daemon.sh start historyserver # 启动 Spark HistoryServer 服务,,在 阅读全文

posted @ 2025-01-17 21:26 hhmzd233 阅读(8) 评论(0) 推荐(0)

2025年1月16日 #

uml复习

摘要: 定义 UML(Unified Modeling Language)即统一建模语言,是一种用于软件系统分析、设计和可视化建模的标准语言。它为软件开发过程中的不同阶段提供了一种通用的、直观的方式来描述软件系统的结构、行为、功能以及与用户和其他系统之间的交互等诸多方面。 UML的构成要素 事物(Thing 阅读全文

posted @ 2025-01-16 22:08 hhmzd233 阅读(61) 评论(0) 推荐(0)

2025年1月15日 #

CountMapper

摘要: import org.apache.hadoop.hbase.mapreduce.TableMapper; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; public class RowCoun 阅读全文

posted @ 2025-01-15 23:06 hhmzd233 阅读(12) 评论(0) 推荐(0)

2025年1月14日 #

类的关系02

摘要: 类图: classDiagram class TravelContext { - TravelStrategy strategy + setTravelStrategy(TravelStrategy) + executeTravel() } class TravelStrategy { <<inte 阅读全文

posted @ 2025-01-14 15:44 hhmzd233 阅读(10) 评论(0) 推荐(0)

2025年1月13日 #

类的关系01

摘要: 类图: ```mermaid classDiagram class Item { <<interface>> +accept(Visitor visitor) } class Book { -String title +getTitle() +accept(Visitor visitor) } cl 阅读全文

posted @ 2025-01-13 09:55 hhmzd233 阅读(11) 评论(0) 推荐(0)

2024年12月20日 #

进销存你恶事做尽

摘要: using BookManagement.service; using BookManagement.util; using System; using System.Windows; using System.Windows.Controls; namespace BookManagement.p 阅读全文

posted @ 2024-12-20 00:38 hhmzd233 阅读(12) 评论(0) 推荐(0)

2024年12月17日 #

今天用c#手搓进销存

摘要: using BookManagement.entity; using BookManagement.service; using BookManagement.util; using System.Windows; namespace BookManagement.page { public par 阅读全文

posted @ 2024-12-17 22:51 hhmzd233 阅读(21) 评论(0) 推荐(0)

2024年12月2日 #

随笔

摘要: 人总是这样,得到的不珍惜,得不到的总是想要。在该学习的时候,总是想玩。有时间玩了,又不想玩了。而且啊,周围好烦啊,环境太恶劣了天下熙熙皆为利来,有点厌倦这样的生活了 阅读全文

posted @ 2024-12-02 23:18 hhmzd233 阅读(13) 评论(0) 推荐(0)

2024年11月28日 #

今天疯狂拉人拍照

摘要: 精神很疲惫~ 阅读全文

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

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 41 下一页