初始面向对象 一、类的实例化: 二、对象属性的查找顺序:先找对象自己的名称空间 》类的名称空间 三、绑定方法的特殊之处: 小练习 class People: def __init__(self, name, aggressiveness, life_value): self.name = name ...
分类:
编程语言 时间:
2019-02-01 15:45:36
阅读次数:
218
原文 错误:JAVA_HOME is not set and could not be found,可能是因为JAVA_HOME环境没配置正确,还有一种情况是即使各结点都正确地配置了JAVA_HOME,但在集群环境下还是报该错误,解决方法是显示地重新声明一遍JAVA_HOME 1、检查JAVA_HO ...
分类:
编程语言 时间:
2019-01-31 13:19:50
阅读次数:
181
1. ngOnChanges is called before ngOnInit but after constructor() 2. ngOnChanges is called because of @Input() obj, obj's reference changes. If you mut ...
分类:
其他好文 时间:
2019-01-29 20:49:31
阅读次数:
189
Electromagnetics, Antennas and Propagation – assignment #1IntroductionMost real-life electromagnetic problems do not fall into a class that can be sol ...
分类:
Web程序 时间:
2019-01-29 20:34:18
阅读次数:
142
A Bug's Life POJ - 2492 Background Professor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature two dif ...
分类:
其他好文 时间:
2019-01-28 19:22:43
阅读次数:
148
《RAY TRACING THE REST OF YOUR LIFE》开篇 ...
分类:
其他好文 时间:
2019-01-27 21:53:39
阅读次数:
303
1、错误信息 升级完 Android N 后,有些项目运行起来报错信息大致如下: 2、解决方法 在 app 下的 build.gradle 文件 android 界面点加入:compileOptions 原文地址:https://stackoverflow.com/questions/4951262 ...
分类:
移动开发 时间:
2019-01-26 23:41:28
阅读次数:
503
以下是学习过程中查询的资料,别人总结的资料,比较容易理解(站在各位巨人的肩膀上,望博主勿究) 创建型抽象工厂模式 http://www.cnblogs.com/java-my-life/archive/2012/03/28/2418836.html工厂方法 http://www.cnblogs.co ...
分类:
编程语言 时间:
2019-01-24 18:48:27
阅读次数:
208
Giant rocks from space are falling from the sky more than they used to, but don't worry. For the past 290 million years, large asteroids have been cra ...
分类:
其他好文 时间:
2019-01-20 12:03:15
阅读次数:
118
一、第二次课大纲1.fork、vfork、clone2.写时拷贝技术3.Linux线程的实现本质4.进程0和进程15.进程的睡眠和等待队列6.孤儿进程的托孤,SUBREAPER1.fork、vfork、Copy-on-Write例子2.life-period例子,实验体会托孤3.pthread_cr ...
分类:
系统相关 时间:
2019-01-18 17:28:21
阅读次数:
277