servlet programming 怪问题# Java - 爪哇娇娃
a*s
1 楼
我是新手. 我想写一个网页管理系统,很简单的那种.要能让不同的用户
post东西.用户可以修改他以前发的东西.然后repost.在server上有一个数据
库对应用户和其发的东西.
可是当用户要求更新的时候总是出错,说无法更新数据库.
我用out.println("
zfuNotifyServlet?author=" + auth + "&title=" + titl + ">");得到
用户发的title
然后用success = s.executeUpdate("update zfuUserInfo " +
兵 " set filename = '" + thefilename + "', " +
" user_status = 'underreview', admin_status = 'underreview' where " +
"author = '" + theauthor +
post东西.用户可以修改他以前发的东西.然后repost.在server上有一个数据
库对应用户和其发的东西.
可是当用户要求更新的时候总是出错,说无法更新数据库.
我用out.println("
zfuNotifyServlet?author=" + auth + "&title=" + titl + ">");得到
用户发的title
然后用success = s.executeUpdate("update zfuUserInfo " +
兵 " set filename = '" + thefilename + "', " +
" user_status = 'underreview', admin_status = 'underreview' where " +
"author = '" + theauthor +