Php study schedule personal:1. php intro + upper : imooc2. video course: php100, houdunwang (together with project practice)3. ubuntu system:?4. MVC c...
分类:
Web程序 时间:
2015-05-18 12:26:32
阅读次数:
129
1、基架自动生成@Html.EnumDropDownListFor()辅助方法映射到模型类属性的元数据。@model MajorConstruction.Models.Course @Html.LabelFor(model => model.CourseType, htmlAt...
分类:
Web程序 时间:
2015-05-17 21:46:02
阅读次数:
245
DataMap.xml文件是专门存放sql语句的文件,他们的命名一般与数据库表的命名一一对应,比如Student.xml,Course.xml 该文件还是有很多配置节点的,不过主要用的最多的是alias节点、statements节点,其他节点后面用到再讲。 1 alias节点 --配置别名...
分类:
Web程序 时间:
2015-05-17 09:18:50
阅读次数:
161
Course Schedule II
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...
分类:
其他好文 时间:
2015-05-16 20:37:33
阅读次数:
124
首先我们建立一张表,名为RToC,各个字段的设计如下图,分别是name,course,score,表示姓名,成绩与分数,如图所示。 2我们往表中加入数据,分别添加小明与小花的语文和数学成绩,如图所示。 3接下来,我们要进行行列转换,列应该是name,语文,数学。我们首先要考虑是如何得到列名,我们.....
分类:
数据库 时间:
2015-05-16 18:06:41
阅读次数:
183
默认情况下,表格会占据屏幕所有宽度,可以使用bootstrap的布局功能。但表格标题字段的宽度必须与相应字段内容的宽度一致。 //一行被分成12列,超过12列,将转移到下一行。 实例如下: @using (Html.BeginForm("Index", "Course", Form...
分类:
其他好文 时间:
2015-05-16 16:13:30
阅读次数:
133
题目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 expressed as a p...
分类:
其他好文 时间:
2015-05-15 21:33:24
阅读次数:
225
继续使用上个例子的报表和数据源 新建一个多层数据集,在SQL SELECT 语句查询界面: 输入如下SQL语句,进行数据集的创建: select teacher.tname, student.sname, student.ssex, course.cname, sc.score from?t...
分类:
其他好文 时间:
2015-05-15 10:55:07
阅读次数:
170
This one lets you print out one topological sorted sequence. Either BFS or DFS works. But there are tricky details.This is my reference:https://leetco...
分类:
其他好文 时间:
2015-05-15 08:57:26
阅读次数:
144
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...
分类:
其他好文 时间:
2015-05-15 01:02:35
阅读次数:
157