摘要: #%s是点位符 s--stringname = input("name:")age = input("age:")job = input("job:")salary = input("salary:")info='''-----info of0'''+name +'''----Name:'''+name+'''Age:'''+age+'''Job:& 阅读全文
posted @ 2018-11-16 15:58 清晨日光 阅读(874) 评论(0) 推荐(0) 编辑
摘要: 索引使用 1)select * from A where id in(select id from B) -->效率低,用到了A表上id列的索引 2)select * from A where exists(select id from B where id=A.id) -->效率高,用到了B表上i 阅读全文
posted @ 2018-11-16 13:49 清晨日光 阅读(980) 评论(0) 推荐(0) 编辑
摘要: 1、增加验证码验证2、短信过期时间3、过多异常POST进行过滤与处理4、恶意用户流量的检测、过滤及阻断5、对日志进行监控,有异常数据短信通知6、负载均衡与负载保护机制7、数据的容灾与备份 阅读全文
posted @ 2018-11-16 13:42 清晨日光 阅读(144) 评论(0) 推荐(0) 编辑