1、为对象指定自己独有的属性class OldboyStudent: school="oldboy" count=0 def __init__(self,x,y,z):#必须函数名为__init__,在调用类时自动触发 self.name = x self.age = y self.sex = z ...
分类:
其他好文 时间:
2018-06-26 17:18:21
阅读次数:
160
用户 用户组 增加用户 切换用户 修改密码 更改个人资讯 修改用户属性 ...
分类:
系统相关 时间:
2018-06-20 16:40:01
阅读次数:
175
css入门知识点整理 不要嘲笑我这个蒟蒻。。例子来源: "w3school" css其实就分为两个东西,一个是选择器,另外一个是声明。声明定义了某个对象的属性的值,这都是html的内容。重点要关注的是选择器。顾名思义,选择器就是用来“选择”HTML中的元素的。通过定义选择器可以选出HTML文档中的某 ...
分类:
Web程序 时间:
2018-06-18 18:14:38
阅读次数:
215
Brief Introduction of the AuthorChief Architect at 2Wave Technology Inc. (a startup company in stealth mode)Education:? Graduate School of Chinese Academy of Sciences – Beijing – MS in Computer Scienc
分类:
其他好文 时间:
2018-06-18 16:07:21
阅读次数:
175
Problem description Vasya has n pairs of socks. In the morning of each day Vasya has to put on a pair of socks before he goes to school. When he comes ...
分类:
其他好文 时间:
2018-06-17 12:29:04
阅读次数:
150
2018-06-16 今天在看房角石APPIOS版本闪退的问题,后来定位到了 elements.find("video").attr("preload", "true"); 把这一行注解掉,就ok了,好神奇,这么一句简单的语句也闪退,太难找了。 然后我找到preload的定义。 http://www ...
A school bought the first computer some time ago(so this computer's id is 1). During the recent years the school bought N-1 new computers. Each new co ...
分类:
其他好文 时间:
2018-06-15 20:56:33
阅读次数:
185
链接:http://www.w3school.com.cn/jsref/jsref_obj_array.asp Array 对象方法 ...
分类:
编程语言 时间:
2018-06-14 18:23:38
阅读次数:
144
题目: The headmaster of Spring Field School is considering employing some new teachers for certain subjects. There are a number of teachers applying for ...
分类:
其他好文 时间:
2018-06-11 22:02:10
阅读次数:
157
SP839 Optimal marks(最小割) 给你一个无向图G(V,E)。 每个顶点都有一个int范围内的整数的标记。 不同的顶点可能有相同的标记。对于边(u,v),我们定义Cost(u,v)= mark [u] $\oplus$ mark [v]。现在我们知道某些节点的标记了。你需要确定其他节 ...
分类:
其他好文 时间:
2018-06-09 20:32:20
阅读次数:
189