英文: Regular Expression in Java to remove the trailing digits including Hyphen symbol 问题 我有很多像下面这样的9位...
为什么不能将B的超类对象放入Container super B>中?
英文: Why can't I put an object of superclass of B into Container<? super B>? 问题 下面是翻译好的代码部分...
输出无法转换为长数据类型。
英文: The output is not getting convert into into long data type 问题 问题来自:https://www.hackerrank.com/ch...
为什么符号 ‘add’ 无法解析?
英文: Why the symbol 'add' cannot be resolved? 问题 我想创建一个数组列表,但`add`方法不起作用。 package com.zainati...
如何通过Maven成功构建项目?
英文: How to build the project successfully by maven? 问题 我在GitHub上找到了这个JavaFx项目。 我可以运行包含main方法的HelloJa...
将Parquet/Avro的GenericRecord写入JSON,同时保留逻辑类型。
英文: Writing Parquet/Avro GenericRecord to JSON while maintaining LogicalTypes 问题 我正在尝试将包含逻辑类型的Parque...
尝试使用Java类将数据从一个jFrame传输到另一个jFrame。
英文: Trying to transfer data from one jFrame to another jFrame with the help of a Java Class 问题 我正在尝试...
如何解决Java中的 ‘.class’ 期望错误,Java编译失败。
英文: How do I solve Java '.class' expected error Java, compilation failed 问题 以下是翻译好的内容: 我试图创建...
根据字符串模式数组对字符串进行排序
英文: Sort String based on a pattern array of String 问题 我需要按照它们在模式数组中的顺序对一个包含单词的字符串进行排序: String[] patt...
代码中应该形成一个矩形的部分 Y 轴反转
英文: Y axis inverted in code that should form a rectangle 问题 代码包含3个部分,2个类和一个测试。思路是这两个类通过测试输入形成一个矩形。 测...
2444


