菜鸟的博客

纵有疾风起,人生不言弃。

导航

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页

2024年4月8日 #

忙碌的一天

摘要: 所花时间(包括上课): 0 h 代码量(行): 0 搏客量(篇): 1 了解到的知识点: 备注(其他): 今天没有打代码,最近一直在想关于结组作业的选题,然后最近事情有点多,忙不过来了。。。。 阅读全文

posted @ 2024-04-08 21:18 hhmzd233 阅读(12) 评论(0) 推荐(0) 编辑

2024年4月3日 #

更新文章 2024-4-3

摘要: 所花时间(包括上课): 1 h左右 代码量(行): 80左右 搏客量(篇): 1 了解到的知识点: 备注(其他): //controller @PutMapping public Result update(@RequestBody @Validated Article article){ arti 阅读全文

posted @ 2024-04-03 23:56 hhmzd233 阅读(10) 评论(0) 推荐(0) 编辑

2024年4月2日 #

获取文章详情2024-4-2

摘要: 所花时间(包括上课): 0.5 h左右 代码量(行): 20 左右 搏客量(篇): 1 了解到的知识点: 备注(其他): //controller @GetMapping("/detail") public Result detail(Integer id){ Article a = article 阅读全文

posted @ 2024-04-02 20:44 hhmzd233 阅读(10) 评论(0) 推荐(0) 编辑

2024年4月1日 #

文章列表(条件分页+动态sql)2021-4-1

摘要: 所花时间(包括上课): 2 h左右 代码量(行): 200 左右 搏客量(篇): 1 了解到的知识点: 分页 备注(其他): //controller @GetMapping public Result<PageBean<Article>> list( Integer pageNum, Intege 阅读全文

posted @ 2024-04-01 23:02 hhmzd233 阅读(9) 评论(0) 推荐(0) 编辑

2024年3月29日 #

新增文章参数校验-2024-3-29

摘要: 所花时间(包括上课): 1 h左右 代码量(行): 150 左右 搏客量(篇): 1 了解到的知识点: 参数校验 备注(其他): 用到validation自定义校验 package com.di.bigevent.pojo; import com.di.bigevent.anno.State; im 阅读全文

posted @ 2024-03-29 23:37 hhmzd233 阅读(19) 评论(0) 推荐(0) 编辑

2024年3月28日 #

新增文章(2024-3-28)

摘要: 所花时间(包括上课): 1 h左右 代码量(行): 150 左右 搏客量(篇): 1 了解到的知识点: 备注(其他): //controller package com.di.bigevent.controller; import com.di.bigevent.pojo.Article; impo 阅读全文

posted @ 2024-03-28 19:41 hhmzd233 阅读(6) 评论(0) 推荐(0) 编辑

2024年3月27日 #

删除文章分类(2024-3-27)

摘要: 所花时间(包括上课): 0.5 h左右 代码量(行): 30 左右 搏客量(篇): 1 了解到的知识点: 删除文章分类后端接口 备注(其他): @DeleteMapping public Result delete(Integer id){ categoryService.delete(id); r 阅读全文

posted @ 2024-03-27 20:49 hhmzd233 阅读(7) 评论(0) 推荐(0) 编辑

2024年3月26日 #

更新和添加参数校验优化(2024-3-26)

摘要: 所花时间(包括上课): 1 h左右 代码量(行): 150 左右 搏客量(篇): 1 了解到的知识点: 更新和添加参数校验优化 备注(其他): 由于更新文章分类和添加文章分类,参数校验时,一个需要ID notnull 一个只是让id自动增长, 所以当再次添加新的文章时会出现id为空的错误: 这时候就 阅读全文

posted @ 2024-03-26 21:34 hhmzd233 阅读(17) 评论(0) 推荐(0) 编辑

2024年3月25日 #

地铁查询系统PSP2.1预测

摘要: PSP2.1(Personal Software Process Stages ) 所需时间(TIME) Planning(计划) estimate[估计这个任务需要多少时间 ] 2h Development (开发 ) 15h · Analysis [需求分析 (包括学习新技术) ] 1h · D 阅读全文

posted @ 2024-03-25 21:55 hhmzd233 阅读(5) 评论(0) 推荐(0) 编辑

2024年3月22日 #

获取文章分类详情(2024-3-22)

摘要: 所花时间(包括上课): 1 h左右 代码量(行): 50 左右 搏客量(篇): 1 了解到的知识点: getMapping 备注(其他): @GetMapping("/detail") public Result<Category> detail(Integer id){ Category c = 阅读全文

posted @ 2024-03-22 20:48 hhmzd233 阅读(4) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页