摘要: 一、Bootstrap简介 1. Bootstrap是什么? ​ Bootstrap是Twitter推出的一个开源的前端开发框架 ​ 基于HTML、CSS、JavaScript,代码简洁、视觉优美,用来快速开发基于PC及移动端的Web页面,更迅速、简单 ​ Bootstrap官网:http://ge 阅读全文
posted @ 2019-06-04 21:32 张瑞桐 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1 # import pymysql 2 # 3 # # 建立连接 4 # conn = pymysql.connect(host='192.168.31.27', port=3306, user='root', password='123', database='db2', charset='ut 阅读全文
posted @ 2019-05-04 14:47 张瑞桐 阅读(263) 评论(0) 推荐(0) 编辑
摘要: import random checkcode = '' for i in range(4): current = random.randrange(0, 4) if current != i: temp = chr(random.randint(65, 90)) else: temp = random.randint(0, 9) ... 阅读全文
posted @ 2019-05-04 14:39 张瑞桐 阅读(97) 评论(0) 推荐(0) 编辑
摘要: user = [{"name": "电脑", "password": 1999,"salay": 1999},{"name": "鼠标", "password": 10,"salay": 1999},{"name": "游艇", "password": 20,"salay": 1999},{"name": "美女", 阅读全文
posted @ 2018-09-09 22:01 张瑞桐 阅读(174) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-09-09 21:29 张瑞桐 阅读(3) 评论(0) 推荐(0) 编辑