码迷,mamicode.com
首页 >  
搜索关键字:course    ( 2893个结果
数据库的创建,插入,查询,平均数,连接查询,嵌套查询,组合查询等
创建表:CREATE TABLE Student( SNO VARCHAR(20), Name VARCHAR(10), Age INTEGER, College VARCHAR(30));CREATE TABLE Course( CourseID VARCHAR(15), CourseName V ...
分类:数据库   时间:2019-04-30 14:16:34    阅读次数:220
POJ2374 Fence Obstacle Course
题意 Language:DefaultFence Obstacle Course Time Limit: 3000MSMemory Limit: 65536KTotal Submissions: 2900Accepted: 1042DescriptionFarmer John has constru ...
分类:其他好文   时间:2019-04-30 10:40:21    阅读次数:136
leetcode [210]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 ...
分类:其他好文   时间:2019-04-26 13:18:40    阅读次数:123
leetcode [207]Course Schedule
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 ...
分类:其他好文   时间:2019-04-25 17:36:32    阅读次数:113
postgresql分析函数
参考:https://blog.csdn.net/haohaizijhz/article/details/83340814 ORDER BY子句:分析函数中ORDER BY的存在将添加一个默认的开窗子句,这意味着计算中所使用的行的集合是当前分区中当前行和前面所有行;没有ORDER BY时,默认的窗口 ...
分类:数据库   时间:2019-04-23 09:51:15    阅读次数:205
Hdu1372 Knight Moves (BFS)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1372 Problem Description A friend of you is doing research on the Traveling Knight Problem (TKP) where ...
分类:其他好文   时间:2019-04-21 22:58:38    阅读次数:156
[mooc]open course on github
来自多位GitHub网友在GitHub分享的几组学习课程项目, 学习课程包含清华,北大,浙大,中科大,上海交大, 等中国多所名校的英语,AI高数,人工智能等课程以及一些讲义考题。 如果你想了解这些大学的专业课程知识,可以看看这些项目,或许对你有帮助, 当然,如果你是这些大学的大学生,也欢迎你帮忙共同 ...
分类:其他好文   时间:2019-04-20 09:24:45    阅读次数:264
python正则-字符串处理,主要用于处理请求参数格式为application/x-www-form-urlencoded的表单数据
输出: str_in 方法1>>>>> customer_type=>1&source=>1&course_name_id=>3&tel=>18883612485&customer_name=>测试&sex=>0&school=>ce'w's&intro_id=>2340 str_in方法2>>>c ...
分类:移动开发   时间:2019-04-17 22:07:12    阅读次数:1097
树莓派在网上看到的资料
https://www.cnblogs.com/menkeyi/p/7398936.html 视频学习: 树莓派的学习:腾讯课堂:https://ke.qq.com/course/list/%E6%A0%91%E8%8E%93%E6%B4%BE https://ke.qq.com/course/37 ...
分类:其他好文   时间:2019-04-15 23:17:53    阅读次数:166
SQL Server 高级操作
视图 创建视图 create view student1(name,age,idd,aname) as select b.name,b.age,b.idd,a.name from student b,course a where b.idd=a.id student1视图名 查看视图 select ...
分类:数据库   时间:2019-04-15 16:17:15    阅读次数:166
2893条   上一页 1 ... 43 44 45 46 47 ... 290 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!