<script> axios.defaults.baseURL='http://localhost:8080/student';//配置全局属性 axios.defaults.timeout=10000;//超时10s axios.get('getAllstudent').then(res=>{// ...
分类:
移动开发 时间:
2020-12-30 10:59:44
阅读次数:
0
一、iostat # iostat Linux 3.10.0-957.el7.x86_64 (localhost.localdomain) 2020年10月10日 _x86_64_ (3 CPU) avg-cpu: %user %nice %system %iowait %steal %idle 0 ...
分类:
移动开发 时间:
2020-12-29 10:58:43
阅读次数:
0
一、filter常用规则 1、REJECT 拒绝 例:拒绝来自85主机的tcp类型的请求 iptables -t filter -I INPUT -s 192.168.2.85 -d 192.168.2.93 -p tcp -j REJECT 2、ACCEPT 允许 -s: 匹配源地址 # 源 IP ...
分类:
其他好文 时间:
2020-12-29 10:58:10
阅读次数:
0
Samba服务器安装和配置 1:安装Samba服务器软件包 [root@localhost ~]# rpm -qa | grep samba [root@localhost ~]# yum -y install samba [root@localhost ~]# yum -y install sam ...
分类:
系统相关 时间:
2020-12-28 11:07:28
阅读次数:
0
一、编译部署Nginx 1.12 安装配置: [root@localhost ~]# groupadd nginx [root@localhost ~]# useradd -s /sbin/nologin -g nginx -M nginx [root@localhost ~]# systemctl ...
分类:
其他好文 时间:
2020-12-28 10:59:10
阅读次数:
0
项目占用内存有点大,进程总被杀死,设置一下虚拟内存试试 一、先查看一下自己的服务器swap大小 [root@localhost ~] free -h # 下面显示的 Swap 即为我们的虚拟内存(我的内存条为4G的) total used free shared buff/cache availab ...
分类:
其他好文 时间:
2020-12-25 12:53:03
阅读次数:
0
环境准备:系统镜像:CentOS-7-x86_64-DVD-2009.isoZabbix源码包:zabbix-5.2.2.tar.gz官方网址:https://www.zabbix.com/cn/download_sources直接使用迅雷下载:http://192.168.1.9/zabbix-5.2.2.tar.gz?fid=8SzoZHHht0OP1q5RQkkdo87-RQtNSS0BAA
分类:
数据库 时间:
2020-12-25 12:38:17
阅读次数:
0
一、MySQL数据库结构分层 1.1库名,表名,列名,数据库用户等 Mysql数据库结构示例: 数据库A zblog = www.zblog.com 表名 列名(字段) 数据 数据库B dede = www.dede.com 表名 列名(字段) 数据 PS: 数据库A及B都属于Mysql数据库里面的 ...
分类:
数据库 时间:
2020-12-25 12:04:24
阅读次数:
0
由于centos7安装后,YUM源服务器在国外下载比较慢,所以更换为国内YUM源 1、清空原YUM源配置文件 [root@localhost ~]#cd /etc/yum.repos.d [root@localhost yum.repos.d]# rm -rf * 2、下载阿里yum源配置文件 [r ...
分类:
其他好文 时间:
2020-12-25 11:50:31
阅读次数:
0
错误: Server Tomcat v8.5 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the ...
分类:
其他好文 时间:
2020-12-24 11:42:44
阅读次数:
0