- 博客(26)
- 收藏
- 关注
原创 前端JS大数字精度丢失
这样就可以将long型的数据转换为String类型返回给前端。原因:JavaScript的Number类型的安全整数范围是。,如果超过这个范围,就会发生精度丢失的问题。将long型的数据转换为String类型返回,
2023-06-14 13:48:10
714
原创 Internet Protocols
Hypertext Transfer Protocols (HTTP) are used on top of Transmission Control Protocol (TCP) to transfer webpages and other content from websites.You've learned that computers need IP addresses to communicate with each other. When your computer connects to a
2023-05-01 21:13:17
120
原创 JWT - Securing REST API‘s with JWT Token using Spring Security 6 & Spring Boot 3
@Component@Override//7 days@Component.compact();.build().getBody();try {.build()@Component@Overridenull,@Setter@Getter@Bean@Bean@Bean。
2023-05-01 20:17:53
497
原创 Login and Register REST APIs using Spring Security 6 & Spring Boot 3
【代码】Login and Register REST APIs using Spring Security 6 & Spring Boot 3。
2023-04-30 18:23:50
293
原创 Securing REST APIs using Spring Security 6 & Spring Boot3
【代码】Securing REST APIs using Spring Security 6 & Spring Boot3。
2023-04-30 16:47:43
213
原创 Java-Leetcode 215. Kth Largest Element in an Array
【代码】Java-Leetcode 215. Kth Largest Element in an Array。
2023-04-29 20:33:15
101
原创 Validation in Blog App
OverviewJava Bean Validation BasicsWe validate a Java bean with the standard framework -- JSR 380, also known as Bean Validation 2.0. JSR 380 is a specification of the Java API for bean validation and this ensures that the properties of a bean meet sp
2023-04-28 17:53:55
93
原创 Java—Leetcode 973. K Closest Points to Origin
【代码】Java—Leetcode 973. K Closest Points to Origin。
2023-04-27 21:01:44
112
原创 Java—Leetcode 703 Kth Largest Element in a Stream
【代码】Java—Leetcode 703 Kth Largest Element in a Stream。
2023-04-26 20:21:00
115
1
原创 REST APIs Design for Blog App
URL PathGET/api/posts200(OK)GET200(OK)POST/api/postsPUT200(OK)DELETE200(OK)GET/api/posts?200(OK)6.URL PathGET200(OK)GET200(OK)POSTPUT200(OK)DELETE200(OK)URL PathPOST200(OK)Sign UpPOST200(OK)Sign In。
2023-04-21 16:04:32
95
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅