here, we're just creating a class Square inherited from class Rect. compiler calls only Square.Print() now we would really like to see what is polymor ...
分类:
编程语言 时间:
2018-12-29 13:36:15
阅读次数:
213
一. 1.关于如何打包成ab包,就不多说了,网上很多教程,siki学院也有siki老师的免费视频教程挺详细的,可以看看 http://www.sikiedu.com/my/course/74 2.为了图方便,用了siki老师说的AssetBundlesBrowser打包工具,这个工具还可以查看包内容 ...
分类:
编程语言 时间:
2018-12-27 15:13:50
阅读次数:
186
http://www.ipb.uni-bonn.de/wp-content/uploads/2018/05/lecture_2.pdf make bash file executable Wall: Warning all Wextra: add even more extra Warning We ...
分类:
编程语言 时间:
2018-12-27 13:29:48
阅读次数:
220
【1】大规模数据 【2】随机梯度下降 【3】小批量梯度下降 【4】随机梯度下降的收敛 Answer:BD A 错误。学习率太小,算法容易很慢 B 正确。学习率小,效果更好 C 错误。应该是确定阈值吧 D 正确。曲线不下降,说明学习率选的太大 【5】在线学习 【6】 Answer:BC A 错误。随机 ...
分类:
其他好文 时间:
2018-12-27 03:09:42
阅读次数:
260
一 小知识回顾 1 级联删除问题 2 一张表关联多个表,比如有manytomanyfileds forignkey,基于对象查询存在的问题:反向查询的时候 表名小写_set.all()不知是哪个字段queryset对象 所以说related_name='coursedetail_by' 3 Vue生 ...
分类:
其他好文 时间:
2018-12-25 01:05:31
阅读次数:
131
https://study.163.com/course/courseLearn.htm?courseId=1005913008#/learn/video?lessonId=1053258282&courseId=1005913008 课堂上的代码,做个记录 ...
分类:
其他好文 时间:
2018-12-22 21:57:35
阅读次数:
311
https://study.163.com/course/courseMain.htm?courseId=1005913008在学习这个视频教程中,看到老师使用了if __name__ == 'main': 代码,所以百度找了下使用原理: 原文链接:http://www.dengfeilong.co ...
分类:
其他好文 时间:
2018-12-22 19:35:12
阅读次数:
212
课程链接: "http://video.jessetalk.cn/course/explore" 良心课程,大家一起来学习哈! 任务1:课程介绍 任务2:Labels and Selectors 所有资源对象(包括Pod, Service, Namespace, Volume)都可以打 Label, ...
分类:
Web程序 时间:
2018-12-21 13:18:07
阅读次数:
508
contentType组件 django内置的一个组件,方便我们快速的进行连表操作,查询,插入数据 使用方法: 在价格策略表中: content_obj = GenericForeignKey('table_id','course_id') --加的这两个字段都不会在数据库中生成,它只是用来查询,插 ...
分类:
其他好文 时间:
2018-12-21 01:06:02
阅读次数:
201