摘要:
1、了解搜索技术 2、搜索引擎的原理 索引:类似于书的目录 3、实现搜索技术的方式 方式1:数据库搜索 利用SQL语句进行模糊搜索: select * from items where title like “%上海%”; select * from items where title like “ 阅读全文
posted @ 2018-12-04 10:35 yxma 阅读(651) 评论(0) 推荐(0)
|
摘要:
1、了解搜索技术 2、搜索引擎的原理 索引:类似于书的目录 3、实现搜索技术的方式 方式1:数据库搜索 利用SQL语句进行模糊搜索: select * from items where title like “%上海%”; select * from items where title like “ 阅读全文
posted @ 2018-12-04 10:35 yxma 阅读(651) 评论(0) 推荐(0) |
||