1 概述 VirtualBox安装完CentOS8后无法调节分辨率,需要安装额外的工具。 2 安装依赖包 首先确保虚拟机能正常连接网络,然后安装:kernel、kernel-core、kernel-modules、kernel-devel、gcc、make、perl、elfutils-libelf- ...
分类:
其他好文 时间:
2020-08-25 15:53:57
阅读次数:
56
1、zabbix数据库密码需要在配置文件中写好 vi /etc/zabbix/zabbix_server.conf DBName=zabbix DBUser=root --你的mysql用户名 DBPassword=123456 --根据你的密码填写 2、字体乱码 在有网络的情况下: yum -y ...
分类:
其他好文 时间:
2020-08-25 15:40:25
阅读次数:
68
错误: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleService': Unsatisfied dependency expressed th ...
分类:
其他好文 时间:
2020-08-24 17:00:23
阅读次数:
75
安装Git yum -y install git 下载Gitea,下载最新的版本可以参考https://dl.gitea.io/gitea wget -O gitea https://dl.gitea.io/gitea/1.12.3/gitea-1.12.3-linux-amd64 在下载到Gite ...
分类:
其他好文 时间:
2020-08-20 19:18:33
阅读次数:
90
MX Linux项目今天上传了备受期待的MX Linux 19.2 KDE 版的最终版本,这是自MEPIS Linux结束以来,第一个使用KDE Plasma桌面环境正式支持的MX Linux。 自一个月前首次发布以来,我一直在关注MX Linux发行版的第一个KDE Plasma版本。通常,MX ...
分类:
系统相关 时间:
2020-08-20 19:17:37
阅读次数:
156
待测试的服务接口: public interface ItemService { String getItemNameUpperCase(String itemId); } 预览 待测试的服务的实现类: @Service public class ItemServiceImpl implements ...
分类:
编程语言 时间:
2020-08-19 19:57:15
阅读次数:
70
1.Curl 命令 # 建立索引 [root@dbtest01 ~]# curl -XPUT 'http://10.0.0.121:9200/test' # 插入数据 [root@dbtest01 ~]# curl -XPUT 'localhost:9200/student/user/1?prett ...
分类:
其他好文 时间:
2020-08-19 19:53:11
阅读次数:
64
NFS安装yuminstallnfs*rpcbind-yecho"/ssf*(rw,no_root_squash,no_all_squash,sync)">>/etc/exportsservicerpcbindstartservicenfsstartchmod766/ssf配置文件详解vim/etc/exports/data/lys192.168.2.0/24(rw,no_root_s
分类:
其他好文 时间:
2020-08-18 13:40:28
阅读次数:
68
//去掉数组中重复的对象functionremoveResove(arr){for(leti=0;i<arr.length;i++){lettem=arr[i]for(letj=i+1;j<arr.length;j++){if(JSON.stringify(tem)==JSON.stringify(arr[j])){arr.splice(j,1)}}}returnarr;}
分类:
编程语言 时间:
2020-08-18 13:21:25
阅读次数:
54
下载source files - 18.3 Kb Introduction 我们使用RealVNC来远程控制我们的网络中的pc机,VNC是一个伟大的产品,但如果不记住计算机名称,它可以是乏味的,在网络邻里找到计算机,然后复制计算机名称到VNC连接屏幕,所以我开发了这个Shell扩展。 VNC是什么? ...
分类:
系统相关 时间:
2020-08-17 17:30:04
阅读次数:
76