Loading

摘要: 在最近的项目中,与上位机进行数据传输时,上位机需要服务器的响应得知服务器是否正常运行,数据是否正常发送 在最近的调试中我使用ResponseEntity<Map<String,Object>>作为返回对象,response响应一个json,{"massage","success"} Response 阅读全文
posted @ 2019-10-23 23:21 小飞猪咯咯 阅读(17427) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/weixin_37869477/article/details/82762976 https://blog.csdn.net/sswqzx/article/details/84938223 ResponseEntity可以定义返回的HttpStat 阅读全文
posted @ 2019-10-23 23:17 小飞猪咯咯 阅读(18196) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/x18707731829/article/details/82814095 https://www.jianshu.com/p/6d2103451dcb SpringBoot整合MyBatis Generator可以帮助我们快速生成实体类、接口、m 阅读全文
posted @ 2019-10-23 22:38 小飞猪咯咯 阅读(782) 评论(0) 推荐(0) 编辑
摘要: 1、pip install scipy -i https://pypi.douban.com/simple/ 2、pip install --index https://pypi.mirrors.ustc.edu.cn/simple/ + (要下载的模块)pandas 3、pip install - 阅读全文
posted @ 2019-10-23 21:07 小飞猪咯咯 阅读(1288) 评论(0) 推荐(0) 编辑