posted @ 2020-12-01 09:45 红与黑hyh 阅读(1030) 评论(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 阅读(3775) 评论(0) 推荐(1)
摘要:
window bat获取当前路径,并执行exe程序 阅读全文
posted @ 2020-09-19 09:55 红与黑hyh 阅读(3044) 评论(0) 推荐(0)
摘要:
windows如何打开注册表,查看任务计划日志 阅读全文
posted @ 2020-09-19 09:31 红与黑hyh 阅读(2278) 评论(0) 推荐(0)
摘要:
本地开发环境,SpringBoot 如何支持 HTTPS访问 阅读全文
posted @ 2020-09-13 11:17 红与黑hyh 阅读(1339) 评论(0) 推荐(0)
摘要:
首先安装 pyinstaller pip install pyinstaller 进行打包 pyinstaller -F mainrunner.py mainrunner.py为入口程序 打包完成,在mainrunner.py 同级生成dist目录,进入目录有mainrunner.exe 文件,即打 阅读全文
posted @ 2020-09-10 22:29 红与黑hyh 阅读(123) 评论(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 阅读(1973) 评论(0) 推荐(0)
摘要:
开始 >运行 >cmd 查看端口被哪个进程号占用 netstat -aon|findstr 端口号 查看进程号,属于哪个进程 tasklist|findstr 进程号 杀掉进程 taskkill /pid 3500 /F 阅读全文
posted @ 2020-08-10 14:40 红与黑hyh 阅读(136) 评论(0) 推荐(0)
浙公网安备 33010602011771号