打开idea安装插件的位置 搜索 Free Mybatis plugin 安装重启即可 安装完插件之后 ,就可以从接口里面点到xml中,从xml中点到方法里面了 ...
分类:
其他好文 时间:
2020-07-24 21:28:47
阅读次数:
73
1、打开file->plugins,搜索插件power mode Ⅱ,安装后重启编辑器。 2、打开file->settings就可以看到power mode Ⅱ,按需配置。 ...
分类:
Web程序 时间:
2020-07-24 21:27:47
阅读次数:
164
一、报错原因:mysql 8.0 默认使用 caching_sha2_password 身份验证机制:从原来的 mysql_native_password 更改为 caching_sha2_password,但是第三方客户端(如Navicat)暂不支持新的加密方式,故而报错。 二、解决方案:双击打开 ...
分类:
数据库 时间:
2020-07-23 22:14:14
阅读次数:
90
<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
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
运行designer.exe文件保错 This application failed to start because it could not find or load the Qt platform plugin "windows"in “”, Available platform plugin ...
分类:
移动开发 时间:
2020-07-22 20:13:55
阅读次数:
271
这里有个女程序员写的VIM配置文件,写的很好推荐下: https://vimjc.com/vimrc.html Vim 配置选项可以在 Vim 命令行模式下通过 :set 配置选项xxx 的形式执行,也可以通过 set 配置选项xxx 的格式保在配置文件中被 Vim 加载执行。Vim的配置文件 (例 ...
分类:
系统相关 时间:
2020-07-22 15:49:34
阅读次数:
109
🔨Deepin 安装 MySQL 参考文章:https://blog.csdn.net/sinat_37064286/article/details/82224562 1. 检查是否安装过 MySQL mysql -V 如果有的话就删除 sudo apt autoremove mysql-serv ...
分类:
数据库 时间:
2020-07-22 15:28:30
阅读次数:
121
Spring boot项目结合docker容器用,打了个jar包,启动的时候竟然说:no main manifest attribute, in target/*.jar 但也不是所有的微服务的jar包都不能启动,比对一下这两个包对应的打包插件 可以用的长这样: <plugin> <groupId> ...
分类:
编程语言 时间:
2020-07-21 22:14:51
阅读次数:
88
* 本文主要是总结几点使用过程的问题,因为对Slurm的了解有限,所以并不全面。 * 本人主要是使用slurm进行管理Kaldi任务。 0、相关的资源: 安装:https://www.cnblogs.com/hallboo/p/11203391.html 参考:https://slurm.sched ...
分类:
其他好文 时间:
2020-07-20 10:54:57
阅读次数:
360