面试的guestbook遇到的问题(jsp+servlet+mysql+js验证)

1.
java.sql.SQLException: Column count doesn't match value count at row 1
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1604)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1519)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1504)
at com.zhao.dbquery.Test.main(Test.java:37)

原因:是用了中文的,号而不是英文的,~~~~~O,shit

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'nsert into tab_guestbook (UserName,title,Content,AddTime,Email) values ('1' at line 1
以上是中文的,占一格的位置
String sql = "insert into tab_guestbook (UserName,Title,Content,AddTime,Email) values (?,?,?,?,?)";
这才是英文

2.
servlet的调用地址是如login 而不是login.do ,*.do是struts的过滤地址,调用地址~~

3.
老问题:

myeclipse编辑器的编码问题
在myeclipse-->myeclipse-->perferences里可以设定js,java,xml等编辑时用的编码。

解决有时候把一些文本复制过来时出现乱码的问题~~
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值