1、查找/var目录下属主为root,且属组为mail的所有文件 有目录没有文件,-type f [14:29:30 root@centos7 ~]#find /var -user root -a -group mail -ls 67142179 4 drwxrwxr-x 2 root mail 4 ...
分类:
其他好文 时间:
2021-04-08 13:25:06
阅读次数:
0
HTML(四)超链接标签 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>LinkLabelStudy</title> </head> <body> <a name="top"></a> <!--a标签 超文 ...
分类:
Web程序 时间:
2021-04-06 14:05:20
阅读次数:
0
dungeon quest,又名暗黑遗迹,勇闯地下城 此处博主还是推荐玩google商店里面的dungeon quest,可以将存档存入云端,随时恢复 玩了半天后发现这个游戏是可以修改,擦,这还不直接起飞: 修改无限粉 所谓粉就是可以用来换红装绿装那个粉,是一个伞壮的材料 修改办法:打开粉换装备的页 ...
分类:
其他好文 时间:
2021-03-29 11:38:42
阅读次数:
0
create table customer row format SERDE 'org.apache.hadoop.hive.serde2.avro.AvroSerDe'stored as inputformat 'org.apache.hadoop.hive.ql.io.avro.AvroCont ...
分类:
其他好文 时间:
2021-03-03 12:21:19
阅读次数:
0
sharding: jdbc: config: sharding: tables: myorder: key-generator-column-name: id #主键 actual-data-nodes: db$->{0..1}.myorder_$->{0..1} #分库策略 database‐s ...
分类:
数据库 时间:
2021-02-22 12:45:00
阅读次数:
0
一、关闭本机的sendmail服务或者postfix服务 #sendmial service sendmail stop chkconfig sendmail off #postfix service postfix stop chkconfig postfix off 二、安装mailx yum ...
分类:
系统相关 时间:
2021-02-17 14:09:35
阅读次数:
0
linux下配置邮件发送器postfix 开始之前必须先配置 dns域名解析 详见另一篇博客 安装postfix服务器并进行配置 可能postfix在系统安装过程中已经安装了此服务,可以使用下面的命令查询 rpm -q postfix 如果没有可以手动安装: yum install -y postf ...
分类:
系统相关 时间:
2021-02-10 13:17:31
阅读次数:
0
这几种邮件收、发协议虽然认识很久了,但是都没有深入的了解过,今天给大家来分享一下,这三种邮件协议的前世今生 ##POP3 POP3,全称为"post office protocol-version3",即邮局协议版本3。是TCP/IP协议族中的一员,由RFC1939定义,本协议主要用于支持使用客户端 ...
分类:
其他好文 时间:
2021-02-08 11:53:57
阅读次数:
0
#!/bin/sh # 遍历仓库里的 commit log, 替换author git filter-branch --env-filter ' an="$GIT_AUTHOR_NAME" am="$GIT_AUTHOR_EMAIL" cn="$GIT_COMMITTER_NAME" cm="$GI ...
分类:
其他好文 时间:
2021-01-29 12:22:43
阅读次数:
0
安装及初始化 清华源镜像 # 安装 [root@ubuntu1804:~]# dpkg -i gitlab-ce_13.7.1-ce.0_amd64.deb # 修改配置文件 [root@ubuntu1804:~]# vim /etc/gitlab/gitlab.rb external_url 'h ...
分类:
其他好文 时间:
2021-01-14 10:38:08
阅读次数:
0