图片的复制无非有两种方法,一种是图片直接上传到服务器,另外一种转换成二进制流的base64码目前限chrome浏览器使用首先以um-editor的二进制流保存为例:打开umeditor.js,找到UM.plugins['autoupload'],然后找到autoUploadHandler方法,注释掉 ...
分类:
Web程序 时间:
2020-07-28 14:45:38
阅读次数:
143
使用的springboot版本为2.3.0 解决: 在pom文件中增加依赖: <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</ar ...
分类:
编程语言 时间:
2020-07-28 14:08:50
阅读次数:
94
#MyBatis配置文件 ##标签配置的顺序 properties settings typeAliases typeHandlers objectFactory objectWrapperFactory reflectorFactory plugins environments databaseI ...
分类:
其他好文 时间:
2020-07-28 10:19:11
阅读次数:
70
刚导入的项目,导入进来之后,找不到mavenproject,idea打开view->toolwindows下也没有maven模块。查看了setting下plugins中maven插件也在。最后发现项目在导入过程中,因为选择的原因,没有指定位maven工程,所以,需要重新修改项目类型。选择项目,右键点击,选择第二个项目,添加项目架构支持addframeworksssupport,找到maven
分类:
其他好文 时间:
2020-07-27 23:37:01
阅读次数:
252
InterlliJ IDEA 插件 GsonFormat JSON转JAVA对象插件 再IDEA的Setting中找到 Plugins 插件 ② 点击安装即可,新建一个Java类,使用快捷键 Alt + Insert 看能够出现下图,如果没出现可重启下IDEA,再尝试下: ③ 开始使用: 第一步: ...
分类:
其他好文 时间:
2020-07-26 19:14:37
阅读次数:
88
C:\Program Files (x86)\Jenkins\plugins\ruby-runtime\WEB-INF\lib\classes.jar: The process cannot access the file because it is being used by another pr ...
分类:
其他好文 时间:
2020-07-24 21:30:48
阅读次数:
197
1、打开file->plugins,搜索插件power mode Ⅱ,安装后重启编辑器。 2、打开file->settings就可以看到power mode Ⅱ,按需配置。 ...
分类:
Web程序 时间:
2020-07-24 21:27:47
阅读次数:
164
<build><plugins><plugin><groupId>org.scala-tools</groupId><artifactId>maven-scala-plugin</artifactId><version>2.15.2</version><executions>&l
分类:
其他好文 时间:
2020-07-23 19:02:39
阅读次数:
82
pip安装 pip install pytest-html 编写脚本 import pytest class TestClass(object): def test_one(self): x = "this" assert 'h' in x def test_two(self): x = "hell ...
分类:
其他好文 时间:
2020-07-23 16:50:29
阅读次数:
121
1、新建SpringBoot项目,这里只选择一个Web依赖 2、修改pom.xml <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</ar ...
分类:
编程语言 时间:
2020-07-23 16:43:47
阅读次数:
97