码迷,mamicode.com
首页 >  
搜索关键字:teacher    ( 1327个结果
【9】查询练习:NOT IN、ANY、ALL、UNION
1.NOT IN: mysql> select * from teacher; + + + + + + + | tea_num | tea_name | tea_sex | tea_birth | tea_prof | department | + + + + + + + | 0435 | LiMe ...
分类:其他好文   时间:2020-04-12 11:01:59    阅读次数:80
C++-结构体(struct),联合(union),枚举(enum)
使用struct定义结构体,使用Teacher t = {"", "", ""} 进行初始化操作 /* 结构体 */ #include <iostream> using namespace std; struct Teacher{ char name[20]; int age; double sal ...
分类:编程语言   时间:2020-03-30 11:10:03    阅读次数:93
English ing,ed,er
ing是在动词进行时后, ed是动词过去式或过去分词, er一般是在动词转化为对应名词(表示对应的人) 例如teach动词,教授 teacher名词,教师 helping (现在进行时) helped 协助(过去时) helper 帮手 帮助器 { 【现在分词】 一般情况下动词原形直接加ing 例 ...
分类:其他好文   时间:2020-03-29 18:14:22    阅读次数:119
Codeforces Round #627 (Div. 3) D. Pair of Topics(二分/直接遍历)
The next lecture in a high school requires two topics to be discussed. The ii -th topic is interesting by aiai units for the teacher and by bibi units ...
分类:其他好文   时间:2020-03-29 01:44:16    阅读次数:280
SQL 强化练习(三)
模糊查询 like; 四表关联查询: 老师名 -> 老师id -> 课程id -. 学生 id -> 学生表 ...
分类:数据库   时间:2020-03-28 18:17:10    阅读次数:133
修改配置文件:my.ini
SELECT c.TNAME FROM score a,course b,teacher c WHERE a.CNO=b.CNO AND b.TNO=c.TNO GROUP BY a.CNO HAVING COUNT(a.CNO)>5 错误:error : Expression #6 of SELE ...
分类:其他好文   时间:2020-03-22 19:51:09    阅读次数:105
语法书 - 第二讲
第二讲 名词 数词 形容词 副词 名词 名词的复数 单复同形 sheep, cattle, headquaters, species 合成词的复数 ~~ 男人♂和女人 ~~ man, women + n.[sing] $\to$ men, women + n.[plu] girl, boy + n. ...
分类:其他好文   时间:2020-03-22 17:31:12    阅读次数:66
日常报错:There is no getter for property named 'Subject' in 'class cn.kgc.zyp.entity.Teacher'解决方法
这段报错的意思很容易理解,就是在实体类Teacher中没有get方法,但是检查发现里面确实有这个get方法,那为啥还报错呢 其实当一塔低昂有问题是也会出现这个报错,经过检查发现:在TeacherMapper.xml中表名写成了大写,实际上是teacher,改成小写后问题就迎刃而解了。。。 ...
分类:其他好文   时间:2020-03-18 20:22:09    阅读次数:90
D - Pair of Topics
The next lecture in a high school requires two topics to be discussed. The ii-th topic is interesting by aiaiunits for the teacher and by bibi units f ...
分类:其他好文   时间:2020-03-14 23:59:09    阅读次数:158
Android自带的时间控件的使用
链接:https://www.cnblogs.com/xianfeng-zhang/p/8134269.html 1,activity代码: package com.example.fitness_app.web.teacher; import android.support.v7.app.AppC ...
分类:移动开发   时间:2020-03-10 21:47:28    阅读次数:89
1327条   上一页 1 ... 7 8 9 10 11 ... 133 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!