上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 45 下一页
摘要: cd - 阅读全文
posted @ 2020-02-24 16:05 Questions张 阅读(558) 评论(0) 推荐(0)
摘要: 命令行模式常见的快捷键: dd 删除当前行 dG 删除光标当前及以下的所有行 ndd 删除光标当前及以下的n行 gg 跳转到第一行的第一个字母 G 跳转到最后一行的第一个字母 shift+$ 行尾shift+A 行尾并进入编辑模式 shift + : 尾行模式 gg + dG 阅读全文
posted @ 2020-02-24 15:55 Questions张 阅读(439) 评论(0) 推荐(0)
摘要: alias cp='cp -i' alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' alias grep='grep --color=auto' alias l.='ls -d .* --color=auto' ali 阅读全文
posted @ 2020-02-24 14:56 Questions张 阅读(385) 评论(0) 推荐(0)
摘要: mkdir命令 参数 -p: 创建mydir目录以及mydir目录下面的dir_test文件。允许创建目录及子目录 -m:创建指定权限的目录 创建usr目录 以及 子目录javamkdir -p /usr/java 创建权限为777的目录Java mkdir -m 777 java 阅读全文
posted @ 2020-02-24 11:28 Questions张 阅读(1937) 评论(0) 推荐(0)
摘要: at xxx.log | grep -A 10 ERROR 后10行 cat xxx.log | grep -B 10 ERROR 前10行 cat xxx.log | grep -C 30 ERROR 前后各30行 经常用 迅速定位ERROR上下文 阅读全文
posted @ 2020-02-24 11:24 Questions张 阅读(4607) 评论(0) 推荐(0)
摘要: cat /dev/null > demo.log 把一个文件设置为空 阅读全文
posted @ 2020-02-24 08:22 Questions张 阅读(443) 评论(0) 推荐(0)
摘要: 1 下载并解压presto https://prestodb.io/ 我下载的版本是 presto-server-328.tar.gz 2 修改配置文件 创建数据存放目录 mkdir /wm1/var/presto/data etc/node.properties node.environment= 阅读全文
posted @ 2020-02-21 11:28 Questions张 阅读(337) 评论(0) 推荐(0)
摘要: 1 下载对应的hive安装包,cdh官方的下载镜像找到对应的hive版本 http://archive.cloudera.com/cdh5/cdh/5/ 2 下载好的tar包hive-1.1.0-cdh5.16.1.tar.gz ,并解压 tar -zvxf hive-1.1.0-cdh5.16.1 阅读全文
posted @ 2020-02-21 10:59 Questions张 阅读(833) 评论(0) 推荐(0)
摘要: 1 详细异常 ailure to find com.talkilla:talkilla-common:jar:sources:1.0-SNAPSHOT in http://new.nexus.jiushiyaokuaile.cn/nexus/content/groups/public was cac 阅读全文
posted @ 2020-02-21 09:50 Questions张 阅读(925) 评论(0) 推荐(0)
摘要: 1 详细异常 error: error while loading Object, Missing dependency 'class scala.reflect.ScalaSignature in compiler mirror', required by /Applications/Intell 阅读全文
posted @ 2020-01-12 12:35 Questions张 阅读(2646) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 45 下一页