一、jdk相关环境部署 1.创建jdk文件 2.将jdk压缩包压缩到指定文件下 3.进入解压后的文件里找到该文件 4.进入etc/profile 里面编辑 5.开始输入命令i/o/a 进入编辑模式 6.保存并重启etc/profile文件 7.用java命令查看版本信息 二、tomcat相关环境部署 ...
分类:
数据库 时间:
2020-12-01 12:34:00
阅读次数:
11
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServer ...
分类:
其他好文 时间:
2020-12-01 12:30:30
阅读次数:
7
# which mysqld /usr/local/mysql/bin/mysqld # /usr/local/mysql/bin/mysqld --verbose --help | grep -A 1 "Default options" Default options are read from ...
分类:
其他好文 时间:
2020-12-01 12:17:06
阅读次数:
6
1.打开shell终端,输入 sudo vi /etc/rc.local 2.在编辑器里面输入自己要启动的脚本 #!/bin/bash echo "run incar ai program..." cd /opt/robot nohup bash autorobot.sh & 2>/dev/null ...
分类:
系统相关 时间:
2020-12-01 12:15:17
阅读次数:
12
{ "size": 0, "query": { "bool": { "filter": [ { "range": { "@timestamp": { "gte": 1596572166943, "lte": 1596593766943, "format": "epoch_millis" } } }, ...
分类:
其他好文 时间:
2020-12-01 12:04:43
阅读次数:
3
ELK集群配置安装初始化iptables关闭selinux关闭配置hosts解析[root@localhostelasticsearch]#cat/etc/hosts127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4::1localhostlocalhost.localdomainlocalhost6lo
分类:
其他好文 时间:
2020-12-01 11:46:16
阅读次数:
2
自动补全、回滚!介绍一款可视化sql诊断利器「点击图片获取最近两年爆款好文」Yearning简介YearningMYSQL是一个SQL语句审核平台。提供查询审计,SQL审核等多种功能,支持Mysql,可以在一定程度上解决运维与开发之间的那一环,功能丰富,代码开源,安装部署容易!项目地址:https://gitee.com/cookieYe/Yearning注意:Yearning1.x版本需ince
分类:
数据库 时间:
2020-12-01 11:43:44
阅读次数:
6
编辑用户级配置文件 vim ~/.bashrc 添加配置信息: export PATH=/usr/local/mongodb/mongodb-3.6.5/bin:$PATH (中间那部分就是你的安装目录下的bin) 保存退出,刷新:source ~/.bashrc 我们输入mongo,显示版本信息, ...
分类:
其他好文 时间:
2020-11-27 11:48:48
阅读次数:
36
问题一:问题现象:[root@localhostgit-2.5.0]#autoconf无法执行:解决方案:[root@localhostgit-2.5.0]#yuminstall-yautoconf问题二:问题现象:[root@localhostgit-2.5.0]#make/usr/bin/perlMakefile.PLPREFIX=‘/usr/local/git‘INSTALL_BASE=‘‘
分类:
其他好文 时间:
2020-11-27 11:25:03
阅读次数:
7
print("********如何实现switch-case********") local switch = { [1] = function() print ("case1") end, [2] = function() print ("case2") end, [3] = function() ...
分类:
其他好文 时间:
2020-11-27 11:06:56
阅读次数:
4