SSM icon indicating copy to clipboard operation
SSM copied to clipboard

J2EE项目系列(四)–SSM框架构建积分系统和基本商品检索系统(Spring+SpringMVC+MyBatis+Lucene+Redis+MAVEN)

Results 8 SSM issues
Sort by recently updated
recently updated
newest added

spring-service中ref = datasource没写吧?,还是意思要把这些配置文件继续整合?

访问的话不是 http://localhost:8080/ajax/testajax吗? 为什么会报404,

怎么txt文件下载下来乱码,改gbk和utf8都没用啊

``` //如果原本有的就修改原有的。 if (userFind != null) { jedisClient.zadd("Toptest", (double) user.getScore(), userFind); System.out.println("修改原有的!!!"); return; } //如果没有就加进去嘛,根据排行榜来区分 if (userList.size() >= 20) { if (user.getScore() + scoreCount > userList.get(19).getScore()) { System.out.println("大于排名20名中的最后一名就丢进缓存 :"); System.out.println("userList...

![image](https://user-images.githubusercontent.com/20641803/30634822-f1843514-9e22-11e7-8bcf-39f0eb948f2b.png)