# redis 配置文件示例 # 当你需要为某个配置项指定内存大小的时候,必须要带上单位,# 通常的格式就是 1k 5gb 4m 等酱紫:## 1k => 1000 bytes# 1kb => 1024 bytes# 1m => 1000000 bytes# 1mb => 1024*1024 byt ...
分类:
其他好文 时间:
2017-02-15 17:29:48
阅读次数:
229
题目: 给定两个字word1和word2,找到将word1转换为word2所需的最小步骤数。 (每个操作计为1步)。 您对单词允许以下3种操作: a)插入字符 b)删除字符 c)替换字符 思路: dp[i][j]指把word1[0..i - 1]转换为word2[0..j - 1] 的最小操作数。 ...
分类:
其他好文 时间:
2017-02-04 18:35:42
阅读次数:
553
HDFS 命令深入浅出~ [root@neusoft-master ~]# hadoop dfs Usage: hadoop fs [generic options] [-appendToFile <localsrc> ... <dst>] [-cat [-ignoreCrc] <src> ...] ...
分类:
其他好文 时间:
2017-01-28 12:56:48
阅读次数:
382
package com.hkwy.util; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.AnnotationConfiguration; import org... ...
分类:
编程语言 时间:
2016-12-28 11:52:30
阅读次数:
231
WemayneedtoenablethefeatureforOUandAccountProtectobjectfromaccidentaldeletion#UsingpowershellSet-ADObject-Identity"OU=UserAccounts,DC=vccware,DC=com"-ProtectedFromAccidentalDeletion$trueSet-ADObject-Identity"CN=TerryShen,OU=UserAccounts,DC=vccware,DC=com"-P..
分类:
其他好文 时间:
2016-12-16 23:31:07
阅读次数:
262
Computer Science An Overview _J. Glenn Brookshear _11th Edition In a data structure based on a pointer system, the deletion of an item usually consist ...
分类:
其他好文 时间:
2016-11-16 02:58:40
阅读次数:
217
一、MogileFS简介1、MogileFS结构tracker:追踪器,追踪元数据,http协议mogilefsd(守护进程),它的主要职责包括:replication:节点间文件的复制deletion:删除文件queryworker:响应客户请求的文件元数据访问请求reaper:在存储失败后将文件复制请求重新放置于队列中monitor:监..
分类:
其他好文 时间:
2016-09-21 00:10:16
阅读次数:
195
如果只是用kafka-topics.sh的delete命令删除topic,会有两种情况: 如果当前topic没有使用过即没有传输过信息:可以彻底删除 如果当前topic有使用过即有过传输过信息:并没有真正删除topic只是把这个topic标记为删除(marked for deletion)。 要彻底 ...
分类:
其他好文 时间:
2016-09-01 21:30:14
阅读次数:
157
Description You are given two words (each word consists of upper-case English letters). Try to delete some letters from each word so that the resultin ...
分类:
其他好文 时间:
2016-08-04 09:04:39
阅读次数:
126