码迷,mamicode.com
首页 >  
搜索关键字:course    ( 2893个结果
SQL经典面试题集锦
1、问题背景     (1)学生表(学号,姓名,年龄,性别)             student(S#,Sname,Sage,Ssex)     (2)课程表(课程编号,课程名称,教师编号)             course(C#,Cname,T#)     (3)成绩表(学号,课程编号,分数)             student_score(S#,C#,score)     (4)教...
分类:数据库   时间:2016-02-02 19:53:50    阅读次数:254
Oracle安装卸载
http://study.163.com/course/courseLearn.htm?courseId=932016#/learn/video?lessonId=1115367&courseId=932016 超级管理员 sys / change_on_install 普通管理员 system /
分类:数据库   时间:2016-01-30 22:50:19    阅读次数:291
【Unity Shader】2D动态云彩
写在前面赶在年前写一篇文章。之前翻看2015年的SIGGRAPH Course(关于渲染的可以去selfshadow的博客里找到,很全)的时候看到了关于体积云的渲染。这个课程讲述了开发者为游戏《地平线:黎明时分》所开发的动态天气系统,重点讲了里面的云的模拟和渲染,很有参考价值。其中,云的建模主要使用了raymarching的方法,他们的启发应该和shadertoy有关,但多了更多的程序控制和艺术效果...
分类:编程语言   时间:2016-01-30 02:52:52    阅读次数:389
Coursera课程《Python数据结构》中课程目录
Python Data Structures Python Data Structures is the second course in the specialization Python for Everybody. It covers Chapters 6-10 of the textbook
分类:编程语言   时间:2016-01-27 23:15:35    阅读次数:651
Coursera课程《Python数据结构》中课件
You can access the Google Drive containing all of the current and in-progress lecture slides for this course through the link below. Lecture Slides Yo
分类:编程语言   时间:2016-01-27 23:13:54    阅读次数:285
Coursera课程《大家的python》(Python for everyone)课件
You can access the Google Drive containing all of the current and in-progress lecture slides for this course through the link below. Lecture Slides Yo
分类:编程语言   时间:2016-01-27 21:17:15    阅读次数:297
Entity Framework 6 Recipes 2nd Edition(12-5)译 -> 自动删除相关联实体
12-5. 自动删除相关联实体问题当一个实体被删除时,你想自动删除它相关联的实体解决方案假设你有一个表结构由一个course (科目), course 的classes (课程),以及enrollment (登记学生选课),如 Figure 12-5所示:.Figure 12-5. The Cour...
分类:其他好文   时间:2016-01-27 00:51:27    阅读次数:220
二维码的生成和扫描
极客学院的视频,讲解了扫描二维码,和生成二维码http://www.jikexueyuan.com/course/134_2.html?ss=1在写这些代码之前要先导一个包的,BarCodeTest 1 package com.example.ewm; 2 3 import com.google.....
分类:其他好文   时间:2016-01-25 11:29:26    阅读次数:164
AngularJS中使用$http对MongoLab数据表进行增删改查
本篇体验使用AngularJS中的$http对MongoLab数据表进行增删改查。主页面:Load CourseAdd New Course以上,页面上显示course_list.html,add_course.html和edit_course.html的内容显示与toggleAddCourseVi...
分类:Web程序   时间:2016-01-23 21:31:14    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!