随笔分类 -  Python

汇聚Python的所见所闻所学
摘要:#!/usr/bin/python # -*- coding: UTF-8 -*- # @auther gaocan 809900210@qq.com import sys import os import re import codecs ''' Codec: See Python`s Stand 阅读全文
posted @ 2021-07-01 12:20 幻梦雷音 阅读(431) 评论(0) 推荐(0)
摘要:目前为止最中意的ubuntu版本就是12.04LTS,但是怕这个版本的源在未来几年中被官方下架,所以就编写了一个脚本,将指定ubuntu版本的所有源同步到本地。 1 #!/usr/bin/python 2 # -*- coding: UTF-8 -*- 3 4 ''' 5 @author gaoca 阅读全文
posted @ 2021-05-22 15:11 幻梦雷音 阅读(138) 评论(0) 推荐(0)