博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 ··· 17 下一页

2020年12月1日

摘要: List<Map<String, Object>> content = new ArrayList<>(); Map<String, Object> map = new HashMap<>(); map.put("sort", 2); map.put("name", "qwe"); content. 阅读全文

posted @ 2020-12-01 09:45 红与黑hyh 阅读(974) 评论(0) 推荐(0) 编辑

2020年11月26日

摘要: orc文件如何读取,使用hive的orcfiledump命令查看orc文件 阅读全文

posted @ 2020-11-26 09:38 红与黑hyh 阅读(3344) 评论(0) 推荐(1) 编辑

2020年9月19日

摘要: window bat获取当前路径,并执行exe程序 阅读全文

posted @ 2020-09-19 09:55 红与黑hyh 阅读(2812) 评论(0) 推荐(0) 编辑

摘要: window bat执行后不退出窗口 阅读全文

posted @ 2020-09-19 09:50 红与黑hyh 阅读(805) 评论(0) 推荐(0) 编辑

摘要: windows如何打开注册表,查看任务计划日志 阅读全文

posted @ 2020-09-19 09:31 红与黑hyh 阅读(1824) 评论(0) 推荐(0) 编辑

2020年9月13日

摘要: 本地开发环境,SpringBoot 如何支持 HTTPS访问 阅读全文

posted @ 2020-09-13 11:17 红与黑hyh 阅读(1192) 评论(0) 推荐(0) 编辑

2020年9月10日

摘要: 首先安装 pyinstaller pip install pyinstaller 进行打包 pyinstaller -F mainrunner.py mainrunner.py为入口程序 打包完成,在mainrunner.py 同级生成dist目录,进入目录有mainrunner.exe 文件,即打 阅读全文

posted @ 2020-09-10 22:29 红与黑hyh 阅读(114) 评论(0) 推荐(0) 编辑

2020年8月17日

摘要: 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 阅读(1731) 评论(0) 推荐(0) 编辑

2020年8月10日

摘要: 开始 >运行 >cmd 查看端口被哪个进程号占用 netstat -aon|findstr 端口号 查看进程号,属于哪个进程 tasklist|findstr 进程号 杀掉进程 taskkill /pid 3500 /F 阅读全文

posted @ 2020-08-10 14:40 红与黑hyh 阅读(123) 评论(0) 推荐(0) 编辑

2020年8月6日

摘要: crontab修改默认编辑器 阅读全文

posted @ 2020-08-06 09:34 红与黑hyh 阅读(236) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 17 下一页