摘要:
chage --help Usage: chage [options] LOGIN Options: -d, --lastday LAST_DAY set date of last password change to LAST_DAY -E, --expiredate EXPIRE_DATE se 阅读全文
摘要:
import random import os file = 'C:\\Users\\mac\\Pictures\\left' j=0 for i in os.listdir(file): if (i.endswith('.jfif')): j = j+1 y="" for x in range(1 阅读全文
摘要:
###第一、无论你用什么语言编程一定要会使用git工具 先自己注册一个帐号 like this 、this is my github ###第二、在客户端安装git ###第三、开始使用git git and github is a client and server you can push co 阅读全文