运维
文章平均质量分 55
克里克浅
从事并专注于移动互联开发,追求卓越技术,瞻延领域,完美品质和巅峰价值
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx 其他端口代理到80端口
server { listen 80; server_name www.baidu.com; location / { proxy_pass http://139.196.187.111:8080; }}server下的结点:listen:监听80端口server_name...原创 2018-09-26 11:18:39 · 8967 阅读 · 0 评论 -
linux
安装的NodeJS获取资源的NodeJS获取资源的NodeJS#4.x版curl --silent --location https://rpm.nodesource.com/setup_4.x | bash - #5.x的curl --silent --location https://rpm.nodesource.com/setup_5.x | bash - #0.10...原创 2018-12-12 11:37:34 · 152 阅读 · 0 评论 -
springboot jar linux部署
命令 nohup java -jar bbx-1.0.0.jar >log.file 2>&1 &执行nohup命令的时候,经常会出现下面这种没有写入权限的错误。nohup: ignoring input and appending output to `nohup.out'nohup: failed to run command `/etc/nginx_ch...转载 2019-05-30 16:22:42 · 306 阅读 · 0 评论
分享