摘要: ps -aux 查看进程 kill -9 进程ID https://blog.csdn.net/qq_41901122/article/details/113690354 阅读全文
posted @ 2022-09-02 16:15 lovleo 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 1 安装必备软件 apt install vim curl wget -y 2 查看ip配置 cat /etc/netplan/00-installer-config.yaml 结果 # This is the network config written by 'subiquity' networ 阅读全文
posted @ 2022-08-31 18:54 lovleo 阅读(2796) 评论(0) 推荐(0) 编辑
摘要: 1、防火墙 CentOS升级到7之后,发现无法使用iptables控制Linuxs的端口,google之后发现Centos 7使用firewalld代替了原来的iptables。下面记录如何使用firewalld开放Linux端口: 查看防火墙状态 systemctl status firewall 阅读全文
posted @ 2022-08-29 13:58 lovleo 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 下载文件: jdk-8u241-linux-x64.tar.gz https://blog.csdn.net/lishuoboy/article/details/114689492 https://www.oracle.com/java/technologies/oracle-java-archiv 阅读全文
posted @ 2022-08-29 13:55 lovleo 阅读(977) 评论(0) 推荐(0) 编辑
摘要: user www-data; worker_processes auto; pid /run/nginx.pid; events { worker_connections 768; # multi_accept on; } http { ## # Basic Settings ## sendfile 阅读全文
posted @ 2022-08-29 13:43 lovleo 阅读(494) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/emergencysun/article/details/124229238 https://downloads.mysql.com/archives/community/ 阅读全文
posted @ 2022-08-29 11:44 lovleo 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 在用户管理权限配置sudoers中加配一条默认环境变量 vim /etc/sudoers Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin:/mydata/jdk1.8.0_151/bin root ALL=(ALL:ALL) ALL %adm 阅读全文
posted @ 2022-08-29 11:22 lovleo 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 原文:https://wenku.baidu.com/view/e03c3b0ebe64783e0912a21614791711cc797994.html 1.VO(View Object): 视图对象,⽤于展⽰层,它的作⽤是把某个指定页⾯(或组件)的所有数据封装起来。 2.DTO(Data Tra 阅读全文
posted @ 2022-06-23 11:16 lovleo 阅读(2217) 评论(0) 推荐(0) 编辑
摘要: 实现类似gitlab导航栏的全局加载动画效果 参考文档: https://mobx.js.org/getting-started.html npm install --save mobx npm install --save mobx-react-lite 1. 创建Mobx组件 import {a 阅读全文
posted @ 2022-06-22 17:47 lovleo 阅读(94) 评论(0) 推荐(0) 编辑
摘要: https://archive.apache.org/dist/tomcat/tomcat-connectors/native/ 阅读全文
posted @ 2022-05-18 11:38 lovleo 阅读(98) 评论(0) 推荐(0) 编辑