上一篇中已经成功使用maven搭建了一个web项目,本篇描述在此基础上怎么搭建一个基于springmvc+mybatis环境的项目. 说了这么久,为什么那么多人都喜欢用maven搭建项目?我们都知道maven是用来管理项目依赖包的,它到底有多方便呢?大家都知道,在以前,我如果要在项目中使用jar包, ...
分类:
编程语言 时间:
2016-11-13 19:23:23
阅读次数:
258
一、配置防火墙,开启FTP服务器需要的端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable fire ...
分类:
其他好文 时间:
2016-11-13 16:18:15
阅读次数:
281
主要内容: 1. HBase协处理器介绍 2. 观察者(Observer) 3. 终端(endpoint) 1. HBase协处理器介绍 系统协处理器可以全局导入region server上的所有数据表,表协处理器即是用户可以指定一张表使用协处理器。Hbase协处理器(Coprocessor)有两种 ...
分类:
其他好文 时间:
2016-11-12 02:13:46
阅读次数:
292
参考链接http://www.5013.org/archives/819 登录 ssh ubuntu@139.199.9.173ubuntu@139.199.9.173's password: 安装过程十分傻瓜化,就像把大象装过冰箱一样简单:curl -O http://vestacp.com/pu ...
分类:
系统相关 时间:
2016-11-11 14:07:06
阅读次数:
863
1、环境 CentOS 7 2、在线安装 yum install -y epel-release yum install -y fail2ban fail2ban 结构 /etc/fail2ban ## fail2ban 服务配置目录/etc/fail2ban/action.d ## iptable ...
分类:
其他好文 时间:
2016-11-08 02:11:55
阅读次数:
250
http://stackoverflow.com/questions/40067933/hbase-whats-the-difference-between-wal-and-memstore http://www.slideshare.net/caroljmcdonald/h-base-nosqlc ...
分类:
其他好文 时间:
2016-11-07 02:38:39
阅读次数:
149
1.下载mysql 网址:http://dev.mysql.com/downloads/mysql/ 2.安装sql,把我们下载的rpm包放入centos7中去(建议用filezilla工具) 进入目录查看安装包 安装顺序为 安装第一个common包 他会提示报错,以为有两个依赖包是mariadb- ...
分类:
数据库 时间:
2016-11-02 14:12:55
阅读次数:
281