简要 环境搭建 安装TortoiseSVN IDEA集成TortoiseSVN 常用操作 Share Project Checkout Add Delete Update Revert Commit Edit Conflicts Others Local Changes Repository Inc ...
分类:
其他好文 时间:
2020-07-04 18:43:24
阅读次数:
74
mysql> start slave; ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository 处理一则MySQL Slave环境出现ERROR 1201 (HY000): ...
分类:
数据库 时间:
2020-07-04 15:31:50
阅读次数:
81
CentOS7中把之前默认的数据库MySQL替换成了Mariadb,而Mariadb仅仅是MySQL的一个分支,但对于需要使用MySQL的开发人员来说,这是时就需要在系统中安装MySQL数据库,话不多说,直接开整。一、MySQL的下载①、先下载mysql源安装包(Yum Repository)wge... ...
分类:
数据库 时间:
2020-07-03 19:43:40
阅读次数:
69
1、设置maven 1、在File->settings->搜索maven2、Mavan home directory--设置maven安装包的bin文件夹所在的位置3、User settings file--设置setting文件所在的位置4、Local repository--设置本地仓库的 2、 ...
分类:
其他好文 时间:
2020-07-03 12:42:37
阅读次数:
67
Native Query throw exception dto code import lombok.Value; @Value public class IdsOnly { Integer id; String otherId; } repository public interface Tes ...
分类:
编程语言 时间:
2020-07-03 11:00:36
阅读次数:
147
下载 https://www.sonatype.com/download-oss-sonatype TIPS: 推荐使用迅雷下载,用浏览器下载可能会失败。 安装 安装JDK 安装JDK的过程就不在这里缀述了。 解压下载的 Nexus Repository OSS tar -zxvf latest-u ...
分类:
系统相关 时间:
2020-07-01 22:02:32
阅读次数:
100
线上一个mysql5.6主从复制被操作系统重启弄崩溃了。重新搭建主从复制时, start slave io_thead; start slave sql_thread; 之后,show slave status\G 报错: ERROR 1872 (HY000): Slave failed to in ...
分类:
其他好文 时间:
2020-07-01 00:23:54
阅读次数:
91
cat <<EOF > /etc/yum.repos.d/zabbix.repo [zabbix] name=Zabbix Official Repository - \$basearch baseurl=https://mirrors.aliyun.com/zabbix/zabbix/4.0/rh ...
分类:
其他好文 时间:
2020-06-29 22:41:57
阅读次数:
78
在登录自有npm库的时候发现输入正确的账号密码,依然会报错 Unable to authenticate, need: BASIC realm="Sonatype Nexus Repository Manager" 在尝试网上提供方法后没有得到解决, 然后尝试输入一个错误的密码,发现得到的结果相同, ...
分类:
其他好文 时间:
2020-06-29 11:43:57
阅读次数:
549
添加如下配置到对应的pom.xml文件里<repositories> <repository> <id>nexus-snapshots</id> <url>http:/ipaddr:8081/nexus/content/repositories/snapshots</url> <snapshots> ...
分类:
其他好文 时间:
2020-06-29 11:28:58
阅读次数:
174