摘要: port was removed in 8.0ERROR | wrapper | 2020/12/07 22:30:45 | Startup failed: Timed out waiting for a signal from the JVM.ERROR | wrapper | 2020/12/0 阅读全文
posted @ 2020-12-07 23:31 Bule_Comet 阅读(1215) 评论(0) 推荐(1)
摘要: [root@qinghong ~]# source /etc/profile bash: tty: command not found /usr/libexec/grepconf.sh: line 5: grep: command not found 执行export PATH=/usr/bin:/ 阅读全文
posted @ 2020-12-07 22:58 Bule_Comet 阅读(165) 评论(0) 推荐(0)
摘要: 可以用辅助列+函数消除单元格内的回车 在B2 输入公式:=SUBSTITUTE(A2,CHAR(10),"") 公式中: SUBSTITUTE 是替换函数 char(10)是回车代码 阅读全文
posted @ 2020-12-07 09:55 Bule_Comet 阅读(337) 评论(0) 推荐(0)
摘要: 查看内核版本 [root@qinghong ~]# uname -aLinux qinghong.cn 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ————————— 阅读全文
posted @ 2020-12-07 09:51 Bule_Comet 阅读(90) 评论(0) 推荐(0)