摘要:
首先在“程序”里面卸载 “Windows Subsystem for Linux Update” 然后使用命令行卸载已安装的子系统 1、查看当前环境安装的wsl wsl --list 2、注销(卸载)当前安装的Linux的Windows子系统 wsl --unregister Ubuntu 3、卸载 阅读全文
posted @ 2023-12-21 16:47
阿忍
阅读(3499)
评论(0)
推荐(0)
摘要:
首先在“程序”里面卸载 “Windows Subsystem for Linux Update” 然后使用命令行卸载已安装的子系统 1、查看当前环境安装的wsl wsl --list 2、注销(卸载)当前安装的Linux的Windows子系统 wsl --unregister Ubuntu 3、卸载 阅读全文
posted @ 2023-12-21 16:47
阿忍
阅读(3499)
评论(0)
推荐(0)
摘要:
问题描述:一次选多张图片上传的时候界面上只有一张图片显示,并且上传调用的接口次数与选择的图片数量一致,且接口已200。 JSON格式,“url”是最终显示的图片地址 { "photoList":[ { "photoJson":[ { "url":"" }, { "url":"" } ] } ] } 阅读全文
posted @ 2022-11-17 14:34
阿忍
阅读(2215)
评论(0)
推荐(0)
摘要:
环境 Windows或者Linux 首先安装 deb方式 tar -xvzf Apache_OpenOffice_XXXX_Linux_x86-64_install-deb_zh-CN.tar.gz cd zh-CN/DEBS/ sudo dpkg -i *.deb cd desktop-integ 阅读全文
posted @ 2020-03-03 11:53
阿忍
阅读(1050)
评论(0)
推荐(0)
摘要:
依赖: <dependency> <groupId>com.documents4j</groupId> <artifactId>documents4j-local</artifactId> <version>1.0.3</version> </dependency> <dependency> <gr 阅读全文
posted @ 2020-02-18 15:14
阿忍
阅读(3540)
评论(0)
推荐(0)
摘要:
1.拦截器问题 到2.0之后在配置文件中写 static-path-pattern: /static/** 已经不起作用(2.0需要在方法中配置) SpringBoot1.*写法 @Configuration public class WebMvcConfig extends WebMvcConfi 阅读全文
posted @ 2019-03-22 11:24
阿忍
阅读(281)
评论(0)
推荐(0)
|