摘要:
刚学SpringBoot 就踩坑了,在实体中加了了个List集合已启动就报了一堆的错误 解决方法:在属性上或者get方法上添加添加 @Transient 表示它不是数据库字段 阅读全文
摘要:
参考链接:https://www.jianshu.com/p/7d60ea5e51e9(亲测有效) 阅读全文
摘要:
https://fly.layui.com/jie/19051/ 阅读全文
摘要:
最开始一直用的ip访问的项目是没问题的 , 后来改成用了域名访问就发现一直获取不了session ,最开始以为是跨域问题 , 但项目中已经配置了跨域 , 因为第一次用 nginx ,果断入坑了 , 然后就各种百度,后来发现是 nginx 代理问题 . 加入 proxy_cookie_path /on 阅读全文
摘要:
第一次接触 linux 服务器,做图片上传的时候遇到了些坑,搞了些天总算成功了,记录一下 阅读全文
摘要:
原文链接:https://blog.csdn.net/sea_snow/article/details/82498791 感谢原作者大大 提示:ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql'。 阅读全文
摘要:
ajax请求controller出现中文乱码 解决方法:在 @RequestMapping 中加上 produces = {"application/json;charset=UTF-8"} 阅读全文
摘要:
Elasticsearch后台运行步骤 1.cmd 到elasticsearch 中bin目录下 2.elasticsearch-service 出现 3.安装服务 elasticsearch-service install 3.安装服务 elasticsearch-service install 阅读全文
摘要:
可以在网盘中下载也可以去官网下载 网盘: Elasticsearch 地址:http://pan.baidu.com/s/1hrI0AFU elasticsearch-head 地址:http://pan.baidu.com/s/1pLsejNX kibana 地址:http://pan.baidu 阅读全文