10 2019 档案

摘要:创建Linux环境 创建一个配置好jdk的环境,如果想使用项目管理界面,还需要安装tomcat,在此使用rz命令进行文件上传的 yum install -y lrzsz zookeeper安装 1、上传安装包 2、解压安装包,并且复制到/usr/local,重命名为zookeeper tar zxv 阅读全文
posted @ 2019-10-28 15:02 Steven-Russell 阅读(3) 评论(0) 推荐(0) 编辑
摘要:配置JDK 1、上传文件到linux中 yum install -y lrzsz之后直接将文件拖拽到/uer/local/tmp目录下 2、解压文件并将解压后的文件复制到/usr/local/jdk目录中 tar zxvf jdk-7u80-linux-x64.tar.gz cp jdk1.7.0_ 阅读全文
posted @ 2019-10-24 16:36 Steven-Russell 阅读(22) 评论(0) 推荐(0) 编辑
摘要:一、安装相关依赖: 1、yum install -y gcc-c++ 2、yum install -y pcre pcre-devel 3、yum install -y zlib zlib-devel 4、yum install -y openssl openssl-devel 二、将nginx上传 阅读全文
posted @ 2019-10-24 16:07 Steven-Russell 阅读(71) 评论(0) 推荐(0) 编辑
摘要:对外提供接口项目作为其他项目调用dubbo服务的入口 新建一个项目Provider,提供具体的服务 在Provider项目中配置pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.or 阅读全文
posted @ 2019-10-23 18:25 Steven-Russell 阅读(6) 评论(0) 推荐(0) 编辑
摘要:eclipse中配置Maven基础环境 在pom.xml中引入相关依赖(SSM) <properties> <servlet-version>3.0.1</servlet-version> <jsp-version>2.2</jsp-version> <jstl-version>1.2</jstl- 阅读全文
posted @ 2019-10-23 17:48 Steven-Russell 阅读(5) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示