目录: 1. 下载tomcat 解压,安装 2. 设置8080端口通过防火墙 tomcat可以到tomcat的官网下载:https://tomcat.apache.org/,我下载的是9.0.45的版本 解压缩并移动文件到指定文件夹 cd到 tomcat/bin 文件夹下 执行 ./startup. ...
分类:
其他好文 时间:
2021-04-28 12:13:50
阅读次数:
0
Centos6 使用的是iptables,Centos7 使用的是filewall(-cmd)iptables 用于过滤数据包,属于网络层防火墙。firewall 能够允许哪些服务可用,那些端口可用...属于更高一层的防火墙。 1.firewalld的基本使用启动: systemctl start ...
分类:
其他好文 时间:
2021-04-26 13:32:00
阅读次数:
0
Spring Boot:The field file exceeds its maximum permitted size of 1048576 bytes. 解决方法一: 根据spring boot 版本不同在application文件添加不同的配置 Spring Boot 1.3 或之前的版本: ...
分类:
编程语言 时间:
2021-04-21 11:47:02
阅读次数:
0
Reconstruct Original Digits from English (M) 题目 Given a non-empty string containing an out-of-order English representation of digits 0-9, output the d ...
分类:
其他好文 时间:
2021-03-30 13:01:57
阅读次数:
0
前言 为了适应新版本Google Play支付服务端验证,需要准备以下材料: 1. 对特定域名支持的https证书 2. Google Play后台的OAuth 2.0的参数文件 1. https证书: 准备材料:域名 证书申请介绍 产生结果:如你的域名是:vgamelive.cn,需提供2个文件类 ...
分类:
其他好文 时间:
2021-03-16 14:02:00
阅读次数:
0
1.下载安装包 这里安装的是3.7.18 官网下载地址: https://www.rabbitmq.com/download.html 官网下载入口 选择版本 erlang 下载 注意:这里的安装包是centos7安装的包 1.1 安装步骤 # 1.将rabbitmq安装包上传到linux系统中 e ...
分类:
其他好文 时间:
2021-03-11 12:17:53
阅读次数:
0
SSH部分 操作主机创建密钥 [root@localhost ~]# ssh-keygen [root@localhost ~]# ls .ssh/ id_rsa id_rsa.pub 分发公钥到被监控端 [root@localhost .ssh]# ssh-copy-id -i id_rsa.pu ...
分类:
其他好文 时间:
2021-03-06 15:08:11
阅读次数:
0
1 消息队列 1 两个服务调用:restful(http协议),rpc(远程过程调用) 2 rpc:远程过程调用 -gRPC:谷歌出的,跨语言 3 不管用rpc或者restful来通信,涉及到同步,异步 4 消息队列解决的问题 -应用解耦 -流量消峰 -消息分发(发布订阅:观察者模式) -异步消息( ...
分类:
其他好文 时间:
2021-03-05 13:13:49
阅读次数:
0
sudo find /etc/ -type f -name "rc*" -exec ls -l {} \;find . -name "t*" -perm 777 -printfind . -mtime -180find /var/log/ -mtime -3 -ok rm {} \; vim 替换: ...
分类:
系统相关 时间:
2021-03-04 13:03:44
阅读次数:
0
来自出处:https://www.cnblogs.com/fnlingnzb-learner/p/10566452.html ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ...
分类:
其他好文 时间:
2021-02-24 13:26:19
阅读次数:
0