摘要: 1、安装 rpm -i 需要安装的包文件名 举例如下: rpm -i example.rpm 安装 example.rpm 包; rpm -iv example.rpm 安装 example.rpm 包并在安装过程中显示正在安装的文件信息; rpm -ivh example.rpm 安装 examp 阅读全文
posted @ 2016-12-28 22:41 坏~牧羊人 阅读(134377) 评论(0) 推荐(2)
摘要: 简介 scp用于在两台centos中传输文件用的,lrzsz用于在xshell上传输本地文件到远程centos服务器上用的 1.安装scp [root@localhost ~]# scp -bash: locate: command not found [root@localhost ~]# yum 阅读全文
posted @ 2016-12-28 21:55 坏~牧羊人 阅读(4550) 评论(0) 推荐(0)
摘要: 我们都知道cxf还可以开发restful风格的webService,下面是利用maven+spring4+cxf搭建webService服务端和客户端Demo 1、pom.xml 2、cxf-restful-server.xml 3、applicationContext.xml 4、User.jav 阅读全文
posted @ 2016-12-28 10:36 坏~牧羊人 阅读(3223) 评论(0) 推荐(0)