摘要:
先查看已安装的内核: rpm -qa|grep kernel 然后查看下当前在用的内核: uname -r 最后是删除内核: yum remove xxxx 阅读全文
posted @ 2019-12-15 10:54
上官飞鸿
阅读(542)
评论(0)
推荐(0)
摘要:
import datetime def calculate_age(birth_s='20181215'): birth_d = datetime.datetime.strptime(birth_s, "%Y%m%d") today_d = datetime.datetime.now() birth 阅读全文
posted @ 2019-12-15 07:57
上官飞鸿
阅读(6670)
评论(2)
推荐(0)