1.下载源码 解压到某个目录中 2.cd这个目录,然后mkdir一个bld到目录 3.cmake . -G"Xcode" -DWITH_DEBUG=1 -DWITH_TOKUDB_STORAGE_ENGINE=OFF -DWITHOUT_TOKUDB_STORAGE_ENGINE=ON -DCMAK ...
分类:
数据库 时间:
2018-12-07 01:30:37
阅读次数:
237
pragma solidity ^0.4.0; contract EMath{ string public _a="lin"; function f() public{ modify(_a); } //function modify(string storage name) private{ fun... ...
分类:
其他好文 时间:
2018-12-06 20:16:53
阅读次数:
371
问题createtable:Specifiedkeywastoolong;maxkeylengthis767bytes原因数据库表采用utf8编码,其中varchar(255)的column进行了唯一键索引而mysql默认情况下单个列的索引不能超过767位(不同版本可能存在差异)于是utf8字符编码下,255*3byte超过限制解决1使用innodb引擎;2启用innodb_large_prefi
分类:
数据库 时间:
2018-12-06 20:13:28
阅读次数:
247
问题报错::::_STORAGE_WRITE_ERROR_:./Application/Runtime/Cache/Home/******.php 查看磁盘 命令:df -l Use% 100% 磁盘满了 mthinkphp文件夹用命令进不去 sudo chmod -R 777 /**/**/mth ...
分类:
系统相关 时间:
2018-12-06 14:12:12
阅读次数:
200
mongodb3+版本之后支持zlib和snappy。 创建压缩的集合 db.createCollection( "email", {storageEngine:{wiredTiger:{configString: 'block_compressor=zlib'}}}) 插入测试数据: for (v ...
分类:
数据库 时间:
2018-12-05 21:02:14
阅读次数:
291
FastDFS java 上传下载 配置文件 dfs.properties fastdfs client fastdfs.connect_timeout_in_seconds=5 fastdfs.network_timeout_in_seconds=30 fastdfs.charset=UTF 8 ...
分类:
其他好文 时间:
2018-12-05 16:17:41
阅读次数:
252
If you want to create an instance that uses ephemeral storage, meaning the instance data is lost when the instance is deleted, then choose one of the ...
分类:
其他好文 时间:
2018-12-04 13:12:09
阅读次数:
242
01-安装Jupyter Notebook 安装Jupyter Notebook的前提是Python的版本在3.3以上(或2.7版本) 通过安装Anaconda,来解决安装Jupyter Notebook的问题。 安装Anaconda 官网:https://www.anaconda.com/down ...
分类:
其他好文 时间:
2018-12-04 10:12:17
阅读次数:
193
1、提示:timed out,22122 说明无法访问22122的端口 有可能是虚拟机网卡没开,也有可能是虚拟机22122端口未打开。 两个都打开后还是不行。 我就想知道主机能不能访问虚拟机的22122端口。网上找到了用命令 telnet ip 端口 测试如下 失败是因为telnet未安装 安装好后 ...
分类:
Web程序 时间:
2018-12-01 15:10:27
阅读次数:
251