码迷,mamicode.com
首页 >  
搜索关键字:iis tomcat 整合 报错 共用80端口 部署    ( 111717个结果
第154天学习打卡(Kubernetes 使用Helm快速部署应用, 如何自己创建Chart)
使用helm快速部署应用 第一步 使用命令搜索应用 helm search repo 名称 (weave) 第二步 根据搜索内容选择安装 helm install 安装之后的名称 搜索应用的名称 ? 查看安装之后状态 helm list helm status 安装之后名称 ? [root@mast ...
分类:Web程序   时间:2021-06-13 09:34:42    阅读次数:0
安装nginx出错the HTTP rewrite module requires the PCRE library
问题描述 报错信息如下所示: ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrit ...
分类:Web程序   时间:2021-06-11 19:17:07    阅读次数:0
# springcloud-eureka-feign-mybatis-seata ### 整合步奏
springcloud-eureka-feign-mybatis-seata 整合步奏 1.下载seata-server,修改seate-server配置 2.client端(你自己的项目)拷贝seate-server中的file.conf, registry.conf 加入自己项目 3.数据源代理 ...
分类:编程语言   时间:2021-06-11 19:16:48    阅读次数:0
Linux环境下部署nginx
下载压缩包:nginx-1.19.0.tar.gz 解压缩:tar -zxvf nginx-1.19.0.tar.gz 进入解压后的目录:cd nginx-1.19.0 配置安装目录,这一步可忽略,使用默认配置:./configure --prefix=/usr/local/nginx 安装:mak ...
分类:系统相关   时间:2021-06-11 19:14:54    阅读次数:0
RocketMq常见问题记录
1.org.apache.rocketmq.client.exception.MQClientException: No route info of this topic, MyTopic 报错信信息如下: Exception in thread "main" org.apache.rocketmq ...
分类:其他好文   时间:2021-06-11 18:46:49    阅读次数:0
Idea社区版使用插件完成正常开发
核心插件 Smart Tomcat 和 Spring Assistant 解决社区版本不具备Web开发能力,再辅助常用的第三方查询让社区版赋予不输于旗舰版用户体验。 1Spring相关开发 1、Smart Tomcat 这是针对Tomcat服务器的插件。SmartTomcat将从项目和模块中自动加载 ...
分类:其他好文   时间:2021-06-11 18:42:56    阅读次数:0
使用Flask+uwsgi+Nginx部署Flask正式环境
使用Flask+uwsgi+Nginx部署Flask正式环境 环境准备 在开始正式讲解之前,我们将首先进行环境准备。 Step1:安装Python,pip以及nginx: sudo apt-get update sudo apt-get install python-pip python-dev n ...
分类:其他好文   时间:2021-06-11 18:35:20    阅读次数:0
ValueError: Tensor Tensor("conv1d_20/BiasAdd:0", shape=(?, 27, 512), dtype=float32) is not an element of this graph.报错
拼命报错,折腾了一天 ValueError: Tensor Tensor("conv1d_20/BiasAdd:0", shape=(?, 27, 512), dtype=float32) is not an element of this graph. keras修改backend的方法 http ...
分类:其他好文   时间:2021-06-11 18:23:34    阅读次数:0
Springboot整合Redis以及Lua脚本的使用
一、添加maven依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 二、applicati ...
分类:编程语言   时间:2021-06-11 18:20:30    阅读次数:0
停电导致mysql8.0.24起不来
报错 Starting MySQL... ERROR! The server quit without updating PID file (/usr/local/mysql/$hostname.pid). 应该我在/etc/my.conf配置默认字符集的问题 https://blog.csdn.n ...
分类:数据库   时间:2021-06-11 18:02:40    阅读次数:0
111717条   上一页 1 ... 23 24 25 26 27 ... 11172 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!