MD5加密的基本过程:1、将一个字符串通过getBytes()方法编码为一个字节数组byte[] bytes;2、将bytes数组经过MD5算法的加密后获得到一个长度为16的新的字节数组md5bytes;3、将md5bytes数组转换为一个字符串进行保存(一般的该过程是将加密获得的md5bytes转...
分类:
其他好文 时间:
2014-09-02 17:15:05
阅读次数:
186
(注:最左边是文件头的偏移量。) IMAGE_DOS_HEADER STRUCT { +0h WORD e_magic // Magic DOS signature MZ(4Dh 5Ah) DOS可执行文件标记 +2h WORD e_cblp // Bytes on la...
分类:
其他好文 时间:
2014-09-01 20:58:23
阅读次数:
603
本文中我们假设innodb_page_size为16k,记录格式为compact. 1大字段 大字段的类型可以参看这里,Data TypeStorage RequiredTINYBLOB,TINYTEXTL+ 1 bytes, whereL8126.因此innodb认为这条记录太大了存不下。2*.....
分类:
其他好文 时间:
2014-09-01 19:31:53
阅读次数:
276
I was trying to play around with HTML5 assuming that VS 2010 had shipped with HTML5 support but to my dismay it was not the case. Bummer! So I did a b...
分类:
Web程序 时间:
2014-08-31 14:29:21
阅读次数:
234
malloc的全称是memory allocation,中文叫动态内存分配,当无法知道内存具体位置的时候,想要绑定真正的内存空间,就需要用到动态的分配内存。原型为extern void *malloc(unsigned int num_bytes)。1函数简介原型extern void *mallo...
分类:
其他好文 时间:
2014-08-29 17:36:58
阅读次数:
354
1 master/slave server 启动 利用默认redis.conf配置文件启动master server,端口6379 。 [7304] 29 Aug 09:57:26 - 0 clients connected (0 slaves), 673996 bytes in use [7304] 29 Aug 09:57:31 - DB 0: 15 key...
分类:
其他好文 时间:
2014-08-29 11:18:58
阅读次数:
238
Description
ENimEN
In deterministic games no chance is involved, meaning that the final result can be predicted from the initial arrangement assuming players play optimal. T...
分类:
其他好文 时间:
2014-08-28 11:29:09
阅读次数:
208
新增两块硬盘,来进行实验:
[root@jp ~]# fdisk -l
Disk /dev/sda: 107.3 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot ...
分类:
系统相关 时间:
2014-08-28 09:42:29
阅读次数:
424
我直接把配置文件copy过来的,遇到了2个问题,1,打开Hibernate.cfg.xml 时,弹出窗口:"this project is not a myeclipse hibernate project . assuming hibernate 3 ...",百度后得到更正的方法: 使用版本控制...
分类:
编程语言 时间:
2014-08-28 04:16:58
阅读次数:
198
from:http://www.cnblogs.com/Gildor/archive/2010/12/13/1904060.htmlHttpWebRequest以UTF-8编码写入内容时发生“Bytes to be written to the stream exceed the Content-L...
分类:
Web程序 时间:
2014-08-27 14:29:07
阅读次数:
238