12 2020 档案

nginx的proxy_pass后面有无斜杠的如何区别
摘要:https://jingyan.baidu.com/article/63acb44a1f478161fcc17ee8.html nginx的proxy_pass使用频率非常高,用于服务器反向代理,但往往很多人对于proxy_pass的url最后斜杠添不添加比较迷惑,下面就来使用示例的方式来介绍下使用 阅读全文

posted @ 2020-12-31 11:29 四海骄阳 阅读(678) 评论(0) 推荐(0) 编辑

Docker容器部署 Nginx服务
摘要:https://www.cnblogs.com/saneri/p/11799865.html --验证通过 1.查找 Docker Hub 上的 nginx 镜像 [root@localhost ~]# docker search nginx 2.拉取官方的Nginx镜像 [root@localho 阅读全文

posted @ 2020-12-29 16:44 四海骄阳 阅读(354) 评论(0) 推荐(0) 编辑

Docker部署Nginx并修改配置文件
摘要:https://cloud.tencent.com/developer/article/1395059 Docker部署Nginx并修改配置文件 一、拉取nginx镜像 docker pull nginx 二、在宿主机中创建挂载目录 mkdir -p /data/nginx/{conf,conf.d 阅读全文

posted @ 2020-12-28 11:10 四海骄阳 阅读(2930) 评论(0) 推荐(0) 编辑

冬天汽车发动后有汽油味,是什么地方坏了吗?
摘要:https://k.sina.com.cn/article_6902796534_19b7050f600100ncw4.html?cre=tianyi&mod=pcpager_fintoutiao&loc=20&r=9&rfunc=72&tj=none&tr=9 冬天汽车冷启动时确实有很大的汽油味。 阅读全文

posted @ 2020-12-27 14:21 四海骄阳 阅读(303) 评论(0) 推荐(0) 编辑

如何停止weblogic服务
摘要:https://blog.csdn.net/jamex/article/details/23699461 https://jingyan.baidu.com/article/3d69c551a25ad7b1ce02d773.html 阅读全文

posted @ 2020-12-24 10:12 四海骄阳 阅读(340) 评论(0) 推荐(0) 编辑

SpringCloud学习系列之四-----配置中心(Config)使用详解
摘要:https://blog.csdn.net/qazwsxpcm/article/details/88578076 https://www.cnblogs.com/shamo89/p/8016908.html 前言 本篇主要介绍的是SpringCloud中的分布式配置中心(SpringCloud Co 阅读全文

posted @ 2020-12-22 08:53 四海骄阳 阅读(955) 评论(0) 推荐(0) 编辑

linux下安装python
摘要:https://www.cnblogs.com/knighterrant/p/10719887.html https://blog.csdn.net/gdkyxy2013/article/details/79457590 编译安装python3.6的步骤 1.下载python3源码包 wget ht 阅读全文

posted @ 2020-12-17 11:42 四海骄阳 阅读(1428) 评论(0) 推荐(0) 编辑

tar解压造成目录权限发生变更解决
摘要:https://blog.csdn.net/zhangzhikaixinya/article/details/45815065 tar解压造成目录权限发生变更解决 一个比较有趣的现象: 在做集群管理的时候偶尔会发现目录权限出现被更改,没人去操作怎么目录属性自己就变了? 首先来做个测试,找出问题原因: 阅读全文

posted @ 2020-12-09 16:14 四海骄阳 阅读(1196) 评论(0) 推荐(0) 编辑

linux 卸载软件不卸载依赖
摘要:https://blog.csdn.net/assassinsshadow/article/details/72868494 rpm -e --nodeps 软件名 1 例如:使用yum install nginx 安装了nginx,这是如果直接使用yum remove nginx 的话,会把依赖的 阅读全文

posted @ 2020-12-09 07:02 四海骄阳 阅读(2149) 评论(0) 推荐(0) 编辑

OpenSSH软件(ssh服务)
摘要:https://www.jianshu.com/p/7bfae5ddf091 SSH是为网络数据安全传输提供的安全协议 OpenSSH是基于SSH协议开发的软件 安装 安装客户端:yum -y install openssh-clients 安装服务端:yum -y install opens 阅读全文

posted @ 2020-12-09 06:13 四海骄阳 阅读(346) 评论(0) 推荐(0) 编辑

禁止linux使用scp和sftp
摘要:https://blog.slogra.com/post-588.html 公司新上了一台测试服务器,要求禁止使用scp和sftp,说是怕服务器上数据传出去,我说ssh在使用一样会有数据传出去的,但技术总监说毕竟他们不知道那么高深的方法,所以禁止了scp和sftp就够了,好吧,都这样说了我还有什么办 阅读全文

posted @ 2020-12-09 05:52 四海骄阳 阅读(4395) 评论(0) 推荐(0) 编辑

不同浏览器上input与select宽度显示不同的本质原因
摘要:https://blog.csdn.net/github_22022001/article/details/47279793 做表单开发时经常碰到一个问题,input和select是其中最常用的两个标签,但是有个问题很棘手。input和select是两种不同的和模型,如果只是简单的将两者的width 阅读全文

posted @ 2020-12-05 17:41 四海骄阳 阅读(381) 评论(0) 推荐(0) 编辑

srvany.exe和instsrv.exe_2
摘要:https://www.cr173.com/soft/64394.html 软件介绍 要把应用程序添加为服务,你需要两个小软件:Instsrv.exe和Srvany.exe。Instsrv.exe可以给系统安装和删除服务,Srvany.exe可以让程序以服务的方式运行。这两个软件都包含在Window 阅读全文

posted @ 2020-12-02 21:52 四海骄阳 阅读(191) 评论(0) 推荐(0) 编辑

srvany.exe和instsrv.exe
摘要:文件名称:installServer.bat,installServer.reg,instsrv.exe,nginx.exe,srvany.exe installServer.bat 内容如下: sc stop Nginx c:\nginx\instsrv.exe Nginx c:\nginx\sr 阅读全文

posted @ 2020-12-02 21:51 四海骄阳 阅读(326) 评论(0) 推荐(0) 编辑

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示

喜欢请打赏

扫描二维码打赏

了解更多