摘要:
https://www.jianshu.com/p/f9bcf52f4321
阅读全文
posted @ 2019-08-28 16:06
七月逆流
阅读(275)
推荐(0)
摘要:
1.在/etc/init.d/目录下创建tomcat服务脚本文件 内容如下 2.赋权 3.加入系统自启 4.reboot,验证 一般情况下,启动是没有问题的。 这里多说点儿,因为CentOS7的自启动服务开始由systemctl逐渐替代了早期版本中的chkconfig和service形式。 这里我尝
阅读全文
posted @ 2019-07-20 11:55
七月逆流
阅读(1435)
推荐(0)
摘要:
https://newops.cn/15051223976628.html https://www.myssl.cn/home/article-0406-42.html
阅读全文
posted @ 2019-04-25 11:18
七月逆流
阅读(180)
推荐(0)
摘要:
https://www.whatismyip.com https://www.ip.cn
阅读全文
posted @ 2019-03-24 00:43
七月逆流
阅读(157)
推荐(0)
摘要:
显示全部文件 defaults write com.apple.finder AppleShowAllFiles -bool true osascript -e 'tell application "Finder" to quit' 不显示全部文件 defaults write com.apple.
阅读全文
posted @ 2019-03-22 01:25
七月逆流
阅读(165)
推荐(0)
摘要:
brew info gradle
阅读全文
posted @ 2019-03-18 16:49
七月逆流
阅读(1752)
推荐(0)
摘要:
参考: 1.https://www.jianshu.com/p/f404994e2843 2.https://xclient.info/s/intellij-idea.html#versions 3.https://xclient.info/a/f0b9738a-36fd-8a97-a966-0d3
阅读全文
posted @ 2019-03-17 00:00
七月逆流
阅读(269)
推荐(0)
摘要:
问题 把CentOS都换成了Ubuntu Server(16.04 LTS),用df -h查看磁盘占用情况,确发现之前插入的一块大容量磁盘/dev/sdb1消失了。是磁盘坏了?还是没被系统识别? 解决 (1) 用命令fdisk -l查看新磁盘是否被系统识别 可见sdb1是存在的,只需要mount就好
阅读全文
posted @ 2019-03-14 14:01
七月逆流
阅读(417)
推荐(0)
摘要:
查阅相关文献并总结了在产品生命周期内比较重要的四类文档—BRD、MRD、PRD、FSD各自的含义以及用法。 BRD 1.含义:BRD(business requirement document)— 商业需求文档 2.作用:商业需求文档主要用来阐述产品的宏观方向,包括产品的定位、核心价值和作用、发展方
阅读全文
posted @ 2019-03-13 22:06
七月逆流
阅读(1732)
推荐(0)
摘要:
rancher查看容器name 查看pod的日志 容器内执行命令 查看服务是否正常启动
阅读全文
posted @ 2019-02-27 16:48
七月逆流
阅读(121)
推荐(0)