- 博客(3)
- 收藏
- 关注
原创 2021-04-13
第十一章MVC架构mvc模式Model 模型View 视图Controller 控制器结构图结构图[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-Uc9fHoNZ-1618312193795)(C:\Users\Administrator\AppData\Roaming\Typora\typora-user-images\image-20210413185328879.png)]结构Controller层:接收用户请求交给业务层去做重定
2021-04-13 19:16:49
111
原创 //新手的计时器,有大佬能指点一下么,毫秒的计时器怎么搞啊
#include<stdio.h>#include<stdlib.h>#include<windows.h>int main(){int h , m , s ;printf("请输入时间,\n时\n分\n秒\n,按enter结束^-^");scanf_s("%d%d%d", &h ,& m ,& s);printf("\n%02d: %02d : %02d ", h, m, s);Sleep(1000);while (h >
2021-01-20 10:35:36
219
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅