上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页
摘要: 这种错误是由于查询Redis时采用的查询方法与对应的Key的数据类型不匹配引起的 Redis的五种数据类型: 字符串(Strings) 列表(Lists) 集合(Sets) 哈希(Hashes) 有序集合(Sorted Sets) 阅读全文
posted @ 2016-07-08 11:46 薛晓东 阅读(852) 评论(0) 推荐(0) 编辑
摘要: config.setMaxWait(MAX_WAIT); jedisPool = new JedisPool(config, ADDR, PORT, TIMEOUT, AUTH); 这俩行报错:The type org.apache.commons.pool.impl.GenericObjectPo 阅读全文
posted @ 2016-07-07 17:57 薛晓东 阅读(401) 评论(0) 推荐(0) 编辑
摘要: http://doc.redisfans.com/ 阅读全文
posted @ 2016-07-07 17:41 薛晓东 阅读(127) 评论(0) 推荐(0) 编辑
摘要: #tar -xf Python-2.7.9.tar.xz #cd Python-2.7.9 #mkdir /usr/local/python27 #./configure --prefix=/usr/local/python27 #make #make install 如果此时出现找不到所依赖的模块 阅读全文
posted @ 2016-07-07 09:52 薛晓东 阅读(136) 评论(0) 推荐(0) 编辑
摘要: #cd /mnt/downloads/ #wget --no-cookie --header "Cookie: s_cc=true; oraclelicense=accept-securebackup-cookie; s_nr=1407131063040; gpw_e24=http://www.or 阅读全文
posted @ 2016-07-07 09:51 薛晓东 阅读(176) 评论(0) 推荐(0) 编辑
摘要: linux 的 scp 命令 可以 在 linux 之间复制 文件 和 目录; scp 命令 scp 可以在 2个 linux 主机间复制文件; 命令基本格式: scp [可选参数] file_source file_target 从 本地 复制到 远程 * 复制文件: * 命令格式: scp lo 阅读全文
posted @ 2016-07-06 12:09 薛晓东 阅读(236) 评论(0) 推荐(0) 编辑
摘要: nohup java -jar xx.jar >/dev/null & 阅读全文
posted @ 2016-07-06 11:29 薛晓东 阅读(115) 评论(0) 推荐(0) 编辑
摘要: edit your cassandra.properties file and add this:cassandra.limit-for-partition-key-select=NUMBER Where NUMBER is the max result that you want! Not ele 阅读全文
posted @ 2016-07-06 10:29 薛晓东 阅读(1675) 评论(0) 推荐(0) 编辑
摘要: Take it easy, update the cassandra.yaml batch_size_warn_threshold_in_kb: 50 it will be OK! https://github.com/pyr/cyanite/issues/122 阅读全文
posted @ 2016-07-06 10:16 薛晓东 阅读(418) 评论(0) 推荐(0) 编辑
摘要: package csdn; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; /** * @author nineday */ public class Test { public 阅读全文
posted @ 2016-07-05 21:52 薛晓东 阅读(7464) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页