- 博客(4)
- 资源 (3)
- 收藏
- 关注
转载 重点考察内容:(以第五版内容和相关RFC为准)
1: 1. 第一章课后题第11题 (第四版13题 ) What is the principal difference betweenconnectionless communication and connection-oriented communication? Connection-orientedcommunication has three phases. In the
2012-06-17 23:56:43
12398
原创 考试链接
最近要考试了。 http://wenku.baidu.com/view/0a455b03de80d4d8d15a4f12.html http://zhidao.baidu.com/question/334246440.html
2012-05-31 23:42:41
472
原创 SQL 关于多个表连接问题
假设,有三个表A,B,C,A.key1 与 B.key1左连接,生成的临时表再与C.key2连接。我是这样写的。(其中A.key1=B.key1, B.key2=C.key2, 主要是一A表连接其他表获得信息) select C.*, TEMP.* from (select A.*, B.* from A left join B on A.key1=B.key1) as TEMP left jo
2012-05-11 11:36:20
606
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人