会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ratelie
蜜獾互联网
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
56
下一页
2020年7月31日
nginx过滤HttpHeader的 中划线
摘要: 场景重现 1.nginx会过滤 Header中的'' _'' 符号 造成后台取不到 TENANT_ID这个参数 2.windows下本地地址 不走nginx 正常 linux转发 会出现上述问题 3.解决方案 把TENANT_ID 改成 TENANTID nginx 回过滤header 中的 带_划
阅读全文
posted @ 2020-07-31 19:09 蜜獾互联网
阅读(12)
评论(0)
推荐(0)
2020年7月20日
图形设计_扩扑图_无线设备基本扩扑图
摘要:
阅读全文
posted @ 2020-07-20 20:11 蜜獾互联网
阅读(9)
评论(0)
推荐(0)
2020年6月20日
电商平台专业名称
摘要:
阅读全文
posted @ 2020-06-20 17:53 蜜獾互联网
阅读(9)
评论(0)
推荐(0)
2020年6月14日
Idea新建Spring boot项目时没有Spring Initializr选项
摘要: 一.Idea新建Springboot 项目时发现找不到Spring Initializr 选项 二.搜到解决问题方法 1.plugins插件选项 找到Spring Boot选项 禁用后重新apply重启idea即可
阅读全文
posted @ 2020-06-14 18:32 蜜獾互联网
阅读(42)
评论(0)
推荐(0)
2020年6月9日
第三章 Docker基础命令
摘要: 3.1docker获取镜像信息 docker pull 镜像名称 版本号 不加版本号默认为最新的 #docker pull hello-world #docker pull mysql:5.7指定下载的版本 3.2docker查看镜像列表 #docker image 3.3docker
阅读全文
posted @ 2020-06-09 23:20 蜜獾互联网
阅读(10)
评论(0)
推荐(0)
第二章 Docker安装
摘要: 1.1环境准备 前置条件 系统前置条件Centos7.x为例 Docker支持以下的CentOS版本: CentOS 7 (64-bit) CentOS 6.5 (64-bit) 或更高的版本 Docker 要求 CentOS 系统的内核版本高于 3.10 ,查看本页面的前提条件来验证你的CentO
阅读全文
posted @ 2020-06-09 23:12 蜜獾互联网
阅读(14)
评论(0)
推荐(0)
第一章 Docker架构和简介
摘要: 1.1. Docker简介 1.1.1什么是Docker Docker 是一个开源的应用容器引擎,基于 Go 语言 并遵从 Apache2.0 协议开源。可以让开发者打包他们的应用以及依赖包到一个轻量级、可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化 。 Docker相比
阅读全文
posted @ 2020-06-09 22:57 蜜獾互联网
阅读(20)
评论(0)
推荐(0)
Linux7.x基于yum安装MySQL5.7
摘要: 一.下载MySQL的官方rpm源依赖 #下载mysql官网的包 wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm 二.安装yum源 #安装yum源 yum -y install mysql5
阅读全文
posted @ 2020-06-09 00:57 蜜獾互联网
阅读(9)
评论(0)
推荐(0)
2020年5月23日
Springboot/Java读取文件
摘要: 工程结构图 ///java属性和加载器// /** * 当测试类在 com.spt.example 下 * getResourceAsStream("test.txt") 会从com.spt.example包下开始找test.txt * getResourceAsStream("/test.txt"
阅读全文
posted @ 2020-05-23 00:12 蜜獾互联网
阅读(13)
评论(0)
推荐(0)
2020年5月9日
Caused by: java.net.BindException: Address already in use: bind
摘要: ##场景 Idea开启多个springboot程序后 at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) at org.springframework.boot.SpringApplica
阅读全文
posted @ 2020-05-09 10:53 蜜獾互联网
阅读(39)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
56
下一页
公告