单词: CRUD:增删改查(create/read/update/delete) create:新增项目 read:查询 update:修改 delete:删除 desc 表名:查看表结构 drop:删除表 primary key :主键 modify:修改(修改表中列的类型和长度) decimal ...
分类:
数据库 时间:
2017-06-11 22:18:25
阅读次数:
246
基本数据类型包括: string System.String Unicode字符序列 decimal System.Decimal 有28位小数的高度精度浮点数 bool System.Boolean true或false char System.Char 16位Unicode字符 byte Sys ...
000-- Euclidean algorithm running result: 001-- Decimal to Bin: Running result: 002-- DRY principle : Don't Repeat Yourself 003-- using a tupel as a p ...
分类:
编程语言 时间:
2017-06-10 00:31:16
阅读次数:
150
1.整数: tinyint:1个字节 -128~127 smallint: 2个字节 -32768~32767 int : 4个字节 bigint: 8个字节 2.定点数: decimal 小数点位置固定 3.浮点数 float: 4个字节 doule: 8个字节 4.日期、时间 data:只表示某 ...
分类:
数据库 时间:
2017-06-09 22:34:52
阅读次数:
222
1.list-style-type 值 说明 none 无标记符号 dise 实心圆 默认值 cirde 空心圆 square 实心正方形 decimal 数字 2.list-style-image li{list-style-image:图片路径; list-style-type:none; } ...
分类:
其他好文 时间:
2017-06-09 00:53:33
阅读次数:
126
1.list-style-type 值 说明 none 无标记符号 dise 实心圆 默认值 cirde 空心圆 square 实心正方形 decimal 数字 2.list-style-image li{list-style-image:图片路径; list-style-type:none; } ...
分类:
其他好文 时间:
2017-06-08 20:30:21
阅读次数:
145
1.list-style-type 值 说明 none 无标记符号 dise 实心圆 默认值 cirde 空心圆 square 实心正方形 decimal 数字 2.list-style-image li{list-style-image:图片路径; list-style-type:none; } ...
分类:
其他好文 时间:
2017-06-07 23:13:14
阅读次数:
221
000-- to transfer the data into differnt format: binary, decimal, hexadecimal, octal Running result: By refering : a -- the difference between os._exi ...
分类:
编程语言 时间:
2017-06-07 00:40:56
阅读次数:
230
今天在写一个JAVA程序的时候出现了异常:java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result。发现报错的语句是: 1 foo.divide(ba ...
分类:
编程语言 时间:
2017-06-05 23:44:10
阅读次数:
350
数据类型 1、整数类型 浮点类型 定点数类型 decimal(M,D)也看作(numeric) decimal(8,2) M是定点精度,D是小数位数。指定小数点左边、右边加一起共8位数。也就是整数部分最多6位数,小数部分最多2位数.如果变成decimal(8,3),则整数位最多5位数小数部分如果超出 ...
分类:
其他好文 时间:
2017-06-05 23:34:59
阅读次数:
207