Mysql第二天1.16

1.数据类型:

浮点类型:FLOAT  DOUBLE ----4字节

当需要精确到小数点10位以上的时候,就需要选择DOUBLE类型。---8字节

定点数类型:DEC(M,D) DECIMAL(M,D)字节M+2,当需要小数数据非常精确的时候,用定点数类型,他们的取值有效范围由MD决定。

定点数类型占的长度是M+2字节

 

字符串类型:

CHAR:0~255

VARCHAR:0~65535

当要存储少量字符串的时候,可以选择CHARVARCHAR,如果字符串经常变化,选择VARCHAR

 

ENUM(‘VALUE1,VALUE2,.....:1或者2个字节,取决于枚举数的个数(最多65535个值)

SET(‘VALUE1,VALUE2,.....:1234或者8个字节(最多64个成员)

 

 

 

 

2.存储引擎:

SHOW ENGINES

SHOW ENGINES\G以网格的形势显示

 

 

 

 

Mysql常用存储引擎:

InnoDB   缺点:读写效率比较低,占用空间比较大

MEMORY

MyISAM优点:占用磁盘空间小,效率快,缺点:不支持事务,没有事务的完整性,安全性和并发性。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Chamfer the right way The Quad Chamfer modifier produces all quad chamfers, unlike the normal 3ds Max chamfer which produces a lot of triangles and ngons. It is the successor of the Quad Chamfer maxscript, improving on by: Speed. Being a native c++ plugin now it allows you to modify chamfers in real time. Control. You can determine the look of your chamfers by controlling their sharpness/roundness. Robustness. A robust new algorithm allows you to chamfer any edge combinations without unpredictable results. Flexibility. You don’t have to commit to any chamfer, you can always change them later. Workflow. Besides using edge selection you can chamfer by smoothing group boundaries or edge weights. This way you can edit the underlying topology without losing or destroying your chamfers. Also chamfering by edge weights allows to have variable widths on your chamfers. Here are some of the benefits you get: You get better results if you use Quad Chamfer in conjunction with turbosmooth No more unwanted pinching Great topology You can control the sharpness/roundness of your chamfers You don’t have to commit to any chamfer, you can change them anytime And many more other benefits over the normal chamfer and quad chamfer maxscript Situations in which you would want to use the Quad Chamfer modifier: When you want to chamfer edges without producing triangles or n-gons. When you want to chamfer edges without having artifacts after you apply a TurboSmooth modifier. When you want to add support loops without using the connect or the swift tool.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值