超人学院浙大研究生Hadoop工作经验分享,分享在Hadoop大数据工作中的经验。请点击以下链接http://ke.qq.com/cgi-bin/courseDetail?course_id=69533更多精彩内容请关注:http://bbs.superwu.cn关注超人学院微信二维码:
分类:
其他好文 时间:
2015-05-20 18:44:45
阅读次数:
134
超人学院浙大研究生Hadoop工作经验分享,分享在Hadoop大数据工作中的经验。请点击以下链接 http://ke.qq.com/cgi-bin/courseDetail?course_id=69533 更多精彩内容请关注:http://bbs.superwu.cn 关注超人学院微信...
分类:
其他好文 时间:
2015-05-20 13:22:05
阅读次数:
112
关键是想清楚每一个课 A 都对应一个neighbor list,即是 A的后续课程 set{b,c,d,...}讲解http://blog.csdn.net/dm_vincent/article/details/7714519每次是剪掉一个“入点”,即non-pre的初始课,然后剪掉它对应的edge...
分类:
其他好文 时间:
2015-05-20 12:53:28
阅读次数:
126
leetcode 207 : Course Schedule...
分类:
其他好文 时间:
2015-05-20 07:10:17
阅读次数:
204
创建表插入数据Student(S#,Sname,Sage,Ssex) 学生表 Course(C#,Cname,T#) 课程表 SC(S#,C#,score) 成绩表 Teacher(T#,Tname) 教师表建表语句 Create table Student(S# number(4),Sname v...
分类:
数据库 时间:
2015-05-19 22:21:22
阅读次数:
152
【题目】
There are a total of n courses you have to take, labeled from 0 to n
- 1.
Some courses may have prerequisites, for example to take course 0 you have to first take course 1, which is exp...
分类:
其他好文 时间:
2015-05-19 19:09:54
阅读次数:
134
【题目】
There are a total of n courses you have to take, labeled from 0 to n
- 1.
Some courses may have prerequisites, for example to take course 0 you have to first take course 1, which is exp...
分类:
其他好文 时间:
2015-05-19 19:08:51
阅读次数:
177
场景
我用的数据库是mysql5.6,下面简单的介绍下场景
课程表
create table Course(
c_id int PRIMARY KEY,
name varchar(10)
)
数据100条
学生表:
create table Student(
id int PRIMARY KEY,
name varchar(10)
)
数据70000条
...
分类:
数据库 时间:
2015-05-19 10:43:35
阅读次数:
175
Lecture1:Goals of the course; what is computation; introduction to data types, operators, and variablesPython
High VS. low
General VS. targetted
Interpreted VS. compileSyntax语法:what are legal express...
分类:
编程语言 时间:
2015-05-18 16:54:48
阅读次数:
183
Course Schedule II问题:There are a total ofncourses you have to take, labeled from0ton - 1.Some courses may have prerequisites, for example to take cour...
分类:
其他好文 时间:
2015-05-18 16:39:19
阅读次数:
166