07 2018 档案

摘要:<?xml version="1.0"?><data> <country name="Liechtenstein"> <rank>1</rank> <year>2008</year> <gdppc>141100</gdppc> <neighbor name="Austria" direction=" 阅读全文
posted @ 2018-07-30 09:02 w770762632 阅读(393) 评论(0) 推荐(0) 编辑
摘要:import re# phone_number=input('请输入你的电话号码:')# if re.match('^(13|14|15|17|18)[0-9]{9}$',phone_number):# '''^这个符号表示的是判断是不是以13|14|15|17|18开头的,# [0-9]: []表 阅读全文
posted @ 2018-07-29 23:13 w770762632 阅读(179) 评论(0) 推荐(0) 编辑
摘要:import hashlibstr = '111111'h1 = hashlib.md5()h1.update(str.encode(encoding='utf-8'))md5_str = h1.hexdigest()print(md5_str) 阅读全文
posted @ 2018-07-29 17:38 w770762632 阅读(200) 评论(0) 推荐(0) 编辑
摘要:一、计算机基础 二、Python基础 三、函数 四、常用模块 五、模块和包 六、面向对象 七、网络编程socket 八、数据库 九、前端 十、Python Web框架 十一、版本控制--GIT 十二、爬虫 十三、前端框架之VUE 十四、量化投资与Python 十五、算法 十六、设计模式 十七、res 阅读全文
posted @ 2018-07-27 14:54 w770762632 阅读(157) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示