04 2022 档案
摘要:2贴心点餐系统 --架构思路:前端h5+web,后台:java+mysql+linux+tomcat+jdk8+redis+…; --现有功能的不足: 1依靠平台入驻,关注入驻店家数量,未聚焦到顾客个体; 2顾客看评价选则店铺后,在店内的活动只有简单的评价功能; 3不能为顾客提供细致,有关注度的服务
阅读全文
摘要:#include<stdio.h> #include<stdlib.h> #define LEN sizeof(struct Student) //用结构体、内存函数,指针,常用数据类型实现一个动态链表 struct Student{ int sno; int name; int gender; s
阅读全文
摘要:#include <stdio.h> #include <string.h> #include <ctype.h> int main() { int longest_i(char * p); char str[1000]; gets(str);//输入 int max_i,i; max_i = lo
阅读全文

浙公网安备 33010602011771号