11 2020 档案
摘要:X-Frame-Options响应头配置详解 X-Frame-Options HTTP 响应头是用来给浏览器指示允许一个页面可否在 <frame>, </iframe> 或者 <object> 中展现的标记。网站可以使用此功能,来确保自己网站的内容没有被嵌套到别人的网站中去,也从而避免了点击劫持 (
阅读全文
摘要:1、安装拼音分词 1、下载地址: git clone https://github.com/medcl/elasticsearch-analysis-pinyin.gitgit branch -a 选择对应的大版本git checkout XXX 2、进行编译: maven编译 进入下载源码目录操作
阅读全文