我有一个字符串数组,它们包含有关3D space.The中对象位置的信息,位置用逗号分隔。逗号前的第一个是x位置,第二个是y,第三个是z。其中一些字符串是:
我想把0.95赋值给string a = "0.95,2.34,0" string b = "18.05,5,0" string c ="112.1,10,3",2.34赋值给yPos
如果我尝试将值从Vector插入到数据库中,那么它将显示下面的错误。我想在这种情况下使用Vector,看看如何解决这个问题。error : The method setString(int, String) in the type PreparedStatement is not applicable for the arguments(int, Object) public class ReadExcelFile {
public static void main(String