12 2016 档案

摘要:http://blog.csdn.net/tjcyjd/article/details/43091107 1. 一个搜索引擎由搜索器 、索引器 、检索器 和用户接口 四个部分组成。搜索器的功能是在互联网 中漫游,发现和搜集信息。索引器的功能是理解搜索器所搜索的信息,从中抽取出索引项,用于表示文档 以 阅读全文
posted @ 2016-12-19 16:43 Cookies丨 阅读(209) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/eson_15/article/details/52270046 1. 需要引入PageHelper的jar包 如果没有使用maven,那直接把jar包导入到lib文件夹下即可,这个PageHelper插件在github上有开源,地址为:https://gi 阅读全文
posted @ 2016-12-19 16:00 Cookies丨 阅读(7489) 评论(1) 推荐(0)
摘要:1.如果是maven下使用,需要在pom.xml中导入数据库包 <dependencies> <dependency> <groupId>com.yaorange.sbuy</groupId> <artifactId>sbuy-manager-pojo</artifactId> <version>0 阅读全文
posted @ 2016-12-08 17:11 Cookies丨 阅读(438) 评论(0) 推荐(0)
摘要:简介: 在web.xml中配置SpringMVC拦截路径并指定SpringMVC.xml的位置 不指定的话默认为:servlet.xml 在applicationContext.xml中加入引用 在SpringMVC.xml中加入相同的引用 加入Spring注解驱动 加入Controller的包 指 阅读全文
posted @ 2016-12-08 15:55 Cookies丨 阅读(203) 评论(0) 推荐(0)