Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone. He plans to visit her, but ...
分类:
其他好文 时间:
2020-03-31 01:24:28
阅读次数:
79
一.类的静态属性 即是将类的函数属性,封装成类似数据属性。比如:类方法函数的返回值获取。通过:@proporty class Who(object): what = 'what' # brother = 'jack' def __init__(self,name,age,gender): self. ...
分类:
其他好文 时间:
2020-03-30 09:17:33
阅读次数:
76
一.类的组成 class Who(object): what = 'what' def __init__(self,name,age,gender): self.name = name self.age = age self.gender =gender def information(self): ...
分类:
其他好文 时间:
2020-03-30 00:12:38
阅读次数:
66
https://www.youtube.com/watch?v=H yTZFi _eY You solar system is a ticking time bomb Generations were born, live, and die, not knowing that the sun wil ...
分类:
其他好文 时间:
2020-03-29 01:44:58
阅读次数:
85
之前用java做Hadoop相关项目没有遇到这种问题,今天使用python操作HDFS遇到这个问题,首先是权限之类的问题,在core site.xml中配置可以访问的hosts和groups, 具体: 注意xxx是管理用户名,然而我配置之后仍然出现not allowed错误,心想如果是我连接的这个用 ...
分类:
其他好文 时间:
2020-03-28 13:19:33
阅读次数:
72
一、用户 创建新用户和密码 删除用户 查询用户信息 切换用户 查看当前用户 二、用户组 系统可以对有共性的多个用户进行统一的管理 增加组 删除组 增加用户时指定用户所在的组 修改用户所在的组 用户配置文件 组配置文件 口令配置文件 三、权限管理 文件/目录 所有者 修改[文件所有者]chown指令 ...
分类:
系统相关 时间:
2020-03-25 23:19:08
阅读次数:
97
Farmer John knows that an intellectually satisfied cow is a happy cow who will give more milk. He has arranged a brainy activity for cows in which the ...
分类:
其他好文 时间:
2020-03-23 13:47:05
阅读次数:
74
A reversible prime in any number system is a prime whose "reverse" in that number system is also a prime. For example in the decimal system 73 is a re ...
分类:
其他好文 时间:
2020-03-19 22:04:02
阅读次数:
72
第十二讲 强调句 \1. 强调句可以强调除谓语动词以外的各种句子成分 a. 句型结构:it is/ was + 被强调部分 + that/ who + 从句 b. Who只能用于修饰人 That用于一切人或物 强调句中不能用where或when eg:一般的人讲英文能够传达信息,不一般的人讲英文不但 ...
分类:
其他好文 时间:
2020-03-16 19:04:06
阅读次数:
80
举个例子: “把这份报告复印一下”。 5W2H Who: 小张 What:复印报告 How: 用高品质复印 When:下班前 Where: 总经理办公室 How many:2份 Why:给客户做参考 整理后: “请你将这份报告复印2份,在下班前送到总经理办公室交给总经理。请留意复印的质量,总经理要带 ...
分类:
其他好文 时间:
2020-03-16 09:51:42
阅读次数:
53