随笔 - 144  文章 - 0  评论 - 2  阅读 - 91716
06 2022 档案
如何将本地项目上传到gitlab
摘要:最近想要把我近期做的几个项目上传到gitlab上,自己没事的时候方便查看一下曾经写的代码,在网上搜罗一些上传的方法,下面我来记录一下我的本地项目上传过程。 具体步骤如下: 1. 登录 gitLab账号,成功创建一个项目文件,并生成https地址 2.打开本地项目,初始化git $ git init 阅读全文
posted @ 2022-06-22 12:26 IT-QI 阅读(7388) 评论(0) 推荐(0) 编辑
java将pdf转word ppt xlsx text
摘要:public class PDFHelper3 { public static void main(String[] args) throws IOException { pdf2word("C:\\Users\\admin\\Desktop\\数科转换迁移系统接口指南-20210629.pdf") 阅读全文
posted @ 2022-06-09 17:47 IT-QI 阅读(670) 评论(0) 推荐(0) 编辑
java获取文件流
摘要:@RequestMapping(value = "preView", method = RequestMethod.GET)public void preView(HttpServletResponse response){ File file = new File("C:\\Users\\admi 阅读全文
posted @ 2022-06-09 16:35 IT-QI 阅读(2970) 评论(0) 推荐(0) 编辑
https页面打开http阻挡问题
摘要:问题如下 <iframe :src="srcUrl"frameborder="0"width="100%"height="100%" allowfullscreen="true"></iframe> async beforeOpen(){ await officeToOfd(this.value.f 阅读全文
posted @ 2022-06-09 15:57 IT-QI 阅读(567) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示