12 2018 档案
摘要:1. jar包同目录添加 start.sh 2. 添加启动权限chmod 755 start.sh 3. ./start.sh
阅读全文
摘要:[2] 向晓雯. 基于条件随机场的中文命名实体识别[D]. , 2006. [3] 张祝玉, 任飞亮, 朱靖波. 基于条件随机场的中文命名实体识别特征比较研究[C]//第 4 届全国信息检索与内容安全学术会议论文集. 2008. [4] Huang Z, Xu W, Yu K. Bidirectio
阅读全文
摘要:"https://elasticsearch.cn/article/132" 备注,分组字段只能是 keyword或num类型,不能是text类型 在 Elasticsearch 5.x 有一个字段折叠(Field Collapsing, 22337)的功能非常有意思,在这里分享一下,
阅读全文
摘要:1. 场景: 系统A:nodejs+vue.js 系统B:spring boot 通过系统A前端调用系统B,一直提示:No 'Access Control Allow Origin' header is present on the requested resource 2. 定位问题: js跨域问
阅读全文
摘要:nginx转发成功报400 bad request,服务端未收到请求 解决办法: upstream后面不要跟下划线 例如: upstream auth_service{ server 30.4.164.151:10002; } location /auth_service { proxy_pass
阅读全文
摘要:https://www.cnblogs.com/youyouluo/p/6853436.html https://blog.csdn.net/qq_21703215/article/details/80367006
阅读全文