摘要:
问题:git pull下的项目,debug时,报错如下图 解决方法 在项目/.idea/workspace.xml文件中添加一行代码如下 阅读全文
摘要:
一、查看表空间使用情况 二、查看用户下表使用情况 三、查看数据库版本 阅读全文
摘要:
``` !/bin/sh hive e "use china_prod;show tables \"t_tag_political \";" | while read line do echo "drop table $line;" temptables.txt done hive e "use c 阅读全文