码迷,mamicode.com
首页 >  
搜索关键字:course    ( 2893个结果
struts 中 s:iterator 使用注意事项
后台定义类public class Course_pj { private String _id; private String _courseid; private String _course_page_id; public String _itemid; priv...
分类:其他好文   时间:2014-09-05 18:11:21    阅读次数:192
Sutherland-Hodgeman多边形裁剪
原文地址:http://course.cug.edu.cn/cugFirst/computer_graphics/class/course/3-3-1-a.htm
分类:其他好文   时间:2014-09-02 09:01:14    阅读次数:161
UVA - 11927 Games Are Important (SG)
Description   Games Are Important  One of the primary hobbies (and research topics!) among Computing Science students at the University of Alberta is, of course, the playing of...
分类:其他好文   时间:2014-08-28 21:17:06    阅读次数:318
Linux命令练级初级
Linux命令练级初级http://ke.qq.com/video/index.html?course_id=6815ls -a 所有文件 -l 类型,连接数,所属用户,工作组,大小,修改时间,文件名 - 普通文件 d 目录 l 符号链接 绿色 可执行 红色 蓝色 目录 白色 文件 ‘.’ 开头的文...
分类:系统相关   时间:2014-08-28 14:40:49    阅读次数:297
MYSQL重复记录排除法处理方式
SELECT tmp.user_id, tmp.course_id, tmp.type, tmp.expire_time, @rownum := @rownum + 1,IF ( @course_id = tmp.course_id ,@rank := @rank + 1, @rank := 1) ...
分类:数据库   时间:2014-08-25 11:41:34    阅读次数:275
每日一个机器学习算法——adaboost
在网上找到一篇好文,直接粘贴过来,加上一些补充和自己的理解,算作此文。My education in the fundamentals of machine learning has mainly come from Andrew Ng’s excellent Coursera course on ...
分类:其他好文   时间:2014-08-24 23:41:03    阅读次数:518
【金阳光测试】Android自动化 -- 学习历程:Monkey原理初步和改良优化
章节:自动化基础篇——Monkey原理初步和改良优化(第三讲)网易云课堂:http://study.163.com/course/courseLearn.htm?courseId=712011#/learn/video?lessonId=878100&courseId=712011主要讲解内容与笔记...
分类:移动开发   时间:2014-08-24 21:59:53    阅读次数:279
zoj 1232 Adventure of Super Mario (Floyd+dp)
Adventure of Super Mario Time Limit: 2 Seconds      Memory Limit: 65536 KB After rescuing the beautiful princess, Super Mario needs to find a way home -- with the princess of course :-) He's ver...
分类:其他好文   时间:2014-08-22 16:27:09    阅读次数:177
热烈庆祝【深入浅出Java虚拟机——入门篇】培训课程在51CTO上线了
我的视频【深入浅出Java虚拟机——入门篇】在51CTO学院上线了。想了解的可以点击:http://edu.51cto.com/course/course_id-1952.html课程框架如下:1.jvm概述2.java规范和JVM规范简述3.生活中的数字在计算机中的表示4.jvm内存划分5.jvm内存模型6.jvm调试跟踪参数7.jvm内存控制..
分类:编程语言   时间:2014-08-21 19:39:05    阅读次数:285
在Mybatis中使用注解@多个参数查询
@Select("SELECT * FROM wc_homework WHERE organization_id=#{classId} ORDER BY createtime DESC LIMIT #{start},#{count}")     @Results({             @Result(column = "course_id", property = "course_id"...
分类:其他好文   时间:2014-08-21 00:12:43    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!