摘要: package com.test; public class test_3 { public static void main(String[] args) { System.out.println(); dog a =new dog(); a.setName("test"); a.eat(); a 阅读全文
posted @ 2020-05-15 09:30 雨曼晴川 阅读(97) 评论(0) 推荐(0)
摘要: 一、环境 系统:centos 7 sendmail:sendmail.x86_64 0:8.14.7-5.el7 mailx版本:mailx-12.5-19.el7.x86_64 二、软件安装: 1、安装 sendmail #: yum -y install sendmail 2、安装mailx # 阅读全文
posted @ 2020-05-15 08:18 雨曼晴川 阅读(389) 评论(0) 推荐(0)