摘要:
linux 的 scp 命令 可以 在 linux 之间复制 文件 和 目录; scp 命令 scp 可以在 2个 linux 主机间复制文件; 命令基本格式: scp [可选参数] file_source file_target 从 本地 复制到 远程 * 复制文件: * 命令格式: scp lo 阅读全文
posted @ 2016-07-06 12:09
薛晓东
阅读(239)
评论(0)
推荐(0)
摘要:
nohup java -jar xx.jar >/dev/null & 阅读全文
posted @ 2016-07-06 11:29
薛晓东
阅读(120)
评论(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
薛晓东
阅读(1705)
评论(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
薛晓东
阅读(436)
评论(0)
推荐(0)