Skip to content

Instantly share code, notes, and snippets.

View hiczlf's full-sized avatar
🏠
Working from home

hiczlf hiczlf

🏠
Working from home
View GitHub Profile
@hiczlf
hiczlf / py
Last active July 28, 2020 02:22
import pprint
# 需要替换的文本
s = """
2020/7/28 9:03:01,姓名:科创,班级:Y1系_1班,年龄:15
2020/7/28 9:03:01,姓名:新三,班级:Y2系_2班,年龄:16
2020/7/28 9:03:01,姓名:创业,班级:Y3系_3班,年龄:17
"""
# 命令后解析
@hiczlf
hiczlf / fabfile.py
Last active August 29, 2015 14:17
fabric django uwsgi nginx
#!/usr/bin/env python
# -*-coding: utf-8 -*-
import os
import uuid
import re
from os import stat
from pwd import getpwuid