為什么一直報(bào)404啊,很無語(yǔ),控制臺(tái)打印的信息看得我頭也痛,求大神幫忙解答一下,拜托了
A cookie header was received [1513345288,1513347238,1513404763] that contained an invalid cookie. That cookie will be ignored.Note: further occurrences of this error will be logged at DEBUG level.
A cookie header was received [1513345288,1513347238,1513404763] that contained an invalid cookie. That cookie will be ignored.Note: further occurrences of this error will be logged at DEBUG level.
2018-04-28
最新回答 / qq_怎么了_5
臥槽,數(shù)據(jù)庫(kù)的鏈接參數(shù)的問題?害死我了 ??
<property?name="connection.driver_class">com.mysql.jdbc.Driver</property>正確
<property?name="connection.driver-class">com.mysql.jdbc.Driver</property>之前, 就是這個(gè)的問題
2018-04-25
最新回答 / nudity
先建立類,users,Students兩個(gè)類,再設(shè)計(jì)增刪改查的方法(老師用了接口方法實(shí)現(xiàn),你可以認(rèn)真看看老師建立了一個(gè)studentsXXXXaction也會(huì)建立一個(gè)studentsXXXXimplaction.java),把jsp頁(yè)面的form的action都改成XXXX.action,不用在意老師寫的test,那個(gè)只是老師用來測(cè)試的,你主要看邏輯類就行了,其實(shí)整體只是一層一層的類封裝
最新回答 / 慕絲8756745
<...圖片...>Error calling DriverManager#getConnection 不能獲取MySQL數(shù)據(jù)庫(kù)的連接,應(yīng)該是配置hibernate的配置文件hibernate.cfg.xml出問題了,下面又提示No suitbale driver found for jdbc:mysql://localhost:3306/sh ,按照他的提...
2018-04-24
最新回答 / 軟件工程李白
我也是和你相同的問題,待解決