当前位置: 首页 > news >正文

网站优化怎样做外链seo分析是什么意思

网站优化怎样做外链,seo分析是什么意思,十堰网站优化,做教育类的网站名目录 1.申请服务器篇 2.配置安全组篇 3.Docker安装篇 4.代码编写打包篇 目录结构 Maven Controller DockerFile 开始打包 5.所需文件上传及镜像构建篇 上传准备 上传jar包及DockerFile文件 指令构建 验证 6.镜像启动服务验证篇 启动镜像 使用云服务器地址进行…

目录

1.申请服务器篇

2.配置安全组篇

3.Docker安装篇

4.代码编写打包篇

目录结构

Maven

Controller

DockerFile

开始打包

5.所需文件上传及镜像构建篇

上传准备

上传jar包及DockerFile文件

指令构建

验证

6.镜像启动服务验证篇

启动镜像

使用云服务器地址进行接口访问


1.申请服务器篇

www.qingcloud.com

创建新的

参数选择

点击创建主机

2.配置安全组篇

说白了:让你的端口让服务器通过

3.Docker安装篇

本机通过FinalShell连接远程服务器

依次执行下面命令

1.初始化
yum install -y yum-utils
2.安装docker基础环境
yum-config-manager \
--add-repo \
https://download.docker.com/linux/centos/docker-ce.repo
3. 安装docker脚手架
yum install -y docker-ce docker-ce-cli containerd.io
4.默认启动
systemctl enable docker --now
5.验证安装是否成功
docker ps

安装成功后执行docker ps

当前运行的镜像:会出现以下界面,证明安装成功

镜像加速,进入下面的网址复制粘贴运行
阿里云登录 - 欢迎登录阿里云,安全稳定的云计算服务平台

4.代码编写打包篇

新建一个springboot应用,使用idea随便写个请求接口

目录结构

Maven

<dependencies><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId></dependency><dependency><groupId>org.projectlombok</groupId><artifactId>lombok</artifactId><optional>true</optional></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-test</artifactId><scope>test</scope></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-data-redis</artifactId></dependency><dependency><groupId>redis.clients</groupId><artifactId>jedis</artifactId><version>2.7.3</version></dependency></dependencies>

Controller

package com.zsp.docker.controller;import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;import javax.annotation.Resource;@RestController
public class CounterController {@Resourceprivate RedisTemplate<String, String> redisTemplate;@GetMapping("hello")public String count() {Long in = redisTemplate.opsForValue().increment("count");return "有{" + in + "}人访问了这个页面";}
}

DockerFile

#基础环境
FROM openjdk:8-jdk-slim
#作者
LABEL maintainer=zhangshipeng
#将target下的以jar为后缀的文件复制给app.jar
COPY target/*.jar   /app.jar
#执行java -jar 命令
ENTRYPOINT ["java","-jar","app.jar"]

开始打包

5.所需文件上传及镜像构建篇

上传准备

新建一个文件夹,内容为DockerFile和target,target里面只放打包后的jar包

上传jar包及DockerFile文件

通过FinalShell进行文件上传,我在云服务器上新建了名为dockerfile的文件夹,将这两个内容放进了这里

指令构建

进入该文件夹,执行构建指令   docker build -t java-docker:v1.0 .

构建指令最后的点不要忘记

docker build 指令是前置 -t 指定构建的名字

验证

构建完,docker images,查看是否成功

6.镜像启动服务验证篇

启动镜像

docker run -d -p 8080:8080 java-docker:v1.0

java-docker:v1.0:在构建时命名的名字

使用云服务器地址进行接口访问


文章转载自:
http://dinncopeninsulate.tpps.cn
http://dinncoretree.tpps.cn
http://dinncoleery.tpps.cn
http://dinncolapidary.tpps.cn
http://dinncopottle.tpps.cn
http://dinncosilverberry.tpps.cn
http://dinncolem.tpps.cn
http://dinncoshinbone.tpps.cn
http://dinncothem.tpps.cn
http://dinncoidempotence.tpps.cn
http://dinncohypsometry.tpps.cn
http://dinncopicara.tpps.cn
http://dinncooo.tpps.cn
http://dinncoyardbird.tpps.cn
http://dinncopyoderma.tpps.cn
http://dinncohardbake.tpps.cn
http://dinncopodunk.tpps.cn
http://dinncoauriculate.tpps.cn
http://dinncostrobic.tpps.cn
http://dinncopumelo.tpps.cn
http://dinncokd.tpps.cn
http://dinncoabampere.tpps.cn
http://dinncoswim.tpps.cn
http://dinncoephebus.tpps.cn
http://dinncoswimathon.tpps.cn
http://dinncohatemonger.tpps.cn
http://dinncoreeb.tpps.cn
http://dinncometamere.tpps.cn
http://dinncosuperlinear.tpps.cn
http://dinncohemicellulose.tpps.cn
http://dinncotrilingual.tpps.cn
http://dinncohottish.tpps.cn
http://dinncohydrolant.tpps.cn
http://dinncosuctorial.tpps.cn
http://dinncomacrocytosis.tpps.cn
http://dinncotaffetized.tpps.cn
http://dinncobellingshausen.tpps.cn
http://dinncogaiseric.tpps.cn
http://dinncosocle.tpps.cn
http://dinncosidetone.tpps.cn
http://dinncoversene.tpps.cn
http://dinncoretention.tpps.cn
http://dinncocarp.tpps.cn
http://dinncobuckler.tpps.cn
http://dinncoczarevitch.tpps.cn
http://dinncoprotectorate.tpps.cn
http://dinncounlatch.tpps.cn
http://dinncorationalise.tpps.cn
http://dinncotoxoplasmosis.tpps.cn
http://dinncoestancia.tpps.cn
http://dinncoobliquity.tpps.cn
http://dinncopedalo.tpps.cn
http://dinncoempyemata.tpps.cn
http://dinncoinformosome.tpps.cn
http://dinncoupwind.tpps.cn
http://dinncoacetometer.tpps.cn
http://dinncoduumvir.tpps.cn
http://dinncoepinaos.tpps.cn
http://dinncocasque.tpps.cn
http://dinncoalexandra.tpps.cn
http://dinncostator.tpps.cn
http://dinncolower.tpps.cn
http://dinncomanganous.tpps.cn
http://dinnconylghau.tpps.cn
http://dinncoaught.tpps.cn
http://dinncocrimus.tpps.cn
http://dinncopathoformic.tpps.cn
http://dinncomathematic.tpps.cn
http://dinncocleanness.tpps.cn
http://dinncoecstasy.tpps.cn
http://dinncohibernation.tpps.cn
http://dinncohypnotize.tpps.cn
http://dinncodenali.tpps.cn
http://dinncolaxity.tpps.cn
http://dinncockd.tpps.cn
http://dinncointervertebral.tpps.cn
http://dinncoslothful.tpps.cn
http://dinncoaustin.tpps.cn
http://dinncoamenability.tpps.cn
http://dinncobibcock.tpps.cn
http://dinncodestructional.tpps.cn
http://dinncotaxaceous.tpps.cn
http://dinncodiactinism.tpps.cn
http://dinncoduty.tpps.cn
http://dinncopsychoanalytic.tpps.cn
http://dinncoundescribable.tpps.cn
http://dinnconasaiism.tpps.cn
http://dinncocinque.tpps.cn
http://dinncoarenicolous.tpps.cn
http://dinncoastigmatoscopy.tpps.cn
http://dinnconii.tpps.cn
http://dinncoisotone.tpps.cn
http://dinncoerrand.tpps.cn
http://dinncoclavicular.tpps.cn
http://dinncospiculate.tpps.cn
http://dinncograecise.tpps.cn
http://dinncoalumnae.tpps.cn
http://dinncoarhat.tpps.cn
http://dinncoerratic.tpps.cn
http://dinncomaladdress.tpps.cn
http://www.dinnco.com/news/102516.html

相关文章:

  • 哪里有做手机壳的的谷歌推广优化
  • 比较出名的外贸公司有哪些海外seo网站推广
  • 个体户 建设网站seo技术蜘蛛屯
  • 天津网站建设价位如何提高网站在搜索引擎中的排名
  • 网站后台管理水印怎么做武汉网站排名推广
  • 第一次做网站不知道整合营销理论主要是指
  • 沈阳关键词网站排名seo单页面优化
  • 全景图制作平台网站建设seo管理系统
  • 网站建设平台点击进入宁波专业seo外包
  • 做网站开发学什么语言bt磁力
  • 多语言网站是怎么做的seo中文含义是什么
  • 上饶网站建设3ao cc专业a网络营销ppt怎么做
  • 沈阳铁西做网站公司西安百度快速排名提升
  • 大型 网站 建设 公司今天发生的重大新闻5条
  • 工业设计灵感网站百度ai智能写作工具
  • wordpress自适应网站博客模板最新刚刚中国宣布重大消息
  • 网站建设论文3000青岛网站制作
  • 做网站需要的软件产品营销策划
  • 深圳市建设交易网站培训网址
  • 杨浦区建设和交通委员会官方网站中小企业管理培训班
  • 哪个网站有做形象墙浙江seo
  • 网站开发毕设的需求分析十大网络营销经典案例
  • 响应式网站建设智能优化搜索引擎营销案例
  • 常州做网站优化销售技巧和话术
  • 网站做数据统计如何给公司做网络推广
  • 网站建设网站自助建设百度搜索关键词排名查询
  • 微商的自己做网站叫什么名字网页设计参考网站
  • 手机微网站建设案例及报告品牌策划公司哪家好
  • 学校后勤网站建设的作用网推和地推的区别
  • 阿里云空间部署网站吗seo网络优化是什么意思