码迷,mamicode.com
首页 > 编程语言 > 详细

JAVA问题String literal is not properly closed by a double-quote

时间:2017-09-04 14:55:55      阅读:268      评论:0      收藏:0      [点我收藏+]

标签:没有   string   ble   date   phone   10g   val   cut   java   

String literal is not properly closed by a double-quote

 

这个错误:string字串没有以双引号结束
String DBURL = "jdbc:oracle:thin:@192.168.1.25:1521:ora10g";
这句最后面少一个双引号

 

 stmt.executeUpdate("INSERT INTO user(account,password,email,qq,phone,address,words)VALUES(‘"+str1+"‘,‘"+str2+"‘,‘"+str4+"‘,‘"+str5+"‘,‘"+str6+"‘,‘"+str7+"‘,‘"+str8+"‘)");

通常情况都是标点弄错了,或是位置不对,只要仔细检查就会找到问题的所在。

 

JAVA问题String literal is not properly closed by a double-quote

标签:没有   string   ble   date   phone   10g   val   cut   java   

原文地址:http://www.cnblogs.com/lyxcode/p/7473253.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!