恢复内容开始 现象: 使用Eclipse提交git代码,报错信息如下: Can't connect to any repository: https://github.com/InterFF/abc.git (https://github.com/InterFF/abc.git: authentic ...
分类:
系统相关 时间:
2020-05-28 12:56:33
阅读次数:
278
Git操作的过程中显示 Another git process semms to be running in this repository, e.g. an editor opened by ‘git commit’. Please make sure all processes are term ...
分类:
其他好文 时间:
2020-05-27 12:19:44
阅读次数:
73
cankao : https://stackoverflow.com/questions/45973070/spring-jpa-examplematcher-compare-date-condition 场景: 动态条件查询, (主要解决时间问题) repository public interf ...
分类:
数据库 时间:
2020-05-27 12:02:31
阅读次数:
166
1本地仓库的配置 设置本地仓库为该路径E:\mvn_repository apache-maven-3.6.1-->conf/settings.xml文件 加入:<localRepository>E:\mvn_repository</localRepository> IDEA中设置: 每次创建项目时 ...
分类:
其他好文 时间:
2020-05-25 12:28:44
阅读次数:
63
// 拉取redis镜像 [root@bogon ~]# docker pull redis // 查看所有镜像 [root@bogon ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/redis latest f9b ...
分类:
其他好文 时间:
2020-05-24 21:28:18
阅读次数:
71
包扫描+组件注解(@Component、@Service、@Controller、@Repository) @Bean 给容器添加Bean @Import 导入组件 Import(类名),id默认组件全名 ImprtSelector,返回需要导入组件全类名 ImportBeanDefinittion ...
分类:
编程语言 时间:
2020-05-24 16:31:43
阅读次数:
78
1、安装 sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa #添加源到软件仓库 sudo apt-get update #更新软件仓库列表 sudo apt-get install mosquitto #安装mosquitto 2、试运行 ...
分类:
其他好文 时间:
2020-05-23 16:28:09
阅读次数:
66
一、下载并安装MySQL官方的 Yum Repository wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm 使用上面的命令就直接下载了安装用的Yum Repository,大概25KB的 ...
分类:
数据库 时间:
2020-05-22 17:11:02
阅读次数:
71
原因 本地镜像无仓库信息 解决方案 标记本地镜像,将其归入某一仓库。 例: 参数说明 bf756fblae65 [IMAGE ID] intimidate [远程仓库名称] eedc_test [REPOSITORY] latest [TAG] ...
分类:
数据库 时间:
2020-05-22 12:30:08
阅读次数:
71
1、从容器创建一个镜像 使用到的命令: docker commit :从容器创建一个新的镜像 docker commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]] OPTIONS说明: -a :提交的镜像作者; -c :使用Dockerfile指令来创建镜像; - ...
分类:
其他好文 时间:
2020-05-19 21:10:13
阅读次数:
261