摘要: 2贴心点餐系统 --架构思路:前端h5+web,后台:java+mysql+linux+tomcat+jdk8+redis+…; --现有功能的不足: 1依靠平台入驻,关注入驻店家数量,未聚焦到顾客个体; 2顾客看评价选则店铺后,在店内的活动只有简单的评价功能; 3不能为顾客提供细致,有关注度的服务 阅读全文
posted @ 2022-04-16 20:50 帅哥才 阅读(39) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> #include<stdlib.h> #define LEN sizeof(struct Student) //用结构体、内存函数,指针,常用数据类型实现一个动态链表 struct Student{ int sno; int name; int gender; s 阅读全文
posted @ 2022-04-16 20:40 帅哥才 阅读(166) 评论(0) 推荐(0) 编辑