file-->setting-->plugins点击下方的 browse repositories。 搜索lombok plugin。安装后,重启。file-->setting-->build,excecution,deployment-->compiler-->annotation process ...
分类:
其他好文 时间:
2020-01-12 22:24:13
阅读次数:
679
1、添加清华大学软件源: 将以下内容写入 /etc/yum.repos.d/CentOS-Base.repo 选择你的 CentOS 版本: # CentOS-Base.repo # # The mirror system uses the connecting IP address of the ...
分类:
其他好文 时间:
2020-01-12 21:46:34
阅读次数:
323
Linux downloads (Debian) 首先创建一个文件 命令是sodu /etc/apt/sources.list.d/pgdg.list 并加入 deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main 更新列表: w ...
分类:
数据库 时间:
2020-01-12 20:01:06
阅读次数:
217
Spring 框架,即framework。是对特定应用领域中的应用系统的部分设计和实现的整体结构。就相当于让别人帮你完成一些基础工作,它可以处理系统很多细节问题,而且框架一般是成熟,稳健的。 Spring概述 Spring是一个IOC(DI)和AOP容器框架 Spring的优良特性 ① 非侵入式:基 ...
分类:
编程语言 时间:
2020-01-12 17:57:48
阅读次数:
89
Git使用file-settings-搜索“git"-GitHub-add souch 登录git 创建本地仓库再提交:VCS-Import into Version Control Great Git Reposiroty 创建本地仓库 右击项目 Git 先add、再Commit Director ...
分类:
其他好文 时间:
2020-01-12 13:48:45
阅读次数:
79
记录一次升级非官方kernel 5.4.10-1.el7.elrepo [root@va32llufweb03 ~]# cd /etc/yum.repos.d/ [root@va32llufweb03 yum.repos.d]# ls CentOS-Base.repo CentOS-Debuginf ...
分类:
其他好文 时间:
2020-01-12 13:26:16
阅读次数:
83
一、<!--?xml version="1.0" encoding="UTF-8"?--> 首先,需要编辑项目的pom.xml文件,配置distributionManagement元素 distributionManagement包含repository和snapshotRepository子元素, ...
分类:
其他好文 时间:
2020-01-12 13:24:40
阅读次数:
79
yum install xorg-x11-xauth xorg-x11-fonts-* xorg-x11-font-utils xorg-x11-fonts-Type1 fcitx* wget -y wget /etc/yum.repos.d/epel.repo http://mirrors.ali ...
分类:
其他好文 时间:
2020-01-11 22:34:37
阅读次数:
108
1. 安装 android studio,碰到下面这个图片,直接跳过。 2. 新建工程后,gradle sync 比较慢,可以 修改工程中的 build.gradle 这个文件,修改如下: 然后重启 android studio,选择 file sync project with gradles f ...
分类:
移动开发 时间:
2020-01-11 13:05:08
阅读次数:
106
CentOS8现已可使用国内的aliyun阿里云镜像站,方法如下: 用cd命令切换到yum.repos目录,备份原始的3个repo文件:cd /etc/yum.repos.d/sudo cp CentOS-AppStream.repo CentOS-AppStream.repo.baksudo cp ...
分类:
其他好文 时间:
2020-01-10 15:56:38
阅读次数:
584