会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
鴻飛
导航
管理
上一页
1
···
8
9
10
11
12
13
14
下一页
2016年6月3日
源码研究
摘要: https://github.com/DrKLO/Telegram 博客园源码 http://git.oschina.net/yso/CNBlogs xUtils https://github.com/wyouflf/xUtils3 LoganSquare解析和序列化JSON LoganSquare
阅读全文
posted @ 2016-06-03 18:53 鴻飛
阅读(125)
评论(0)
推荐(0)
编辑
2016年6月1日
Linux操作日志
该文被密码保护。
阅读全文
posted @ 2016-06-01 11:58 鴻飛
阅读(1)
评论(0)
推荐(0)
编辑
2016年5月21日
sql语句操作记录
该文被密码保护。
阅读全文
posted @ 2016-05-21 21:54 鴻飛
阅读(3)
评论(0)
推荐(0)
编辑
2016年5月20日
数据库类型空间效率探索(三)-char
摘要: 测试环境 表信息 表数据量22.23万,占用空间44.494M 用到的sql语句 增加列:alter table t_type add column new_column char(1) default null; 修改列:alter table t_type modify new_column c
阅读全文
posted @ 2016-05-20 17:54 鴻飛
阅读(192)
评论(0)
推荐(0)
编辑
2016年5月19日
char、varchar、nchar、nvarchar的区别(转)
摘要: 转自:http://tech.diannaodian.com/dw/data/sql/2011/1005/135556.html 对于程序中的string型字段,SQLServer中有char、varchar、nchar、nvarchar四种类型来对应(暂时不考虑text和ntext),开建立数据库
阅读全文
posted @ 2016-05-19 23:21 鴻飛
阅读(337)
评论(0)
推荐(0)
编辑
char和varchar查询速度、存储空间比较详解(转)
摘要: 转:http://tech.diannaodian.com/dw/data/sql/2011/1005/135572.html 一、数据行结构 1、char(n): 系统分配n个字节给此字段,不管字段实际长度(后边用空格补齐) 2、varchar(n): 假设表中有M个varchar(或者nvarc
阅读全文
posted @ 2016-05-19 23:19 鴻飛
阅读(2372)
评论(0)
推荐(0)
编辑
数据库聊天记录
该文被密码保护。
阅读全文
posted @ 2016-05-19 16:24 鴻飛
阅读(2)
评论(0)
推荐(0)
编辑
2016年5月18日
数据库类型空间效率探索(二)
摘要: 今天晚上在家里面的电脑上,又对userinfo.onLineTimeArray列进行同样方式的测试,通过数据库类型定义效率探索(一)与这篇博客,得出结论。 1、在表接近5万的数据量下,一个字段设置为char、varchar、text后,该表占用的空间并没有太大的差别,根据该字段查询的速度,也没有明显
阅读全文
posted @ 2016-05-18 23:57 鴻飛
阅读(173)
评论(0)
推荐(0)
编辑
数据库类型空间效率探索(一)
摘要: 经过我的测试,发现 设置表userinfo的字段releas 分别为:varchar(25) default null、varchar(25) not null default ''、char(25) not null default '' 在数据量44460的时候,表userinfo占用的空间相同
阅读全文
posted @ 2016-05-18 16:46 鴻飛
阅读(378)
评论(0)
推荐(0)
编辑
2016年5月16日
Mysql储存时间选择怎样的字段类型(转)
该文被密码保护。
阅读全文
posted @ 2016-05-16 17:36 鴻飛
阅读(3)
评论(0)
推荐(0)
编辑
上一页
1
···
8
9
10
11
12
13
14
下一页