码迷,mamicode.com
首页 >  
搜索关键字:course    ( 2893个结果
[LeetCode] Course Schedule
As suggested by the hints, this problem is equivalent to detect a cycle in the graph represented by prerequisites. Both BFS and DFS can be used to sol...
分类:其他好文   时间:2015-06-28 01:12:24    阅读次数:252
Course Schedule II
https://leetcode.com/problems/course-schedule-ii/There are a total ofncourses you have to take, labeled from0ton - 1.Some courses may have prerequisit...
分类:其他好文   时间:2015-06-25 15:30:13    阅读次数:110
Course Schedule
https://leetcode.com/problems/course-schedule/There are a total ofncourses you have to take, labeled from0ton - 1.Some courses may have prerequisites,...
分类:其他好文   时间:2015-06-25 15:23:01    阅读次数:115
[翻译][MVC 5 + EF 6] 8:更新相关数据
原文:Updating Related Data with the Entity Framework in an ASP.NET MVC Application 1.定制Course的Create和Edit页面: 修改CourseController.cs的Create和Edit方法:public....
分类:Web程序   时间:2015-06-25 15:21:04    阅读次数:239
常用地址
http://tool.oschina.net/apidocs:常用的在线APIhttp://study.163.com/course/introduction.htm?courseId=306001#/courseDetail:shell编程http://www.xwcms.net :网页素材地址...
分类:其他好文   时间:2015-06-25 12:14:24    阅读次数:115
【LeetCode】207. Course Schedule
Course ScheduleThere are a total ofncourses you have to take, labeled from0ton - 1.Some courses may have prerequisites, for example to take course 0 y...
分类:其他好文   时间:2015-06-25 11:53:30    阅读次数:121
Erlang入门(一)
读erlang.org上面的Erlang Course四天教程1.数字类型,需要注意两点1)B#Val表示以B进制存储的数字Val,比如7>2#101.5二进制存储的101就是10进制的5了2)$Char表示字符Char的ascii编码,比如$A表示652.比较难以翻译的概念——atom,可以理解成...
分类:其他好文   时间:2015-06-24 16:07:54    阅读次数:98
URAL 1601. AntiCAPS (strings)
1601. AntiCAPS Time limit: 0.5 second Memory limit: 64 MB The blonde Angela has a new whim: internet chats. Of course, as any blonde, shewrites her messages using the upper case. You are the ...
分类:其他好文   时间:2015-06-24 12:58:34    阅读次数:120
Django开发BBS---51网络课程笔记(1)
51上有一个用Django开发BBS论坛的免费视频,就开发过程写个简要的笔记。课程地址:http://edu.51cto.com/course/course_id-2787.html论坛的开发以“抽屉”http://dig.chouti.com/为原型。开发一个类似的BBS网站。抽屉网站的主界面结构:由此,在创建项目之前,确定数据的表结构..
分类:其他好文   时间:2015-06-20 22:11:42    阅读次数:349
记录网址
1、linuxlinux教程 http://ke.qq.com/video/index.html?course_id=85092、PythonPython教程——廖雪峰 http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb4931.....
分类:其他好文   时间:2015-06-20 13:07:47    阅读次数:137
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!