spring boot数据格式转换
-
spring boot前后端交互之数据格式转换问题
在前后端分离开发的项目种,前端获取数据的方式基本都是通过AJAX。请求方法也有所不同,常见的有POST,GET,PUT,DELETE等。甚至连请求的数据类型都不一样,x-www-form-urlencodeed,form-data,json等。[详细]
2023-01-31 10:48 分类:开发 Encode complex number as RGB pixel and back
How is it better to encode a complex number into RGB pixel and vice versa? Probably (logarithm of) an absolute value goes to brightness and an argument goes to hue.[详细]
2022-12-25 05:21 分类:问答