# cat -A tmp.tmp 120.4987 12.717858^M$ ^M 对应的字符是 \r # cat tmp.txt | awk -vRS='\r\n' '{print $2,$1}' 或者转换格式文件 yum install dos2unix -y dos2unix tmp.tmp ...
写公钥 ssh-keygen -t rsa # 生成key (echo -e "\n\n"; cat id_rsa.pub; echo -e "\n\n") > /tmp/key.txt # 前后加换行 cat /tmp/key.txt | redis-cli -h 59.xx.xx.157 -x ...
分类:
其他好文 时间:
2021-05-24 13:41:02
阅读次数:
0
日志管理 在 /var/log lastlog 命令查看用户最后一次登录情况 案例 cat secure 查看登录的安全信息 时间 主机名 事件或服务或程序 事件信息描述 日志管理服务 rsyslogd ps -aux | grep rsyslogd | -v grep (-v反向匹配,) syst ...
分类:
系统相关 时间:
2021-05-24 13:40:41
阅读次数:
0
方案一: 如果是集成CDH环境,首先检查/etc/hive/conf目录下是不是有atlas-application.properties文件,如果没有,从atlas路径下copy一份过去 方案二: 如果确认文件已经有了,导入还是报错,强行修改import-hive.sh文件,指定HIVE_CP=/ ...
分类:
其他好文 时间:
2021-05-24 13:38:19
阅读次数:
0
The main working components of the hammer crusher are hammer and rotor, which has great influence to the hammer crusher. ...
分类:
其他好文 时间:
2021-05-24 13:30:28
阅读次数:
0
#1.方式1 data=[ {"cat_id":1,"name":"北京","parent_id":0}, {"cat_id":2,"name":"上海","parent_id":0}, {"cat_id":3,"name":"沙河","parent_id":1}, {"cat_id":4,"nam ...
分类:
其他好文 时间:
2021-05-24 13:21:10
阅读次数:
0
使用: 1、在build.gradle中添加 // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories ...
分类:
其他好文 时间:
2021-05-24 13:15:41
阅读次数:
0
JavaScript的学习 什么是javascript,如下简称JS JS是用来与用户交互的语言,实现浏览器与用户之间交互,实现页面动画、特效、等等... 正式使用js js的两种引入方式 内嵌式的引入方式(建议写在head标签中) <!DOCTYPE html> <html> <head> <me ...
分类:
编程语言 时间:
2021-05-24 13:12:07
阅读次数:
0
序言 资料 WPF开源项目整理 DMSkin ...
v-on绑定事件 v-on的用法 v-on的基本使用 v-on参数传递 v-on的修饰符 08_v-on的基本使用.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-C ...
分类:
其他好文 时间:
2021-05-24 13:08:28
阅读次数:
0