08 2021 档案
@RequestBody的理解
摘要:What you are asking for is fundamentally wrong. POST requests sends data in a body payload, which is mapped via @RequestBody. @RequestParam is used to 阅读全文
posted @ 2021-08-25 17:02 sidesky 阅读(50) 评论(0) 推荐(0)
mac环境变量加载顺序
摘要:Mac系统的环境变量,加载顺序为:a. /etc/profileb. /etc/pathsc. ~/.bash_profiled. ~/.bash_logine. ~/.profilef. ~/.bashrc其中a和b是系统级别的,系统启动就会加载。其余是用户级别的,c,d,e按照从前往后的顺序读取 阅读全文
posted @ 2021-08-09 17:50 sidesky 阅读(198) 评论(0) 推荐(0)