border-image属性.className{ border-image:url(/course/54d1cae088dba03f2cd1fec1/img/border.png) 20 20 20 20 / 20px; -webkit-border-image:url(/course/54d.....
分类:
Web程序 时间:
2015-07-06 15:52:26
阅读次数:
161
题目如下:
Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the registered course list for each stude...
分类:
其他好文 时间:
2015-07-05 09:44:07
阅读次数:
113
之前学的是C#,然后想转android,完全是个小白。然后就看了一些安卓的教学视频,在慕课网(http://www.imooc.com/course/list)中学习的。 然后想做一个登录的小dome,然后我就开始拉界面,写事件,写接口。瞬间感觉好牛逼的感觉(自我感觉而已莫要当真,各位大大...
分类:
移动开发 时间:
2015-07-03 15:39:48
阅读次数:
272
建表: 1 create table Score( 2 name varchar(20), 3 course varchar(20), 4 score int) 5 6 go 7 8 insert Score 9 select 'HanMeimei','Chinese',81 unio...
分类:
数据库 时间:
2015-07-03 15:24:04
阅读次数:
422
图1-1 用户选择要查询的条件,通过监听获取用户选择的数据到数据库的course表即空课表中去查找符合条件的空课教室,并用gridview利用适配器动态显示出来。
分类:
其他好文 时间:
2015-07-02 20:56:26
阅读次数:
163
Problem Description
ACboy has N courses this term, and he plans to spend at most M days on study.Of course,the profit he will gain from different course depending on the days he spend on it.How to ...
分类:
其他好文 时间:
2015-07-01 16:07:21
阅读次数:
135
Course Schedule IIThere are a total ofncourses you have to take, labeled from0ton - 1.Some courses may have prerequisites, for example to take course ...
分类:
其他好文 时间:
2015-07-01 09:58:52
阅读次数:
118
一,Model public class Course { public int Id { get; set; } public string Name { get; set; } } public c...
分类:
Web程序 时间:
2015-06-30 23:28:25
阅读次数:
153
This course is going to really cover the foundations of robotics(mathematical models).模型的运动学特性,驱动系统actuate the system, motors,正确的转矩让robort move,1. if ...
分类:
其他好文 时间:
2015-06-30 20:12:33
阅读次数:
148
Well, this problem is spiritually the same toCourse Schedule. You only need to store the node in the order you visit into a vector (well, for DFS, a f...
分类:
其他好文 时间:
2015-06-28 06:22:50
阅读次数:
152