会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
起飞的鸽子
博客园
首页
新随笔
联系
订阅
管理
2020年8月23日
Python学习
摘要: Day01 while 循环 Feibucat = 20 count = 0while count <3: guess_age = int(input("guess: ")) if guess_age == Feibucat: print("yes, you got it") break elif
阅读全文
posted @ 2020-08-23 12:01 起飞的鸽子
阅读(97)
评论(0)
推荐(0)
2020年4月16日
Linux记录用户操作
摘要: unset iunset -f pathmunge ####################记录用户操作##############################export HISTTIMEFORMAT="[%Y-%m-%d %H:%M:%S] [`who am i 2>/dev/null| \
阅读全文
posted @ 2020-04-16 11:33 起飞的鸽子
阅读(200)
评论(0)
推荐(0)
公告