超级便当

文章
7
资源
0
加入时间
2年10月17天

idea not found for the web module.

现象描述启动tomcat弹出提示框控制台会打出如下日志[2015-09-28 10:10:10,414] Artifact app-web:war exploded: Error during artifact deployment. See server log for details.解决方法1 idea ->file ->Project Strueture (

结构体数组和结构体的嵌套

结构体数组和结构体的嵌套结构体数组#include <stdio.h>struct Student{ int age; char name[50]; int score;};int main(int argc, char const *argv[]){ //结构体数组的初始化 struct Student a[5] = { {18, "mike",.