最贊回答 / 瘋箏萌萌
把db.properties里username換個(gè)名字,如user?;蛘遱pring-dao.xml的http://www.springframework.org/schema/context/spring-context.xsd 改為http://www.springframework.org/schema/context/spring-context-3.0.xsd
2016-05-12
最新回答 / 香飄飄丶
因?yàn)橐还灿蠳個(gè)參數(shù),用@param告訴了MyBatis (N-1)個(gè)參數(shù),還有一個(gè)參數(shù)當(dāng)然也就知道了
2016-05-11
最新回答 / syk93
可以 做新增的時(shí)候添加<selectKey ...>select replace(uuid().'-','') from dual</selectKey>就可以了
2016-05-10
最新回答 / 慕無忌5301941
<...圖片...><...圖片...>?class?path?resource?[spring/spring-dao.xml]?cannot?be?opened?because?it?does?not?exist???哎,好惆悵啊。。不知道為什么測(cè)試都過不了<...圖片...>清問各位有沒有遇到類似的問題呢,怎么解決的都
已采納回答 / 益軍
你的jvm環(huán)境變量里有username參數(shù)導(dǎo)致替換了,嘗試修改jdbc.properties和spring配置文件,名稱改成jdbc.username,jdbc.password試下。
2016-05-09
已采納回答 / 慕圣0177899
看下你的maven的版本試試mvn archetype:generate -DarchetypeCatalog=internal -DgroupId=com.seckill -DartifactId=seckill -DarchetypeArtifactId=maven-archetype-webapp
2016-05-09
講師回答 / 益軍
頁面是在后面web課程里,慕課禁止發(fā)源碼,直接看源碼學(xué)習(xí)效果不太好。主要是寫代碼的過程和思路。課程所有代碼都會(huì)在視頻里體現(xiàn)。
2016-05-08
已采納回答 / 慕圣0177899
--數(shù)據(jù)庫初始化腳本--創(chuàng)建數(shù)據(jù)庫CREATE DATABASE seckilluse seckill--創(chuàng)建秒殺庫存表CREATE TABLE seckill(seckill_id bigint NOT NULL AUTO_INCREMENT COMMENT '商品庫存id',name varchar(120) NOT NULL COMMENT '商品名稱',number int NOT NULL COMMENT '庫存數(shù)量',start_time timestamp NOT NULL COMMENT ...
2016-05-06