码迷,mamicode.com
首页 >  
搜索关键字:student    ( 6827个结果
实验六
#include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int score; ...
分类:其他好文   时间:2019-12-24 15:36:05    阅读次数:62
实验六
恢复内容开始 #include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int ...
分类:其他好文   时间:2019-12-24 15:20:50    阅读次数:76
实验六
#include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int score; ...
分类:其他好文   时间:2019-12-24 14:07:41    阅读次数:67
实验6 结构体、共用体与枚举
#include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int score; ...
分类:其他好文   时间:2019-12-24 13:55:50    阅读次数:54
实验六
实验结论 part 1 ex1_2.cpp #include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char ...
分类:其他好文   时间:2019-12-24 13:53:53    阅读次数:47
实验六
#include <stdio.h>#include <stdlib.h>const int N=5;// 定义结构体类型struct student,并定义STU为其别名 typedef struct student {long no;char name[20];int score; }STU;/ ...
分类:其他好文   时间:2019-12-24 13:37:21    阅读次数:62
sql 分页查询
public List<Student>list = new ArrayList<>(int page) { try { Class.forName("com.mysql.jdbc.Driver"); } catch (ClassNotFoundException e1) { e1.printSta ...
分类:数据库   时间:2019-12-24 13:32:37    阅读次数:368
mybatis: resultMap 结果集映射和多表查询
mybatis 在进行 select 查询操作的时候,返回类型可以用 resultType,也可以用 resultMap; resultType 是直接表示返回类型的(一般返回为基本数据类型时使用,当查询的是一条SQL数据时,且这条SQL数据的每个字段都和一个Javabean 中的属性名 与之对应, ...
分类:其他好文   时间:2019-12-24 11:49:59    阅读次数:113
实验六
#include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int score; ...
分类:其他好文   时间:2019-12-24 09:59:16    阅读次数:47
实验6
#include <stdio.h> #include <stdlib.h> const int N=5; // 定义结构体类型struct student,并定义STU为其别名 typedef struct student { long no; char name[20]; int score; ...
分类:其他好文   时间:2019-12-24 09:53:26    阅读次数:59
6827条   上一页 1 ... 75 76 77 78 79 ... 683 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!