报错内容: Information:java: javacTask: 源发行版 8 需要目标发行版 1.8Information:java: Errors occurred while compiling module 'gulimall-common'Information:javac 1.8.0 ...
分类:
编程语言 时间:
2020-08-20 18:20:51
阅读次数:
74
环境:centos7,内核版本高于3.10 解释的话不多说,直接上才艺 查看当前内核版本 uname –r 更新centos yum –y update 如果安装过旧版本则卸载 yum remove docker docker-common docker-selinux docker-engine ...
分类:
其他好文 时间:
2020-08-11 10:42:52
阅读次数:
86
1. ModelsSortHelper import com.google.common.base.Strings; import org.springframework.beans.BeanUtils; import org.springframework.util.Assert; import ...
分类:
编程语言 时间:
2020-08-10 13:18:48
阅读次数:
82
练习:1、编写脚本systeminfo.sh,显示当前主机系统信息,包括:主机名,IPv4地址,操作系统版本,内核版本,CPU型号,内存大小,硬盘大小#!/bin/bashYELLOW=‘\e[1;33m‘RED=‘\e[1;31m‘END=‘\e[0m‘echo-e"${YELLOW}++++++++++++++++++++++++++++++++++++++++++${END}"echo-e"
分类:
系统相关 时间:
2020-08-10 09:32:20
阅读次数:
94
构造字符串 规定相同前缀数目 https://www.ancode.club/index.php/2020/08/07/acm7/ 1 #include<iostream> 2 #include<string.h> 3 #include<cmath> 4 using namespace std; 5 ...
分类:
其他好文 时间:
2020-08-08 23:44:12
阅读次数:
88
1.概述1.RPM包:RPM(原RedHatPackageManager,现在是一个递归缩写)由RedHat公司提出,被众多Linux发行版所采用也称二进制(binarycode)无需编译,可以直接使用无法设定个人设置,开关功能软件包示例(注意后缀):mysql-community-common-5.7.12-1.el7.x86_64.rpm认识RPM包:wget-1.14-18.el7_6.1.
分类:
系统相关 时间:
2020-08-07 09:56:03
阅读次数:
87
pycharm 添加时间: Live Template 添加一个 Template Group 命名为 Common 2.添加一个 Live Template 设置如下 Abbreviation: time Description : current time Template Text: \(ti ...
分类:
其他好文 时间:
2020-08-06 17:00:11
阅读次数:
56
一、Common包 Common用来封装一些常用的公共方法。 二、Dao包 Dao主要用来封装对数据库的新增,删除,查询,修改。叫做数据访问层。 三、Service包 服务层,相比Dao较高层次,可将多种方法封装起来。 四、Po包(Persistant Object) Po将数据库表中的记录在jav ...
分类:
编程语言 时间:
2020-08-06 11:55:05
阅读次数:
84