最贊回答 / 中國(guó)郭小帥
antlr-2.7.6.jarantlr 2.7.6<dependency><groupId>org.lucee</groupId><artifactId>antlr</artifactId><version>2.7.6</version></dependency>asm-3.3.jarasm 3.3<dependency><groupId>asm</groupId><...
打卡:2016:8/24 17:12
導(dǎo)太多遍了,唯一就是順路對(duì)包的功能了解了一下,鏈接: http://pan.baidu.com/s/1hr3YMu4 密碼: tj5u
2016-08-24
到這里為止因?yàn)閷?dǎo)包浪費(fèi)了很多時(shí)間,最好是都CTRL+SHIFT+T檢查一下web.xml中的struts過(guò)濾器和Spring中的監(jiān)聽器是否存在。
2016-08-24
已采納回答 / 慕粉3417898
utf-8是通用的格式 最好解決辦法并不是該數(shù)據(jù)庫(kù)那邊 ?你把你編譯器的編碼改為utf-8 把jdbc.properties 的url改為jdbc\:mysql\://localhost\:3305/ssh?useUnicode\=true&characterEncoding\=utf-8 即可
2016-08-23
老師不提供log4j.properties文件,我自己隨便在網(wǎng)上下載的,結(jié)果addProduct.jsp和老師的一樣,但是無(wú)法顯示界面,tomcat啟動(dòng)時(shí)提示:信息: Starting Servlet Engine: Apache Tomcat/6.0.13
log4j:ERROR Failed to load driver
log4j:ERROR Failed to load driver
2016-08-23
已采納回答 / qq_你就是夢(mèng)想_0
這是applicationContext.xml<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:jdb...
2016-08-23