上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
  2017年5月9日
摘要: 在线HTTP POST/GET接口测试工具 http://www.atool.org/httptest.php 阅读全文
posted @ 2017-05-09 17:50 山高似水深 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 地址链接: http://abloz.com/hbase/book.html 里面包含基本的API和使用说明 阅读全文
posted @ 2017-05-09 17:49 山高似水深 阅读(165) 评论(0) 推荐(0) 编辑
  2017年3月31日
摘要: 1. 字符串长度函数:length 语法: length(string A) 返回值: int 说明:返回字符串A的长度 举例: hive> select length('abcedfg') from lxw_dual; 7 2. 字符串反转函数:reverse 语法: reverse(string 阅读全文
posted @ 2017-03-31 10:20 山高似水深 阅读(374) 评论(0) 推荐(0) 编辑
摘要: hive字符串分割函数 split(str, regex) - Splits str around occurances that match regexTime taken: 0.769 seconds, Fetched: 1 row(s) 返回值为一个数组 a.基本用法: 例1: split(' 阅读全文
posted @ 2017-03-31 10:18 山高似水深 阅读(7871) 评论(0) 推荐(0) 编辑
  2016年12月29日
摘要: String sql = "select comm,avg(price) from comm_saleprice where zone = ? and comm in (?,?,?,?,?,?,?,?) and price '0' GROUP BY comm " + "order by field(comm,?,?,?,?,?,?,?,?)"; ... 阅读全文
posted @ 2016-12-29 10:35 山高似水深 阅读(327) 评论(0) 推荐(0) 编辑
  2016年12月28日
摘要: package com.sycx.domain; public class ProByIDcard { public static String GetPro(String word){ String pro = "错误身份证号"; if(word.equals("11")){ pro = "北京市"; ... 阅读全文
posted @ 2016-12-28 10:25 山高似水深 阅读(437) 评论(0) 推荐(0) 编辑
  2016年12月23日
摘要: 执行Hive查询: Console是这样报错的 如果把同样的sql放到hive shell里面执行 报错是上面这样的 一般出现这种情况,你去filecache 下面去找这个目录,是找不到的 原因可能是硬盘或者网络等原因 导致这个目录没有写入进去,删除filecache下面的所有文件夹,重启yarn 阅读全文
posted @ 2016-12-23 11:44 山高似水深 阅读(20962) 评论(0) 推荐(0) 编辑
  2016年12月15日
摘要: 舍掉小数取整:Math.floor(3.5)=3 四舍五入取整:Math.rint(3.5)=4 进位取整:Math.ceil(3.1)=4 舍掉小数取整:Math.floor(3.5)=3 四舍五入取整:Math.rint(3.5)=4 进位取整:Math.ceil(3.1)=4 阅读全文
posted @ 2016-12-15 17:53 山高似水深 阅读(313) 评论(0) 推荐(0) 编辑
  2016年12月13日
摘要: 状态名 作用域 详细解释 Aborted_clients Global 由于客户端没有正确关闭连接导致客户端终止而中断的连接数 Aborted_connects Global 试图连接到MySQL服务器而失败的连接数 Binlog_cache_disk_use Global 使用临时二进制日志缓存但 阅读全文
posted @ 2016-12-13 14:50 山高似水深 阅读(259) 评论(0) 推荐(0) 编辑
  2016年12月12日
摘要: 本文属于http://java.chinaitlab.com/base/803353.html原创!!! public class PinYin2Abbreviation { // 简体中文的编码范围从B0A1(45217)一直到F7FE(63486) private static int BEGIN = 45217; private static i... 阅读全文
posted @ 2016-12-12 09:59 山高似水深 阅读(2633) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页

购买方式 点击下面图标购买