定义类方法 和属性类似,方法也分实例方法和类方法。 在class中定义的全部是实例方法,实例方法第一个参数 self 是实例本身。 要在class中定义类方法,需要这么写: class Person(object): count = 0 @classmethod def how_many(cls): ...
分类:
其他好文 时间:
2020-02-08 00:02:09
阅读次数:
112
How I Mathematician Wonder What You Are! POJ - 3130 题意:判断多边形是否有内核 思路:半平面交题,逆时针存入 1 // 2 // Created by HJYL on 2020/2/6. 3 // 4 #include<iostream> 5 #i ...
分类:
其他好文 时间:
2020-02-07 22:49:00
阅读次数:
114
Key points: don't procrastinate; review the notes and renew the literature search; determine who your audience is - most likely reviewers, so get thei ...
分类:
其他好文 时间:
2020-02-07 22:35:45
阅读次数:
88
In this article I want to answer the question how long does it take to become a UI UX Designer? This is one of the common questions I get for those th ...
分类:
其他好文 时间:
2020-02-07 16:40:38
阅读次数:
79
这里很破,没什么可以拿的, 但我希望,从这里离开时, 你们能带走两样东西, 你们想去的地方的录取通知书,和一辈子的朋友, 或许后者更加重要, 因为你身边的人是能和你做坏事,瞎哄的最后一批人。 Lv How poor here, nothine to take But I hope When leav ...
分类:
其他好文 时间:
2020-02-06 14:41:02
阅读次数:
75
一、编辑网卡文件 vi /etc/network/interfaces二、修改网卡文件 # This file describes the network interfaces available on your system# and how to activate them. For more ...
分类:
其他好文 时间:
2020-02-06 01:38:49
阅读次数:
133
一、双网卡双IP。 eth0为电信,eth1为联通。 # cd /etc/network/ #vi interfaces # This file describes the network interfaces available on your system # and how to activa ...
分类:
系统相关 时间:
2020-02-06 01:15:41
阅读次数:
162
在下面的步骤前,先了解下这些选项的含义,由于我设置额db_extended所以在过程中我需要选择清除的对象为AUDIT_TRAIL_AUD_STD. ConstantTypeValueDescription AUDIT_TRAIL_ALL PLS_INTEGER 15 All audit trail ...
分类:
数据库 时间:
2020-02-05 20:13:17
阅读次数:
95
debug redmine send email procedure production.log shows modify password in /redmine/config/configuration.yml reboot remine How to config the logger le ...
分类:
其他好文 时间:
2020-02-05 13:36:08
阅读次数:
87
最近在寫 GitHub 上的 README,發現這個東西好像每個人的寫法都不太一樣,於是稍微整理了一下自己覺得大概要包含哪些內容。Motivation顧名思義就是簡介一下為什麼會有這個專案,以及這個專案大概在做什麼,解決了什麼問題。最好是三到五句話講出重點,不然很多人看到落落長的文章可能就跳過了 X... ...
分类:
其他好文 时间:
2020-02-05 10:01:37
阅读次数:
51