开始搜索下载了,nexus3.19版本,下来之后,建立一个maven 骨架过程 quickstart,提示没有lgf4j依赖和和maven插件都没有,开始搜索什么原因,猜想是nexus没有索引,右搜索全网,可以手动导入索引,于是找三个文件 nexus-maven-repository-index.g ...
分类:
其他好文 时间:
2020-12-21 12:06:24
阅读次数:
0
1. 创建本地仓库目录,并修改localRepo的路径 mkdir /usr/local/repo vim /usr/local/maven/conf/setting.xml <localRepository>/usr/local/repo</localRepository> 2.添加阿里云私服地址 ...
分类:
其他好文 时间:
2020-12-21 11:56:10
阅读次数:
0
一、mybatis-config.xml配置 <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org ...
分类:
其他好文 时间:
2020-12-21 11:44:40
阅读次数:
0
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
移动开发 时间:
2020-12-21 11:33:16
阅读次数:
0
<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" x ...
分类:
移动开发 时间:
2020-12-21 11:31:03
阅读次数:
0
这个问题是我们作为程序员几乎每天都要进行的操作,那它有多少种方式呢,我们这里就这点来说一说。解析的四种方式官方解析谷歌Gson解析阿里巴巴FastJson解析Jackson解析案例实操这里我们就只讨论对象与json如何互相转换。这里我们先创建好Maven项目,方便引入依赖,通过单元测试来实际检验我们不同的解析方式。下面我们都使用User对象,先创建好我们需要的类。User.javapackageo
分类:
Web程序 时间:
2020-12-21 11:14:53
阅读次数:
0
一、报错信息 错误代码: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use nea ...
分类:
数据库 时间:
2020-12-21 11:09:26
阅读次数:
0
打开以前的项目web.xml报错。 解决: <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java. ...
分类:
编程语言 时间:
2020-12-19 13:21:58
阅读次数:
3
1.查看系统信息 lsb_release -a #cat /proc/version No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.7 LTS Release: 16.04 Codenam ...
分类:
系统相关 时间:
2020-12-19 12:51:55
阅读次数:
5
<dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <!--serv ...
分类:
其他好文 时间:
2020-12-19 12:48:33
阅读次数:
1