- 博客(5)
- 问答 (1)
- 收藏
- 关注
原创 Spring Cloud Gateway集成Actuator、prometheus监控方案以及相关安全漏洞的解决方案
Spring Cloud Gateway集成Actuator、prometheus监控方案以及相关安全漏洞的解决方案
2024-08-26 19:25:52
929
1
原创 SpringBoot中@RequestBody和@RequestParam用法及vue调用SpringBoot接口
1.@RequestBody @RequestBody不可以使用get请求类型,这里指定post;content-type支持json格式vue端调用:使用的axios,需要先安装axios,在vue项目目录下执行 npm install axios ,之后再main.js中引入vue中调用后端接口2.@RequestParam支持所有请求类型;content...
2018-12-17 09:38:13
6397
原创 AngularJS的一种参数传递方法
今天学习AngularJS,学到了一种传递参数的方法,做个笔记。angular中使用routeParams传递参数.在js的config中写入:.when('/list/:id', { templateUrl: 'views.route.detail.html', controller: 'RouteDetailCtl'
2016-09-05 17:12:30
8601
原创 Spring MVC 使用highcharts创建图表
项目中的一个功能,用图表显示终端的监控数据,简单研究了一下highcharts的用法,用的比较简单,分享一下基本用法。1.后台去取数据库的数据:@RequestMapping("/showchart") public String showChart(Long locNo, Model model, HttpServletRequest request) { SimpleDateFo
2015-08-28 17:03:39
3200
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人