posted @ 2020-12-01 09:45 红与黑hyh 阅读(989) 评论(0) 推荐(0) 编辑
摘要:
List<Map<String, Object>> content = new ArrayList<>(); Map<String, Object> map = new HashMap<>(); map.put("sort", 2); map.put("name", "qwe"); content. 阅读全文
摘要:
orc文件如何读取,使用hive的orcfiledump命令查看orc文件 阅读全文
posted @ 2020-11-26 09:38 红与黑hyh 阅读(3517) 评论(0) 推荐(1) 编辑
摘要:
首先安装 pyinstaller pip install pyinstaller 进行打包 pyinstaller -F mainrunner.py mainrunner.py为入口程序 打包完成,在mainrunner.py 同级生成dist目录,进入目录有mainrunner.exe 文件,即打 阅读全文
posted @ 2020-09-10 22:29 红与黑hyh 阅读(115) 评论(0) 推荐(0) 编辑
摘要:
Idea启动项目报错:Command line is too long. Shorten command line for className or also for JUnit defaultconfiguration. 解决方法: 在该项目文件夹.idea/workspace.xml中找到 <c 阅读全文
posted @ 2020-08-17 10:36 红与黑hyh 阅读(1859) 评论(0) 推荐(0) 编辑