自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 python_正则表达式_匹配单个字符与数字

匹配单个字符与数字 import re print(re.search("\d","good man8 is sunck!sunck is nice")) print(re.findall("[\D]","good man is sunck!")) print(re.search("[\w]","_good man is sunck!sunck is nice")) pri

2018-11-19 14:05:02 1371

原创 python线程同步

import threading import time class mythread(threading.Thread): def __init__(self,threadID,name,counter): threading.Thread.__init__(self) self.threadID=threadID self.name=...

2018-11-16 19:11:52 137

原创 学习python的资料

http://www.runoob.com/python3/python3-class.html https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000 以上两个选一个就好 视频教程:https://search.bilibili.com/all?keyword=python&am...

2018-11-15 14:30:12 177

原创 用python3写汉诺塔

结果 https://blog.csdn.net/not_guy/article/details/72823951 这个解释的比较详细

2018-11-14 14:15:54 340

空空如也

空空如也

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

TA关注的人

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