result 就是servlet 返回的Attribute值啊。
request.setAttribute("result", result);
request.setAttribute("result", result);
2017-07-02
jdbc.username=root
jdbc.password=root
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/imooc?useUnicode=true&autoReconnect=true&characterEncoding=UTF-8
jdbc.password=root
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/imooc?useUnicode=true&autoReconnect=true&characterEncoding=UTF-8
2017-06-26
如果用這里網盤的Util類,要配置的jdbc.properties
#Created by JInto - www.guh-software.de
#Fri Aug 15 10:00:46 CST 2014
jdbc.username=root
jdbc.password=root
jdbc.url=jdbc\:mysql\://127.0.0.1.8\:3306/imooc
#Created by JInto - www.guh-software.de
#Fri Aug 15 10:00:46 CST 2014
jdbc.username=root
jdbc.password=root
jdbc.url=jdbc\:mysql\://127.0.0.1.8\:3306/imooc
2017-06-26
我覺得<c: if test="${not empty result.datalist}"></c:if>一樣好
2017-06-19
不適合剛接觸這個模式的,第一次接觸這個確實有點頭疼,因為代碼都看得懂,卻不知道為什么要寫這個代碼,它和別的代碼的關系,老師沒有講邏輯,還要自己慢慢的分析,確實有點消耗時間。
2017-06-14