摘要: # login.py# 提示用户输入用户名和密码# 验证用户名和密码# 如果v错误,则输出用户名或密码错误# 如果成功,则输出欢迎,xxxnum = 0while True: name = input('请输入用户名:') pwd = input('请输入密码:') num +=1 if num = 阅读全文
posted @ 2017-05-10 16:48 Alex_Footprint 阅读(1022) 评论(0) 推荐(0) 编辑
摘要: #shopping code#shopping.py#导入登录模块import login# shop car beginningsalary = input("请输入工资:\t")###判断输入工资是否为整型###if salary.isdigit(): salary = int(salary)e 阅读全文
posted @ 2017-05-10 16:45 Alex_Footprint 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-05-10 16:41 Alex_Footprint 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 序章 Atlas是360团队弄出来的一套基于MySQL-Proxy基础之上的代理,修改了MySQL-Proxy的一些BUG,并且优化了很多东西。而且安装方便。 Atlas官方链接: https://github.com/Qihoo360/Atlas/blob/master/README_ZH.md 阅读全文
posted @ 2017-05-10 14:51 Alex_Footprint 阅读(4636) 评论(0) 推荐(0) 编辑