- 博客(3)
- 收藏
- 关注
转载 python_day3(文件处理)
1、文件处理 #Author:Elson Zeng #data = open("test").read() # f = open("test",'a',encoding='utf-8') #文件句柄#f = open("test","a",encoding="utf-8") #文件句柄 追加(源文件)#f = open("test","r+",encoding="utf-8...
2019-05-27 22:23:00
102
转载 爬取校花网美眉图
#Author:Elson Zeng import os import requests import re # http://www.xiaohuar.com/list-1-1.html # http://www.xiaohuar.com/list-1-2.html #mg width="210" alt="台湾朝阳科技大学校花陈静怡" src="/d/file...
2019-05-04 12:21:00
154
转载 python_day1(初始Python)
1.编码 ASCII (英文1字节,没中文)=> GB => GBK =>uncoode (中英文都2字节) => utf-8 (可变长字节储存,中文3字节,英文1字节) 2.第一个程序 hello world 3.输密码 #Author:Elson Zeng import getpass _username = 'jian' _pass...
2019-05-04 12:19:00
96
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人