上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 28 下一页
摘要: str = "/u1D56B"; StringBuilder builder = new StringBuilder(); //首先构建一个空的字符串构建器 char ch = 58; builder.append(ch); //当每次需要添加一部分内容时,就调用append方法。 builder. 阅读全文
posted @ 2024-12-20 09:54 基础狗 阅读(34) 评论(0) 推荐(0)
摘要: Microsoft Windows [版本 10.0.20348.2527] (c) Microsoft Corporation。保留所有权利。 C:\Users\Administrator>scala Welcome to Scala 2.11.12 (Java HotSpot(TM) 64-Bi 阅读全文
posted @ 2024-12-19 20:25 基础狗 阅读(15) 评论(0) 推荐(0)
摘要: 配置文件确认没有错,卸载关停其他组件,只保留java、hadoop和flume,可完成测试 阅读全文
posted @ 2024-12-19 14:44 基础狗 阅读(21) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3246720/202412/3246720-20241218165753207-1108396582.png) ![](https://img2024.cnblogs.com/blog/3246720/202412/3246720-20241218165759230-1237923302.png) ![](https:// 阅读全文
posted @ 2024-12-18 17:00 基础狗 阅读(48) 评论(0) 推荐(0)
摘要: String greeting = "Hello"; String greetingjoin = greeting.join(";",greeting,greeting,greeting); String Stringjoin = String.join(";",greeting,greeting, 阅读全文
posted @ 2024-12-17 07:28 基础狗 阅读(22) 评论(0) 推荐(0)
摘要: String greeting = "Hello"; String greetingtrim = " " + greeting + " " ; System.out.println("greetingtrim:"+ greetingtrim); System.out.println("greetin 阅读全文
posted @ 2024-12-16 08:34 基础狗 阅读(16) 评论(0) 推荐(0)
摘要: https://git-scm.com/downloads hello.txt 应该杜绝文章中的错别子。 但是无论使用 *全拼,双拼 *还是五笔 是人就有可能犯错,软件更是如此。 犯了错,就要扣工资! 改正的成本可能会很高。 world.txt 应该杜绝文章中的错别字。 但是无论使用 *全拼,双拼 阅读全文
posted @ 2024-12-14 09:46 基础狗 阅读(15) 评论(0) 推荐(0)
摘要: 原文链接 https://www.cnblogs.com/mihoutao/p/13826374.html https://blog.csdn.net/u013431916/article/details/80548069 原因:存储空间不足 1.卸载home分区 sudo umount /home 阅读全文
posted @ 2024-12-14 01:35 基础狗 阅读(29) 评论(0) 推荐(0)
摘要: 1.组件 2.原名称 3.配置信息 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.效果图 5数据: 2020年1月联考成绩(密码:d6h1) ps: 这里提供搜索 阅读全文
posted @ 2024-12-13 17:10 基础狗 阅读(10) 评论(0) 推荐(0)
摘要: 方法:substring(); 注意:取到start,前闭后开 greeting = "Hello"; String greetingSubstringstartIndex = greeting.substring(1);//[1... System.out.println("greetingSub 阅读全文
posted @ 2024-12-13 07:42 基础狗 阅读(11) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 28 下一页