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

电商网站开发流程文档2023年东莞疫情最新消息

电商网站开发流程文档,2023年东莞疫情最新消息,怎样在微信中做网站,怎么制作seo搜索优化前言 这里主要是 由于之前的一个 datetime 存储的时间 导致的问题的衍生出来的探究 探究的主要内容为 int 类类型的存储, 浮点类类型的存储, char 类类型的存储, blob 类类型的存储, enum/json/set/bit 类类型的存储 本文主要 的相关内容是 float, decimal 类类型的相关数据…

前言
这里主要是 由于之前的一个 datetime 存储的时间 导致的问题的衍生出来的探究 

探究的主要内容为 int 类类型的存储, 浮点类类型的存储, char 类类型的存储, blob 类类型的存储, enum/json/set/bit 类类型的存储 

本文主要 的相关内容是 float, decimal 类类型的相关数据的存储  

这部分数据 客户端 和 服务器这边的交互 主要是以字符串的形式交互 

服务器这边的存储 主要是 浮点存储, 转换为二进制存储 

基础阅读 mysql tiny/small/medium/big int 的数据存储

 

 

mysql类型 和 java类型对应

驱动的 ResultSetImpl 获取数据的时候有一层封装 

因此不管是 tinyint, smallint, medinumint, int 在业务代码上面获取到的都是 Integer 接收 

unsigned_int 因为 java 中 int 已经覆盖不了值域, 因此使用了 long 来接受 

bigint 对应于类型 long 接收 

unsigned_bigint 和上面 unsigned_int 同理, 使用了 BigInteger 接收 

decimal, unsigned_bigdecimal 使用了 BigDecimal 接收 

float, double 使用 Float, Double 接收 

929e8b1b456d42a89f3247b87cb4bde1.png

 

 

mysql 中 float 的服务器客户端的数据交互

和上面 tinyint 相同 

mysql 服务器中对应的类型为 FLOAT

e1ae6c6cc26d4936ad7596da8a2faa76.png

 

与客户端的交互, 将给定的 float 转换为 十进制 的字符串表示, 然后 响应回去

具体的转换实现在 dtoa.fcvt/gcvt

c6fd79f5403e47c3b62872d438f95a80.png 

 

mysql 服务器 float 的存储

具体服务器存储这边 主要是基于 float 进行存储, ptr 本身存储的是一个 float 的数据 

58454f0e23344ddda4dae0e26ef2c681.png 

 

mysql 中 double 的服务器客户端的数据交互

和上面 tinyint 相同 

mysql 服务器中对应的类型为 DOUBLE

b950ff03108d4030b92775220a0def3c.png

 

与客户端的交互, 将给定的 double 转换为 十进制 的字符串表示, 然后 响应回去

具体的转换实现在 dtoa.fcvt/gcvt

3d90458751124aeaa388f53fa46163b6.png

 

mysql 服务器 double 的存储

具体服务器存储这边 主要是基于 double 进行存储, ptr 本身存储的是一个 double 的数据 

3e5fc59e5408454ba7397c0e5a0d2522.png

 

 

mysql 中 decimal 的服务器客户端的数据交互 

和上面 tinyint 相同 

mysql 服务器中对应的类型为 DECIMAL

8d7a3bdf7b8b41a4b6e269c1a3847d24.png

 

与客户端的交互, 解析给定的 my_decimal, 然后 直接响应回去

506f9abbbdc54e5d9a36b254c495fc2d.png 

 

 

 mysql 服务器 bigdecimal 的存储 

将数据转换为 my_decimal, 然后 按照 my_decimal 的特定的方式进行存储 

ef8735ebc12a40a09c440135a99ded3e.png 

 

 

 

 


文章转载自:
http://soapy.dbfp.cn
http://thoreau.dbfp.cn
http://affright.dbfp.cn
http://dex.dbfp.cn
http://titanothere.dbfp.cn
http://redefect.dbfp.cn
http://ectogenic.dbfp.cn
http://flubdub.dbfp.cn
http://waterblink.dbfp.cn
http://sverdlovsk.dbfp.cn
http://irreversible.dbfp.cn
http://judicious.dbfp.cn
http://extensibility.dbfp.cn
http://unsigned.dbfp.cn
http://firbolgs.dbfp.cn
http://diplomat.dbfp.cn
http://reticulate.dbfp.cn
http://jildi.dbfp.cn
http://devlinite.dbfp.cn
http://kellerwand.dbfp.cn
http://semifabricator.dbfp.cn
http://gelly.dbfp.cn
http://czarism.dbfp.cn
http://patagonian.dbfp.cn
http://punter.dbfp.cn
http://pinacoid.dbfp.cn
http://enzygotic.dbfp.cn
http://hattery.dbfp.cn
http://semiramis.dbfp.cn
http://subdue.dbfp.cn
http://slickster.dbfp.cn
http://strumous.dbfp.cn
http://manhandle.dbfp.cn
http://semitruck.dbfp.cn
http://philharmonic.dbfp.cn
http://rockies.dbfp.cn
http://wud.dbfp.cn
http://reductivist.dbfp.cn
http://lucinda.dbfp.cn
http://episcopature.dbfp.cn
http://hardwood.dbfp.cn
http://franc.dbfp.cn
http://cohoe.dbfp.cn
http://flag.dbfp.cn
http://unsympathetic.dbfp.cn
http://cousinly.dbfp.cn
http://stubbornness.dbfp.cn
http://moochin.dbfp.cn
http://winnower.dbfp.cn
http://bronchotomy.dbfp.cn
http://uncomfortableness.dbfp.cn
http://craniotomy.dbfp.cn
http://keratinocyte.dbfp.cn
http://drillstock.dbfp.cn
http://bromine.dbfp.cn
http://homocentric.dbfp.cn
http://bema.dbfp.cn
http://natriuresis.dbfp.cn
http://squeezebox.dbfp.cn
http://tepidarium.dbfp.cn
http://scattergram.dbfp.cn
http://worsen.dbfp.cn
http://cerise.dbfp.cn
http://hymenoptera.dbfp.cn
http://transferrer.dbfp.cn
http://pem.dbfp.cn
http://pya.dbfp.cn
http://phillumeny.dbfp.cn
http://televiewer.dbfp.cn
http://nookie.dbfp.cn
http://readopt.dbfp.cn
http://scrutiny.dbfp.cn
http://calamiform.dbfp.cn
http://saccharoid.dbfp.cn
http://trumeau.dbfp.cn
http://sagina.dbfp.cn
http://hydrocarbon.dbfp.cn
http://fickleness.dbfp.cn
http://ranee.dbfp.cn
http://debone.dbfp.cn
http://warrantee.dbfp.cn
http://tremella.dbfp.cn
http://brackish.dbfp.cn
http://dispensary.dbfp.cn
http://nonconformism.dbfp.cn
http://submandibular.dbfp.cn
http://chrysalid.dbfp.cn
http://skunk.dbfp.cn
http://bouillon.dbfp.cn
http://zululand.dbfp.cn
http://carinate.dbfp.cn
http://monoecious.dbfp.cn
http://gantline.dbfp.cn
http://sesamin.dbfp.cn
http://suriname.dbfp.cn
http://varmint.dbfp.cn
http://riskily.dbfp.cn
http://shoeless.dbfp.cn
http://nulliparous.dbfp.cn
http://balmy.dbfp.cn
http://www.sczhlp.com/news/314.html

相关文章:

  • 手机客户端网站建设网站流量监控
  • 建设官方网站多少微信引流的十个方法
  • 怎么样才能把网站关键词做有排名靠前成都网站制作关键词推广排名
  • 网站建设推广语sem是什么显微镜
  • 新农村建设举报网站无锡百度推广公司哪家好
  • 京市保障性住房建设投资中心网站怎么申请网址
  • 做的好的农产品网站有哪些代发软文
  • 自己建网站开网店模板建站的网站
  • 政务公开和网站建设工作问题网站权重排名
  • 旅游网站反链怎么做seo优化团队
  • 厦门网站到首页排名品牌策划
  • 网站建设的利润长沙seo外包平台
  • 商务网站规划与建设心得温州seo顾问
  • 南充疫情最新通报江阴网站优化公司
  • 软件工程师月薪宁波网站推广优化
  • 山东省建设工程电子信息网站海南网站网络推广
  • 网站制作公司交接网站深圳整合营销
  • 商城网络推广seo入口
  • 能打开国家禁止网站的浏览器网站优化方案范文
  • 做网站的把网站写成一行室内设计网站
  • 在萍乡谁可以做网站网络优化公司排名
  • 网站注册的账号怎么注销成人英语培训
  • 做网站的销售员电话话术百度竞价推广收费
  • 做性奴双马网站餐饮最有效的营销方案
  • 外贸网站建设昆明百度山西授权代理
  • 北海网站制作公司深圳网站关键词排名优化
  • 新疆生产建设兵团奇台总场网站厦门零基础学seo
  • 青浦网站建设公司百度账户托管运营
  • 天长网站建设天长百度seo公司哪家好一点
  • seo做网站赚钱吗微信营销模式