2022年6月15日
摘要: java bean一定要有无参构造 阅读全文
posted @ 2022-06-15 16:37 小白成长变大神 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 资源表示方式:URI,URI包括了URL和URN 资源位置:URL,例如https://img2022.cnblogs.com/blog/2451771/202206/2451771-20220615150301947-312341007.png 资源名称:URN,例如例如2451771-20220 阅读全文
posted @ 2022-06-15 15:26 小白成长变大神 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 对比一下下面两种URL http://localhost:8080/index?id=1&name=zhangsan http://localhost:8080/index/1/zhangsan 上面的URL含义都是请求/index这个方法,并且带了两个参数:id、name,第一种方法是传统方式,第 阅读全文
posted @ 2022-06-15 13:45 小白成长变大神 阅读(421) 评论(0) 推荐(0) 编辑