- 解决 Dependency 'commons-dbutils:commons-dbutils:1.4' not found 问题
- 1、下载官网包,我这下载的是1.7版本。下载地址:https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils/1.7我这里下载的是jar包:commons-dbutils-1.7.jar2、导入包到本地,命令如下:mvn install:install-file -Dfile=commons-dbutils-1.7.jar -DgroupId=commons-dbutils -DartifactId=commons-dbu...
- 在 Mac 上如何安装和卸载 JDK
- 如果你用的brew命令安装,那么直接brew uninstall xxxx即可。卸载方法:https://stackoverflow.com/questions/19039752/removing-java-8-jdk-from-mac安装方法:https://docs.oracle.com/en/java/javase/11/install/installation-jdk-macos.html#GUID-E8A251B6-D9A9-4276-ABC8-CC0DAD62EA33如果你英文不好,...
- 常用 IntelliJ IDEA 快捷键表
- 常用快捷键都有,直接贴上地址:https://github.com/judasn/IntelliJ-IDEA-Tutorial/blob/master/keymap-win-mac.md...
- IntelliJ IDEA 无法使用 markdown 预览功能
- 因为默认没有安装 awesome console 插件,地址:https://plugins.jetbrains.com/plugin/7677-awesome-console安装好了后,重启IDEA就可以了。...
- JDBC Driver class not found: com.mysql.jdbc.Driver 解决方法
- pom.xml中直接报错了,并且提示:JDBC Driver class not found: com.mysql.jdbc.Driver解决方法:1、下载包,包地址:https://dev.mysql.com/downloads/connector/j/5.1.html2、添加 mysql-connector-java-5.1.49-bin.jar 到你本地的 maven 仓库mvn install:install-file -Dfile=/Users/chengcheng...

姓名:程成
建站日期:2017-01-20
文章数量:273
访问量:507950