摘要: Hadoop + Spark 的伪分布式部署 阅读全文
posted @ 2015-10-30 18:01 chgxtony 阅读(1123) 评论(0) 推荐(0) 编辑
摘要: CentOS和ubuntu修改hostname的区别 阅读全文
posted @ 2015-10-30 11:20 chgxtony 阅读(430) 评论(0) 推荐(0) 编辑
摘要: ubuntu下adduser和useradd的区别 阅读全文
posted @ 2015-10-30 11:04 chgxtony 阅读(470) 评论(0) 推荐(0) 编辑
摘要: hadoop 在64位linux下so文件不兼容的问题 阅读全文
posted @ 2015-10-29 19:47 chgxtony 阅读(312) 评论(0) 推荐(1) 编辑
摘要: MySQL二进制日志相关详解 阅读全文
posted @ 2015-10-29 14:24 chgxtony 阅读(1292) 评论(0) 推荐(0) 编辑
摘要: 一个用mysqldump做逻辑备份的小脚本用于小数据量的备份,全库,按日期,按库,按表,进行分类# date -s "2015/01/01" && bash mybackup.sh#!/bin/bash# 使用mysqldump进行逻辑备份# 目录结构/backup/日期 # 每隔7天删除旧的备份目... 阅读全文
posted @ 2015-10-28 10:49 chgxtony 阅读(156) 评论(0) 推荐(0) 编辑
摘要: Java日志库的优劣 阅读全文
posted @ 2015-10-22 13:49 chgxtony 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Java并发编程详解:Eexecutor框架。Executor,Executors,ExecutorService,CompletionService,Future,Callable等 阅读全文
posted @ 2015-10-22 10:51 chgxtony 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 实现Java多线程的三种方式 阅读全文
posted @ 2015-10-21 17:22 chgxtony 阅读(214) 评论(0) 推荐(1) 编辑
摘要: Oracle数据泵 阅读全文
posted @ 2015-10-18 10:36 chgxtony 阅读(909) 评论(0) 推荐(1) 编辑