摘要: 索引相关 URL 说明 /index/_search 不解释 /_aliases 获取或操作索引的别名 /index/ /index/type/ 创建或操作类型 /index/_mapping 创建或操作mapping /index/_settings 创建或操作设置(number_of_shard 阅读全文
posted @ 2015-11-05 17:30 游子善心 阅读(13) 评论(0) 推荐(0) 编辑
摘要: <script language="javascript"> //获取域名 host = window.location.host; host2=document.domain; //获取页面完整地址 url = window.location.href; document.write("<br>h 阅读全文
posted @ 2015-11-05 10:49 游子善心 阅读(5) 评论(0) 推荐(0) 编辑