04 2017 档案

摘要:SpringMVC的Controller中已经有了@RequestMapping(value = "detail.do", method = RequestMethod.GET)的方法,并且在web.xml中也配置了DispatcherServlet匹配<url-pattern>*.do</url- 阅读全文
posted @ 2017-04-18 12:59 brucegan 阅读(2090) 评论(0) 推荐(0)
摘要:下面是contos7 最小化安装成功以后进行一些基础的配置和java环境的安装教程: 1 防火墙 : 关闭防火墙: systemctl stop firewalld.service 。 关闭开机启动:systemctl disable firewalld.service。 关闭防火墙以后就不用在去开 阅读全文
posted @ 2017-04-07 15:29 brucegan 阅读(3879) 评论(0) 推荐(0)
摘要:1:安装vsftpd组建: yum -y install vsftpd 安装完成以后在目录/etc/vsftpd/vsftpd.conf文件是vsftp的配置文件 2:添加一个专门用来登陆vsftp的账户,可以用来登陆ftp客户端上传和下载以及删除ftp上面的文件 useradd ftpuser / 阅读全文
posted @ 2017-04-05 00:36 brucegan 阅读(1260) 评论(0) 推荐(0)