安装Yum Repository [root@localhost ~]# wget https://repo.mysql.com//mysql80-community-release-el8-1.noarch.rpm 使用rpm来安装MySQL[root@localhost ~]# rpm -ivh ...
分类:
数据库 时间:
2020-01-09 22:50:32
阅读次数:
168
报错内容:remote: Repository not found. fatal: repository 'https://github.com/pete/first_app.git/' not found 解决方法:三个命令中的一个git config --unset-all credential ...
分类:
其他好文 时间:
2020-01-09 20:59:37
阅读次数:
74
API Helm Chart Repository retrieved when you run retrieved when you run retrieved when you run with the flag Chart Manipulation upload a new chart ver ...
分类:
其他好文 时间:
2020-01-08 21:24:25
阅读次数:
314
using log4net; using log4net.Appender; using log4net.Core; using log4net.Layout; using log4net.Repository.Hierarchy; using System; using System.Collec ...
分类:
Web程序 时间:
2020-01-08 18:46:18
阅读次数:
96
1.settings.xml标签被注释掉了Local Repository的路径为:${user.home}/.m2/repository 该标签被打开,则Local Repository中的路径为settings.xml中<localRepository>标签配置的路径 2.web.xml is ...
分类:
其他好文 时间:
2020-01-08 14:15:01
阅读次数:
88
@GetMapping("/user/{id}") public User getUser(@PathVariable("id") Integer id) { User user = new User(); user.setId(id); Example<User> example = Exampl ...
分类:
编程语言 时间:
2020-01-08 14:10:48
阅读次数:
201
第一种,用helm安装 helm repo update Hang tight while we grab the latest from your chart repositories... ...Skip local chart repository ...Successfully got an ...
分类:
其他好文 时间:
2020-01-07 01:04:49
阅读次数:
120
context:component-scan标签: Sprng容器通过context:component-scan标签扫描其base-package标签属性值指定的包及其子包内的所有的类并实例化被@Component、@Repository、@Service或@Controller等注解所修饰的类。 ...
分类:
编程语言 时间:
2020-01-06 23:10:49
阅读次数:
227
<?xml version="1.0" encoding="UTF-8"?> <settings> <!--该处需要改成自己的maven的本地仓库地址--> <localRepository>E:/Java/.m2/repository</localRepository> <mirrors> <mi ...
分类:
其他好文 时间:
2020-01-04 20:47:44
阅读次数:
152
前言 git是一个版本控制工具, 版本控制主要的好处有三点: 从当前版本回退到任意版本 查看历史版本 对比两个版本差异 git 相关术语 repository 仓库 branch 分支 summary 摘要 track 跟踪 modify 修改 stage 暂存 commit 提交 push 推送 ...
分类:
其他好文 时间:
2020-01-04 10:23:12
阅读次数:
106