自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

KusanoNEU的博客

No day but today.

  • 博客(4)
  • 收藏
  • 关注

原创 python re note[part1]

python raw string notation to suppress backslash: r"\n" is a two character string. if A and B are both regex, AB is regex. .: any character except a newline. ^: start of string. *: 0 or more r...

2018-02-23 12:39:06 215

原创 class and type for classic and new-style class.

# python2 Python 2.7.5 (default, Dec 8 2017, 16:39:59) [GCC 4.8.5 20150623 (Red Hat 4.8.5-25)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> class C: pass ...

2018-02-05 14:02:40 297

原创 __getattr__ in python

Attribute fetch in classes and class instances: from https://docs.python.org/2/reference/datamodel.html: For classes class attribute references are translated to lookups in dictionary: C.x => C.__d

2018-02-02 14:53:45 244

原创 Downgrade with rpm and yum

Two ways to downgrade a program 1. # rpm -Uvh --oldpackage [filename] 2. # yum downgrade [packagename]

2018-02-02 14:00:49 305

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除