2020/8/10

linux发送文件

yum -y install mailx echo 正文内容 | mail -s 测试内容 XXXX@163.com

  • linux
  • 2020/8/10
  • helei
  • 763
  • 2020/8/10

    linux搭建邮件服务器

    linux搭建邮件服务器 一、概述:   在配置邮件服务器之前,先解释几个概念。   通常使用Email都很容易,但是Internet的邮件系统是通过几个复杂的部分连接而成的,对于最终用户而言,我们熟悉的Outlook,Foxmai…

  • linux
  • 2020/8/10
  • helei
  • 941
  • 2020/8/10

    git提交操作

    git add README.md git commit -m "first commit" git remote add origin  xxxx git push -u origin master

  • github
  • 2020/8/10
  • helei
  • 1,015
  • 2020/8/9

    fatal: unable to access ‘https://gitee.com/hl1064974123/MyUniShop.git/’: error setting certificate verify locations: CAfile: D:\installation\Git\mingw64\ssl\certs\ca-bundle.crt CApath: none

    查看所述目录文件是否存在,不存在重新安装git或者 git config --system http.sslverify false

  • github
  • 2020/8/9
  • helei
  • 913
  • 2020/8/8

    display flex自动换行

    flex-wrap: wrap;

  • css
  • 2020/8/8
  • helei
  • 802
  • 2020/8/8

    css文字删除线/下划线text-decoration

    值 描述 none 默认。定义标准的文本。 underline 定义文本下的一条线。 overline 定义文本上的一条线。 line-through 定义穿过文本下的一条线。 blink 定义闪烁的文本。 inherit 规定应该从父元素继…

  • css
  • 2020/8/8
  • helei
  • 1,248
  • 2020/8/8

    display:flex子元素居右显示

    flex:1 text-algin:right;

  • css
  • 2020/8/8
  • helei
  • 1,004