摘要: 参考:https://blog.csdn.net/u012453843/article/details/69803244 解决执行脚本报syntax error: unexpected end of file或syntax error near unexpected token `fi'错误的问题 阅读全文
posted @ 2018-07-02 15:36 caiqingfei 阅读(692) 评论(0) 推荐(0) 编辑
摘要: 参考: http://www.woshipm.com/pd/597257.html 阅读全文
posted @ 2018-06-29 14:32 caiqingfei 阅读(1374) 评论(0) 推荐(1) 编辑
摘要: .split(",", -1);和.split(",")的区别在于://eg:String a="河南省,,金水区".//a.split(",")=[河南省,金水区 ],而a.split(",",-1)=[河南省, ,金水区 ]。.split(",", -1);会保存空值。 阅读全文
posted @ 2018-05-28 16:15 caiqingfei 阅读(1713) 评论(0) 推荐(0) 编辑
摘要: 1,shell脚本如何获取时间 2,shell脚本如何传入参数 3,shell脚本并发执行 阅读全文
posted @ 2018-05-18 15:43 caiqingfei 阅读(872) 评论(0) 推荐(0) 编辑
摘要: !! 阅读全文
posted @ 2018-05-17 09:16 caiqingfei 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/xuezhisdc/article/details/52346800 参考:https://blog.csdn.net/qq_19558705/article/details/50436583 阅读全文
posted @ 2018-05-16 18:09 caiqingfei 阅读(7694) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2018-05-16 18:03 caiqingfei 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 常用API 阅读全文
posted @ 2018-05-16 17:41 caiqingfei 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 转自 http://new-restart.iteye.com/blog/1416765 sql like 通配符 模糊查询技巧及特殊字符 sql like 通配符 模糊查询技巧及特殊字符 1,SQL like对时间查询的处理方法 SQL数据表中有savetime(smalldatetime类型)字 阅读全文
posted @ 2018-05-12 14:09 caiqingfei 阅读(6246) 评论(0) 推荐(0) 编辑
摘要: 大自然的搬运工: 参考: 使用Python编写Hive UDF https://www.iteblog.com/archives/2329.html 使用 Python 编写 Hive UDF 环境问题 https://www.iteblog.com/archives/2309.html 阅读全文
posted @ 2018-05-12 11:01 caiqingfei 阅读(3077) 评论(0) 推荐(0) 编辑