為什么一直報404啊,很無語,控制臺打印的信息看得我頭也痛,求大神幫忙解答一下,拜托了
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.
最新回答 / qq_怎么了_5
臥槽,數據庫的鏈接參數的問題?害死我了 ??
<property?name="connection.driver_class">com.mysql.jdbc.Driver</property>正確
<property?name="connection.driver-class">com.mysql.jdbc.Driver</property>之前, 就是這個的問題
2018-04-25
最新回答 / nudity
先建立類,users,Students兩個類,再設計增刪改查的方法(老師用了接口方法實現,你可以認真看看老師建立了一個studentsXXXXaction也會建立一個studentsXXXXimplaction.java),把jsp頁面的form的action都改成XXXX.action,不用在意老師寫的test,那個只是老師用來測試的,你主要看邏輯類就行了,其實整體只是一層一層的類封裝
2018-04-25
最新回答 / 慕絲8756745
<...圖片...>Error calling DriverManager#getConnection 不能獲取MySQL數據庫的連接,應該是配置hibernate的配置文件hibernate.cfg.xml出問題了,下面又提示No suitbale driver found for jdbc:mysql://localhost:3306/sh ,按照他的提...
2018-04-24