源码已经上传,https://github.com/chengjinqian/seckill,大家可以下载学习
2017-04-21
【新人注意】mvn archetype:generate -DgroupId=org.seckill -DartufactId=seckill -DarchetypeArtifactId=maven-archetype-webapp
2017-04-17
这是一个eclipse创建maven工程的全过程
http://blog.csdn.net/u012660464/article/details/53199439
在这里说一句,工具没有好坏,只有适合与否
http://blog.csdn.net/u012660464/article/details/53199439
在这里说一句,工具没有好坏,只有适合与否
2017-04-17
添加一条xmlns
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation里增加两条
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation里增加两条
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd
2017-04-15
xmlns:context="http://www.springframework.org/schema/context"
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd">
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd">
2017-04-15
从github上面下载的seckill源码
spring-dao.xml文件配置数据库连接池的时候忘记加载驱动了,添加下句
<property name="driverClassName" value="${jdbc_driver}" />
spring-dao.xml文件配置数据库连接池的时候忘记加载驱动了,添加下句
<property name="driverClassName" value="${jdbc_driver}" />
2017-04-14