摘要: 什么是全文检索? 我们生活中的数据总体分为两种:结构化数据和非结构化数据。 结构化数据:指具有固定格式或有限长度的数据,如数据库,元数据等。 非结构化数据:指不定长或无固定格式的数据,如邮件,word文档等。 当然有的地方还会提到第三种,半结构化数据,如XML,HTML等,当根据需要可按结构化数据来 阅读全文
posted @ 2016-06-15 19:49 geosmart 阅读(14976) 评论(0) 推荐(4) 编辑
摘要: /** * JavaScript Slider v0.9 * http://blog.ovidiu.ch/javascript-slider * * Copyright (c) 2010, Ovidiu Cherecheș * MIT License * http://legal.ovidiu.ch 阅读全文
posted @ 2012-10-30 20:51 geosmart 阅读(431) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <style type="text/css"> #bar{ width:200px; height:25px; border:1px solid black; position:relative; } #slider{ width:0%; 阅读全文
posted @ 2012-10-30 19:22 geosmart 阅读(615) 评论(0) 推荐(0) 编辑