码迷,mamicode.com
首页 >  
搜索关键字:course    ( 2893个结果
MVC5 Entity Framework学习之Entity Framework高级功能
在之前的文章中,你已经学习了如何实现每个层次结构一个表继承。本节中你将学习使用Entity Framework Code First来开发ASP.NET web应用程序时可以利用的高级功能。 在本节中你将重用之前已经创建的页面,接下来你需要新建一个页面并使用原始SQL来批量更新数据库中所有Course的学分。 在Department Edit页面中添加新的验证逻辑并使用非跟踪查询。 执行原始SQL查询 Entity FrameworkCode First API包含有可以让你直接向数据库发送SQL命令的方法...
分类:Web程序   时间:2014-10-26 11:44:32    阅读次数:473
******常见数据库笔试题*****
学生表:Student 学生表 (学号,姓名,性别,年龄,组织部门) Course课程表 (编号,课程名称) Sc选课表 (学号,课程编号,成绩)表结构如下:(1).写一个SQL语句,查询选修了’计算机原理’的学生学号和姓名(2).写一个SQL语句,查询’周星驰’同学选修了的课程名字(3).写一个S...
分类:数据库   时间:2014-10-25 18:32:41    阅读次数:245
博客索引
很抱歉开博这么长时间才开始传文章,因为前段时间在学校忙一些事情,所以只能留到现在完成之前顶下的任务。首先是Stanford大学的iOS课程学习日志,共18课,目录如下:I. Course Introduction, Overview of iOS, MVC Objective-C课程内容:Objec...
分类:其他好文   时间:2014-10-25 13:09:51    阅读次数:149
Exercise 1.20 最大公约数算法
The process that a procedure generates is of course dependent on the rules used by the interpreter. As an example, consider the iterative gcd procedur...
分类:编程语言   时间:2014-10-22 20:02:02    阅读次数:283
屏幕空间反射
屏幕空间反射(Scene Space Reflection,SSR)又叫实时局部反射(Realtime Local Reflection,RLR),最早见于2011年Crytek在Siggraph的Course《Secrets of CryENGINE 3 Graphics Technology》....
分类:其他好文   时间:2014-10-21 23:10:35    阅读次数:243
HDU - 4802 GPA
Description In college, a student may take several courses. for each course i, he earns a certain credit (c i), and a mark ranging from A to F, which is comparable to a score (s i), according to th...
分类:其他好文   时间:2014-10-20 23:23:31    阅读次数:260
Standford 关于机器学习相关课程的网址
http://openclassroom.stanford.edu/MainFolder/CoursePage.php?course=MachineLearninghttp://deeplearning.stanford.edu/wiki/index.php/UFLDL_Tutorialhttp:/...
分类:其他好文   时间:2014-10-19 21:20:01    阅读次数:187
整理SQL
由4张简单的不能再简单的表,演变出50道SQL表结构:表Student (S#,Sname,Sage,Ssex) 学生表S# student_no Sage student_age Ssex student_sex表Course(C#,Cname,T#) 课程表C# course_no Cname....
分类:数据库   时间:2014-10-19 15:31:45    阅读次数:305
2014ACM/ICPC亚洲区域赛牡丹江站现场赛-I ( ZOJ 3827 ) Information Entropy
Information Entropy Time Limit: 2 Seconds      Memory Limit: 65536 KB      Special Judge Information Theory is one of the most popular courses in Marjar University. In this course, there is an...
分类:其他好文   时间:2014-10-16 01:01:15    阅读次数:334
产品经理必备
职场必备的课程https://www.coursera.org/account/signedin?topic_name=%E8%81%B7%E5%A0%B4%E7%B4%A0%E9%A4%8A%20%28Professionalism%29&user_action=class&r=https%3A%2F%2Fclass.coursera.org%2Fprofessionalism-001%2Flecture&course_id=972872墨客学院,修身养..
分类:其他好文   时间:2014-10-15 15:55:01    阅读次数:144
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!