摘要:
参考:https://blog.csdn.net/u012453843/article/details/69803244 解决执行脚本报syntax error: unexpected end of file或syntax error near unexpected token `fi'错误的问题 阅读全文
摘要:
参考: http://www.woshipm.com/pd/597257.html 阅读全文
摘要:
.split(",", -1);和.split(",")的区别在于://eg:String a="河南省,,金水区".//a.split(",")=[河南省,金水区 ],而a.split(",",-1)=[河南省, ,金水区 ]。.split(",", -1);会保存空值。 阅读全文
摘要:
1,shell脚本如何获取时间 2,shell脚本如何传入参数 3,shell脚本并发执行 阅读全文
摘要:
转自:https://blog.csdn.net/xuezhisdc/article/details/52346800 参考:https://blog.csdn.net/qq_19558705/article/details/50436583 阅读全文
摘要:
阅读全文
摘要:
常用API 阅读全文
摘要:
转自 http://new-restart.iteye.com/blog/1416765 sql like 通配符 模糊查询技巧及特殊字符 sql like 通配符 模糊查询技巧及特殊字符 1,SQL like对时间查询的处理方法 SQL数据表中有savetime(smalldatetime类型)字 阅读全文
摘要:
大自然的搬运工: 参考: 使用Python编写Hive UDF https://www.iteblog.com/archives/2329.html 使用 Python 编写 Hive UDF 环境问题 https://www.iteblog.com/archives/2309.html 阅读全文