#Redis示例配置文件
# 注意单位问题:当需要设置内存大小的时候,可以使用类似1k、5GB、4M这样的常见格式:
#
# 1k=> 1000 bytes
#1kb => 1024 bytes
# 1m=> 1000000 bytes
#1mb => 1024*1024 bytes
# 1g=> 1000000000 bytes
#1gb => 1024*1024*1024...
分类:
其他好文 时间:
2015-03-19 20:27:34
阅读次数:
194
名称开始字节长度内容参考值BS_jmpBOOT03一个短跳转指令jmp Label_07c00H nopBS_OEMName38厂商名'QingFeng'BPB_BytesPerSec112每扇区字节数(Bytes/Sector)0x200BPB_SecPerClus131每簇扇区数(Sector/...
分类:
其他好文 时间:
2015-03-19 17:45:21
阅读次数:
261
Linux显示计算次数的结果
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ free -c
free:选项需要一个参数 -- c
Usage:
free [options]
Options:
-b, --bytes show output in bytes
-k, --kilo show output ...
分类:
系统相关 时间:
2015-03-17 23:42:19
阅读次数:
214
今天继续跟大家分享一下,在我配置Ecshop时的问题。今天的问题是在后台想要导出订单列表Excel时出现的内存溢出。错误提示如下问题: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate XX...
分类:
其他好文 时间:
2015-03-17 17:29:47
阅读次数:
167
压缩方法 #region 压缩 /// /// 压缩 /// /// 未被压缩的字节数据 /// public static byte[] Compress(byte[] bytes) ...
Starting copy...
SQLState = S1000, NativeError = 0
Error = [Microsoft][SQL Server Native Client 11.0]Unexpected EOF encountered in BCP data-file
0 rows copied.
Network packet size (bytes): 4096
Clock Time (ms.) Total : 1...
分类:
数据库 时间:
2015-03-16 14:36:29
阅读次数:
248
byte[] data = image.data;SizeSuffix(data.length);static readonly string[] SizeSuffixes = { "bytes", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB" }; ...
分类:
其他好文 时间:
2015-03-16 12:38:55
阅读次数:
844
bootsectbootsect全局变量SYSSIZE = 0x3000 # nr of clicks (16 bytes) to be loaded. 0x3000 is 0x30000 bytes = 196kBSETUPLEN = 4 # nr of setup-sectors ...
分类:
其他好文 时间:
2015-03-15 22:51:23
阅读次数:
238
SELECT UPPER(F.TABLESPACE_NAME) "表空间名", D.TOT_GROOTTE_MB "表空间大小(M)", D.TOT_GROOTTE_MB - F.TOTAL_BYTES "已使用空间(M)", TO_CHAR(ROUND((D.T...
分类:
数据库 时间:
2015-03-15 22:39:56
阅读次数:
122
IPv4套接字地址结构struct in_addr { in_addr_t s_addr; };struct sockaddr_in { uint8_t sin_len; /* length of structure (16) bytes */ ...
分类:
其他好文 时间:
2015-03-15 00:45:33
阅读次数:
134