Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 556 Bytes

File metadata and controls

24 lines (18 loc) · 556 Bytes

leo_python_module

自用 python 模块

uncompress.py

对网页压缩的内容进行解压缩,或者将内容进行压缩

line_count.py

对某路径下的代码文件进行行数统计,支持递归查找文件夹

check_re.py

常用的 python 正则表达式验证:

  1. 字母开头,允许5-16字节,允许字母数字下划线
  2. 电子邮箱
  3. 国内电话号码
  4. 国内手机号码
  5. URL
  6. QQ 号
  7. IP地址

convert_hex.py

使用python convert_hex.py args将各参数由10进制转换为16进制数字