上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: /** * 由SshConfig配置获取一个Session * @param conf * @return */ public static Session createSession(SshConfig conf){ LOG.info("try connect to " + conf.getHostIp() + ",usern... 阅读全文
posted @ 2016-11-18 11:20 life_start 阅读(934) 评论(0) 推荐(0) 编辑
摘要: 1、遍历删除本地目录 2、文件末尾追加内容 3、按行读取文件内容 阅读全文
posted @ 2016-11-18 11:17 life_start 阅读(268) 评论(0) 推荐(0) 编辑
摘要: /** index mappingname originalname datatype family 0 task_id taskIndexCode STRING info 1 task_type resourceDescType INT32 info 2 camera_index_code cam 阅读全文
posted @ 2016-11-08 19:15 life_start 阅读(246) 评论(0) 推荐(0) 编辑
摘要: /** * 通过正则获取该目录下满足条件的所有目录 * @param luceneFilePathRegular 正则目录,如/user/solrindex/正则表达式 * @return 满足正则表达式的目录集合 list */ public static List fetchDirByRegularLinux(String luceneFi... 阅读全文
posted @ 2016-11-08 18:52 life_start 阅读(147) 评论(0) 推荐(0) 编辑
摘要: package com.hikvision.java.array; import java.util.ArrayList; import java.util.Arrays; /** 关于数组的常用处理方法 */ public class ArrayUtils { public static void 阅读全文
posted @ 2016-10-31 18:58 life_start 阅读(202) 评论(0) 推荐(0) 编辑
摘要: package com.hikvision.java.file.filesize;/* * Project: HbaseTest * Address: http://www.hikvision.com * Date: 2016/10/31 10:02 * Description: This content is limited to use in Hikivision Research ... 阅读全文
posted @ 2016-10-31 11:05 life_start 阅读(485) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-10-27 19:26 life_start 阅读(0) 评论(0) 推荐(0) 编辑
摘要: isExecSuccess=false; exitCode=-1; Thread newThread=new Thread(new Runnable() { @Override public void run() { try { exitCode= process.w... 阅读全文
posted @ 2016-10-26 16:29 life_start 阅读(321) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-10-26 16:27 life_start 阅读(1) 评论(0) 推荐(0) 编辑
摘要: package com.hikvision.hbase.vertify.test; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseConfiguration; import org.apache.hadoop.hbase.client.*; import org.apache.h... 阅读全文
posted @ 2016-10-25 10:52 life_start 阅读(3382) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页