摘要: import javax.imageio.ImageIO; import javax.swing.*; import java.awt.*; import java.awt.image.BufferedImage; import java.io.InputStream; import java.io 阅读全文
posted @ 2025-04-09 16:19 菜鸡互啄_ye 阅读(26) 评论(0) 推荐(0)
摘要: ##hexo hexo clean清除 Hexo 的缓存 hexo g重新生成 hexo s本地预览 hexo d部署到 GitHub ##Git 阅读全文
posted @ 2021-01-19 15:04 菜鸡互啄_ye 阅读(43) 评论(0) 推荐(0)
摘要: 在idea中经常使用maven进行install、或者进行build project、build artifacts(打包)时候经常存现“java程序包不存在”问题 记录一下我偶然在别的帖子发现的一个方法,忘记哪发现的了 1.找到项目的目录的“xxx.iml”后缀的文件,删除 2.找到idea左下角 阅读全文
posted @ 2021-01-17 15:59 菜鸡互啄_ye 阅读(1144) 评论(0) 推荐(0)
摘要: ###在jar包中不能直接获取File文件,应当使用InputStream接收文件 原代码: public static FileSystem getFileSystem(String hadoopConfPath) throws IOException { Configuration conf = 阅读全文
posted @ 2021-01-17 15:57 菜鸡互啄_ye 阅读(664) 评论(0) 推荐(0)
摘要: 引用知乎 如何看待 QQ 扫描读取所有浏览器的历史记录? - Gh0u1L5的回答 - 知乎 https://www.zhihu.com/question/439768601/answer/1682468108 { "ver":"5.0", "tag":"hipsuser", "data":[ { 阅读全文
posted @ 2021-01-17 15:45 菜鸡互啄_ye 阅读(227) 评论(0) 推荐(0)