Doing Homework Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline of ha ...
分类:
其他好文 时间:
2018-12-08 17:05:45
阅读次数:
124
(多对多关系)(视频下载) (全部书籍) 马克-to-win:Teacher表:两列id,name。Studnet表: 三列:id,name,ageTeacherStudent表(关系表):三列:id,tid,sid create table TeacherStudent(id int not nu ...
分类:
数据库 时间:
2018-12-06 20:48:58
阅读次数:
272
Database Design(数据库设计)(视频下载) (全部书籍) 马克-to-win: (一对多:one-to-many) 1) teacher and student. (teacher表:两列id(主键),name。pupil表: 三列:id(主键),name,tid(外键)) 举例: T ...
分类:
数据库 时间:
2018-12-06 20:33:25
阅读次数:
253
import os from win32com import client word = client.gencache.EnsureDispatch('Word.Application')word.Visible = 1word.DisplayAlerts = 0doc = word.Docume ...
分类:
编程语言 时间:
2018-12-03 22:56:08
阅读次数:
238
# 结构化文件存储- xml, json- 为了解决不同设备之间的信息交换## XML文件(可扩展标记语言) - 标记语言:语言中使用尖括号括起来的文本字符串标记 - 可扩展:用户可以自己定义需要的标记 - 例如: <Teacher> 自定义标记的teacher 存在两个标记之间的任何内容都应该跟t ...
分类:
编程语言 时间:
2018-11-27 22:16:16
阅读次数:
302
In this lesson you will learn to talk about past occurences. 过去进行时 课上内容(Lesson Key) C: Hi, Loki! L: Hi, Corrine.Good evening! L: Long time no see. C: ...
分类:
移动开发 时间:
2018-11-27 01:35:00
阅读次数:
271
设计模式 迪米特法则 只和朋友交流 Only talk to your immediate friends 只与直接的朋友通信。即每个对象都有耦合关系,对象之间有耦合。 定义老师类 public class Teacher{ // 老师对学生发布命令 public void commond(Grou ...
分类:
其他好文 时间:
2018-11-25 11:52:28
阅读次数:
107
我们是·第二小组,我们开发的是教师个人题库管理系统,我们的产品代码仓库是https://gitee.com/zhuxu0826/teacher_persional_project 下面是我们的wbs图 接下来是e-r图和数据字典 我们的项目刚刚开始进入开发阶段,目前完成的还不算多,地址是https: ...
分类:
其他好文 时间:
2018-11-25 00:06:28
阅读次数:
219
第三次团队任务 一、项目介绍: 团队序号:5号团队。 开发软件名称:辅导员助手。 代码仓库地址:: 王润申(软件工程师):https://gitee.com/LaoXianYuGuJiaMing/Teacher-Assistant (产品代码仓库) 孙学智(软件工程师):https://gitee. ...
分类:
其他好文 时间:
2018-11-24 21:04:34
阅读次数:
162
package datiqi.com.dtq.datiqi_teacher.autils; import android.util.Log; /** * 数字 转换 */public class DigitalConversion { private static String nums[] = { ...
分类:
编程语言 时间:
2018-11-22 15:20:15
阅读次数:
140