摘要:
# -*- coding:utf-8 -*-# Author:Hy# @Time :2018/2/1610:24import pymysql# 封装类class MysqlHelp(object): # 构造 def __init__(self, host, user, passwd, db, po 阅读全文
摘要:
纯手打 真累。。。。 常用的字段类型 数字 :int typeint flot doubel 这些都可以规定长度 decimal(X,Y) 设定总共X位,小数点保留Y位 字符串:char定长 varchar不定长 text这个是大文本 定长不定长指的是在数据库中保留的大小 定长不会随数据大小而改变占 阅读全文