菜鸟的博客

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

导航

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

2024年4月13日 #

结对作业3

摘要: 今天在网上找的数据 { "systemName": "石家庄市地铁", "systemCode": "1301", "lines": [ { "lineNumber": "1号线", "stations": [ { "stationName": "西王", "stationCode": "90000 阅读全文

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

2024年4月12日 #

结对作业2

摘要: PSP0(Personal Software Process Stages ) 所需时间(TIME) Planning(计划) 今天把后端学穿了,但是还是有点不会的 estimate[估计这个任务需要多少时间 ] 1h Development (开发 ) · Design [具体设计 ] 1 · C 阅读全文

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

2024年4月11日 #

结对作业1

摘要: 想的是先搞到地铁信息的数据,然后再调用idea中的jgrapht中的迪杰斯特拉的函数,应该是能实现的 PSP2.1(Personal Software Process Stages ) 所需时间(TIME) Planning(计划) estimate[估计这个任务需要多少时间 ] 2h Develo 阅读全文

posted @ 2024-04-11 20:22 hhmzd233 阅读(12) 评论(0) 推荐(0) 编辑

接口实现-删除文章(2024-4-11)

摘要: 所花时间(包括上课): 1 2 h左右 代码量(行): 100 左右 搏客量(篇): 1 了解到的知识点: 备注(其他): 今天写了Android的前端页面,和页面功能的基本实现,剩下最难的接口调用方面了 下面是跟的项目的一个简单接口 //controller @DeleteMapping publ 阅读全文

posted @ 2024-04-11 19:59 hhmzd233 阅读(11) 评论(0) 推荐(0) 编辑

2024年4月9日 #

结对作业0

摘要: 所花时间(包括上课): 1 h左右 代码量(行): 70 左右 搏客量(篇): 1 了解到的知识点: 备注(其他): package com.example.metroinfo.controller; import com.example.metroinfo.model.MetroSystem; i 阅读全文

posted @ 2024-04-09 22:27 hhmzd233 阅读(6) 评论(0) 推荐(0) 编辑

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) 编辑

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