2021年8月27日
摘要: docker exec -it {$discover-containerID} bash kubectl get pod | grep yarnkubectl exec -it <containID> bash 阅读全文
posted @ 2021-08-27 12:08 小网民 阅读(27) 评论(0) 推荐(0) 编辑
2020年1月9日
摘要: public class SubStringTest { @Test public void test() { String s = "北京市丰台区东铁营街道政馨园社区1区1号楼1层"; System.out.println(subString(s, 58)); } public static String subString(String source, int length) { String 阅读全文
posted @ 2020-01-09 23:59 小网民 阅读(1274) 评论(0) 推荐(0) 编辑
2019年7月3日
摘要: 执行hbase zkcli后报错信息如下: 15/10/02 15:17:55 INFO zookeeper.ZooKeeper: Client environment:java.library.path=/opt/cloudera/parcels/CDH-5.4.5-1.cdh5.4.5.p0.7 阅读全文
posted @ 2019-07-03 13:48 小网民 阅读(694) 评论(0) 推荐(0) 编辑
2019年6月12日
摘要: Kerberos Ticket管理 本章介绍如何管理您的Kerberos Ticket,这里的Ticket是指Ticket-Granting-Ticket(TGT),是您访问集群中服务的凭证。我们假设您已经有自己的principal和密码(或者keytab),如果您还没有这些信息,请联系您的系统管理 阅读全文
posted @ 2019-06-12 21:09 小网民 阅读(2619) 评论(0) 推荐(0) 编辑
2016年6月3日
摘要: 1、首先在Informix数据库安装根目录的etc文件夹下找到名为ONCONFIG.on_xxxx的配置文件; 2、打开ONCONFIG.on_xxxx文件,在第409行的位置找到TAPEDEV \\.\TAPE0,将\\.\TAPE0替换为有效的路径,可引用Informix自带的变量,将其更改为$ 阅读全文
posted @ 2016-06-03 11:11 小网民 阅读(1393) 评论(1) 推荐(1) 编辑
2016年3月11日
摘要: Command line instructions Git global setup git config --global user.name "bingo" git config --global user.email "xxxxx@126.com" Create a new repositor 阅读全文
posted @ 2016-03-11 10:51 小网民 阅读(216) 评论(0) 推荐(0) 编辑
2015年11月10日
摘要: git更新错误:Can't update: no tracked branch No tracked branch configured for branch master. To make your branch track a remote branch call... 阅读全文
posted @ 2015-11-10 11:51 小网民 阅读(4037) 评论(0) 推荐(0) 编辑
2015年10月26日
摘要: 第一步:(安装工具包)sudo yum install curl openssh-server postfix croniesudo service postfix startsudo chkconfig postfix onsudo lokkit -s http -s ssh第二步:(安装ruby... 阅读全文
posted @ 2015-10-26 10:57 小网民 阅读(4463) 评论(0) 推荐(0) 编辑
2015年10月15日
摘要: 转自http://www.blogjava.net/Todd/archive/2009/10/09/297590.html一、没有使用代理服务器的情况: REMOTE_ADDR = 您的 IP HTTP_VIA = 没数值或不显示 HTTP_X_FORWARDED_FOR = 没数值或不显示二、使... 阅读全文
posted @ 2015-10-15 10:31 小网民 阅读(221) 评论(0) 推荐(0) 编辑
2015年9月9日
摘要: http://www.androiddevtools.cn/ 阅读全文
posted @ 2015-09-09 12:03 小网民 阅读(109) 评论(0) 推荐(0) 编辑