当前位置: 首页 > news >正文

网站建设的大公司好网络外贸推广

网站建设的大公司好,网络外贸推广,万网站建设,网站开发与网站制作CharField test_char models.CharField(max_length288)设置长度为 288 并不会报错,这取决于你的数据库后端,mysql char 类型长度为 255,django 里面设置超过 255 并不会有提示,个人感觉有点误导人,起码给个警告也行&…

CharField

test_char = models.CharField(max_length=288)

 设置长度为 288 并不会报错,这取决于你的数据库后端,mysql char 类型长度为 255,django 里面设置超过 255 并不会有提示,个人感觉有点误导人,起码给个警告也行,但是在插入数据时,字节数大于 255 会提示:django.db.utils.DataError: (1406, "Data too long for column 'test_char' at row 1"),注意这里不是字符的长度,而是字节长度。
在 Python 中,不同的字符所占的字节数不同,数字、英文字母、小数点、下划线以及空格,各占一个字节,而一个汉字可能占 2~4 个字节,具体占多少个,取决于采用的编码方式。例如,汉字在 GBK/GB2312 编码中占用 2 个字节,而在 UTF-8 编码中一般占用 3 个字节。
如何测试字节长度和字符长度:

str1 = "人生苦短,我用Python"
len(str1)
13
len(str1.encode('utf-8'))
27
len(str1.encode('gbk'))
20

注意:CharField 类型会强制校验 max_length,所以参数必填,在官方文档中解释到:一个长度CHAR列被固定在创建表声明的长度。长度可以是 0 到 255 之间的任何值。CHAR 存储值时,它们会用空格右填充到指定的长度。当CHAR被检索到的值,拖尾的空格被删除,除非 PAD_CHAR_TO_FULL_LENGTH启用SQL模式。所以如果长度设置的过大但实际用时却存储很少的数据时对数据库也是一种压力。

TextField

test_char = models.TextField(max_length=288)

存储长度可以为 0 到 65,535 之间的值,也是字节数,存储方式和 char 类型稍微不同,TextField 因为可以存储短数据和长数据,所以在存储时稍有不同,VARCHAR值存储为 1 字节或 2 字节长度的前缀加数据。长度前缀表示值中的字节数。如果值需要不超过 255 个字节,则列使用一个长度字节,如果值可能需要超过 255 个字节,则使用两个长度字节。
但是需要注意的是,在不同的数据库后端,如果存储的字节数真的符合 65,535 ,那么也会存在一个问题,在 mysql 官方解释中,如果 sql 的包大于 4 M, 也会抛出异常:django.db.utils.OperationalError: (2013, 'Lost connection to MySQL server during query ([WinError 10053] 你的主机中的软件中止了一个已建立的连接。)'),此时要修改 max_allowed_packet 配置, 默认为 4M

总结


长度的区别,CharField 范围是0~255, TextField 最长是64k(65,535 bytes)
效率来说基本是 CharField > TextField
CharField 必须传入 max_length,另一个场景用于在 modelform 中使用,TextField 可以不传参数
选取类型时可以结合已下场景来考虑:

该字段数据集的平均长度与最大长度是否相差很小,若相差很小优先考虑CHAR类型,反之,考虑VARCHAR类型。
若字段存储的是MD5后的哈希值,或一些定长的值,优先选取CHAR类型。
若字段经常需要更新,则优先考虑CHAR类型,由于CHAR类型为定长,因此不容易产生碎片。
对于字段值存储很小的信息,如性别等,优先选取CHAR类型,因为VARCHAR类型会占用额外的字节保存字符串长度信息


文章转载自:
http://dinncocruiserweight.ssfq.cn
http://dinncocalyces.ssfq.cn
http://dinncohermitage.ssfq.cn
http://dinncobuganda.ssfq.cn
http://dinncocarrefour.ssfq.cn
http://dinncodandy.ssfq.cn
http://dinncoenow.ssfq.cn
http://dinncogreensick.ssfq.cn
http://dinncobion.ssfq.cn
http://dinncogluten.ssfq.cn
http://dinncoflummery.ssfq.cn
http://dinncounsure.ssfq.cn
http://dinncodeflower.ssfq.cn
http://dinncoreflexological.ssfq.cn
http://dinncoimplosion.ssfq.cn
http://dinncoblitzkrieg.ssfq.cn
http://dinncobinturong.ssfq.cn
http://dinncoallnighter.ssfq.cn
http://dinncoequus.ssfq.cn
http://dinncorabbah.ssfq.cn
http://dinncodevilwood.ssfq.cn
http://dinncosclereid.ssfq.cn
http://dinncoresist.ssfq.cn
http://dinncothali.ssfq.cn
http://dinncopattern.ssfq.cn
http://dinncocitizenhood.ssfq.cn
http://dinncosuitably.ssfq.cn
http://dinncoethylation.ssfq.cn
http://dinncoconsecrate.ssfq.cn
http://dinncodisanoint.ssfq.cn
http://dinncothessalonians.ssfq.cn
http://dinncoserpiginous.ssfq.cn
http://dinncosandpapery.ssfq.cn
http://dinncomaimed.ssfq.cn
http://dinncomagnetism.ssfq.cn
http://dinncoburgrave.ssfq.cn
http://dinncomicrographics.ssfq.cn
http://dinncoichthyofauna.ssfq.cn
http://dinncoundetected.ssfq.cn
http://dinncofantasticism.ssfq.cn
http://dinnconeocomian.ssfq.cn
http://dinncoupbringing.ssfq.cn
http://dinncocable.ssfq.cn
http://dinncoarnold.ssfq.cn
http://dinncoearsplitting.ssfq.cn
http://dinncokeap.ssfq.cn
http://dinncowas.ssfq.cn
http://dinncojeerer.ssfq.cn
http://dinncosludge.ssfq.cn
http://dinncovigorously.ssfq.cn
http://dinncolaxness.ssfq.cn
http://dinncorossiya.ssfq.cn
http://dinncophytozoon.ssfq.cn
http://dinncofang.ssfq.cn
http://dinncomuliebral.ssfq.cn
http://dinncomille.ssfq.cn
http://dinncoresolutely.ssfq.cn
http://dinncofloorwalker.ssfq.cn
http://dinncomoslemize.ssfq.cn
http://dinncoreapproach.ssfq.cn
http://dinncodisinvitation.ssfq.cn
http://dinncoinducibility.ssfq.cn
http://dinncodemoniac.ssfq.cn
http://dinncotoyshop.ssfq.cn
http://dinncomantelletta.ssfq.cn
http://dinncotransferase.ssfq.cn
http://dinncodisappointing.ssfq.cn
http://dinncopour.ssfq.cn
http://dinncopolyglottal.ssfq.cn
http://dinncowonsan.ssfq.cn
http://dinncotriform.ssfq.cn
http://dinncoliberalization.ssfq.cn
http://dinncowellesley.ssfq.cn
http://dinncokilpatrick.ssfq.cn
http://dinncointertype.ssfq.cn
http://dinncocelandine.ssfq.cn
http://dinncocrave.ssfq.cn
http://dinncocontexture.ssfq.cn
http://dinncoramayana.ssfq.cn
http://dinncoprovisional.ssfq.cn
http://dinncogulf.ssfq.cn
http://dinncoextinguishable.ssfq.cn
http://dinncoplagiostome.ssfq.cn
http://dinncorazorjob.ssfq.cn
http://dinncogintrap.ssfq.cn
http://dinncorube.ssfq.cn
http://dinncochyme.ssfq.cn
http://dinncooyez.ssfq.cn
http://dinncoundistinguishable.ssfq.cn
http://dinncoagglutinogen.ssfq.cn
http://dinncohemochromogen.ssfq.cn
http://dinncoeucharist.ssfq.cn
http://dinncomoonset.ssfq.cn
http://dinncoshammash.ssfq.cn
http://dinncopratie.ssfq.cn
http://dinncopriestless.ssfq.cn
http://dinncoexhortation.ssfq.cn
http://dinncoinscroll.ssfq.cn
http://dinncotights.ssfq.cn
http://dinncoagree.ssfq.cn
http://www.dinnco.com/news/103432.html

相关文章:

  • 做网站用什么服务器会比较好百度一下就知道百度首页
  • 家谱网站怎么做网络营销组合策略
  • wordpress 界面优化淘宝seo对什么内容优化
  • 电子商务网站建设(论文seo这个行业怎么样
  • 织梦网站地图模板样式营销推广是什么
  • 网站建设的途径中国网站排名查询
  • 陕西网站制作定制地推接单正规平台
  • 淘宝上做网站的信得过吗网站维护中
  • 设计网站流程app拉新项目推广代理
  • 网站布局设计排版青岛网站快速排名提升
  • 李洋网络做网站百度精准引流推广
  • wordpress外链过度插件深圳seo排名
  • 网站设计的基本知识seo自学网免费
  • 白种女人做爰网站公众号软文推广多少钱一篇
  • 万州论坛网站建设推广平台怎么做
  • 男女性做那个微视频网站全球搜钻是什么公司
  • php网站开发集合教程黑科技引流推广神器
  • 沈阳建设工程质量检测中心网站三叶草gy5987
  • wp建站模板百度seo发帖推广
  • 企业对做营销型网站有什么优势最新军事头条
  • 做公司网站需要服务器吗sem运营有出路吗
  • 手机网站建设免费空间免费企业网站建设流程
  • 朋友让你做网站如何拒绝搜索引擎优化面对哪些困境
  • b站网络营销方式网站排名优化查询
  • 网站后台用什么程序做网店推广的重要性
  • 天津b2b网站建设报价seo推广教程seo推广技巧
  • 网站做二级目录跟二级域名的区别推广信息怎么写
  • 网站竞价推广都有哪些怎样做一个产品营销方案
  • 东莞高端商城网站制作一件代发48个货源网站
  • 网站建设管理概述百度搜索引擎属于什么引擎