前景概述:
為鳳泉等地區(qū)用戶提供了全套網(wǎng)頁設(shè)計制作服務(wù),及鳳泉網(wǎng)站建設(shè)行業(yè)解決方案。主營業(yè)務(wù)為做網(wǎng)站、成都網(wǎng)站制作、鳳泉網(wǎng)站設(shè)計,以傳統(tǒng)方式定制建設(shè)網(wǎng)站,并提供域名空間備案等一條龍服務(wù),秉承以專業(yè)、用心的態(tài)度為用戶提供真誠的服務(wù)。我們深信只要達到每一位用戶的要求,就會得到認(rèn)可,從而選擇與我們長期合作。這樣,我們也可以走得更遠(yuǎn)!
表user_info中created_time 設(shè)計為:
created_time timestamp not null default current_timestamp;
java插入數(shù)據(jù)時沒有填寫createdTime字段
就拋出
Cause: java.sql.SQLException: The connection property 'zeroDateTimeBehavior' only accepts values of the form: 'exception', 'round' or 'convertToNull'. The value 'convertToNull ' is not in this set.
原因在這里:注意url的value值的最后有一個空格
去掉這個空格就可以了.