myisam表使用btree索引,可以粗略计算出索引文件的大小,使用(key_length+4)/0.67,全部key的总和,全部key被排序顺序插入和表没有被任何压缩的时候,这是最坏的情况 string索引是被压缩空间的,如果第一个索引部分是string,他总是压缩前缀。压缩让索引文件比最坏情况要 ...
分类:
其他好文 时间:
2016-12-15 00:28:41
阅读次数:
148
mysql编译安装 一、安装cmake https://cmake.org/download/ /**************************************************************************/ yum -y install wget wget ...
分类:
数据库 时间:
2016-12-09 08:31:16
阅读次数:
302
项目中部分功能模块采用了单Activity+多Fragment模式,当Fragment切换时,需要在过渡动画执行完后做一些操作,通常就是在自己封装的FragmentBase中重写onCreateAnimation方法,创建一个Animation对象,并添加动画的事件监听。而最近升级了v4包后,突然发... ...
分类:
其他好文 时间:
2016-12-04 23:39:48
阅读次数:
205
Command line arguments are often used to modify the behavior of an application or specify needed parameters for operation. In this lesson, you will le ...
分类:
Web程序 时间:
2016-12-02 07:43:40
阅读次数:
158
wx.ToolBar A toolbar is a bar of buttons and/or other controls usually placed below the menu bar in a wx.Frame. You may create a toolbar that is manag ...
分类:
其他好文 时间:
2016-11-26 14:41:39
阅读次数:
360
生产服务器:OS:CentOS6.8任务:yumupgrade#升级软件包,但不更改软件和系统配置,不升级内核。问题:运行rpm_check_debug执行事务测试事务测试出错:installingpackagekernel-2.6.32-642.11.1.el6.x86_64needs15MBonthe/bootfilesystem出错情况-------------磁盘要求:Atleas..
分类:
系统相关 时间:
2016-11-24 00:08:13
阅读次数:
740
HBase概念学习(十)HBase与MongDB等NoSQL数据库对照 HBase概念学习(十)HBase与MongDB等NoSQL数据库对照 转载请注明出处: jiq?钦's technical Blog - 季义钦 一、开篇 淘宝之前使用的存储层架构一直是MySQL数据库,配合以MongDB,T ...
分类:
数据库 时间:
2016-11-22 12:52:43
阅读次数:
219
Writes log messages to one or more files. Since NLog 4.3 the ${basedir} isn't needed anymore for relative paths. Supported in .NET, Silverlight, Compa ...
分类:
其他好文 时间:
2016-11-22 11:51:27
阅读次数:
756
官方文档Providers Each web application you build is composed of objects that collaborate to get stuff done.(每一个web应用都是由一些对象“组装”成的,这些对象共同合作,来完成特定的任务)These ...
分类:
其他好文 时间:
2016-11-21 23:19:32
阅读次数:
332
特点: 需要重新安装老版本的 libaio1_0.3.109-2ubuntu?_i386.deb。默认的libaio库有问题,和其默认libaio的编译方式有关! 默认的gcc 4.9 需要使用 -Wl,--no-as-needed 选项。(也可以选择安装老版本的gcc 4.4.7) 需要安装老版本 ...
分类:
数据库 时间:
2016-11-20 13:07:02
阅读次数:
207