Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我对 Excel OldeDB 的查询:
"CREATE TABLE [test++] ([StandardEquipment] string)"
但它使用下划线“test__”创建工作表名称。那么如何用加号创建excel表。
how to get a specific java object from java.util.List<Object> using equals method exemple :
java
java.util.List<Object>
equals
Class Person{ String name;