选择主题 1. 从 "jekyllthemes" 中选择喜欢的主题 2. 免费的主题通常都是GitHub的开源项目,访问GitHub项目主页 以主题为模板创建自己的Repository 1. 通过点击[Use this template]创建自己的Repository 2. 以[yourgithub ...
分类:
其他好文 时间:
2020-04-19 23:40:48
阅读次数:
129
问题 Github克隆项目的时候报如下错: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the corre ...
分类:
其他好文 时间:
2020-04-15 00:27:41
阅读次数:
82
准备3台服务器,去拉镜像 [root@iZ1la3d1xbmukrZ config]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/elasticsearch 5.6.12 de05e10fa879 17 months a ...
分类:
其他好文 时间:
2020-04-14 22:17:49
阅读次数:
73
目录 1.掌握yum安装 2.httpd、php部署 一、掌握yum安装 前提: 在Linux上安装软件中最头疼的就是软件包之间的依赖关系,通常安装A软件,但是编译的时候会报错说需要B软件,当安装B软件时又报告需要C软件。这个问题rpm安装方式无法解决,故由此催生出yum命令。 yum: yum的宗 ...
分类:
Web程序 时间:
2020-04-13 19:29:29
阅读次数:
88
安装MySQL 1. 下载并安装MySQL官方Yum Repository wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm yum -y install mysql57-community ...
分类:
数据库 时间:
2020-04-12 16:56:31
阅读次数:
97
1.检查实体类是否有get和set方法 2.字段名是否写错 3.加上@Param注解 4.如果用的springboot整合mybatis 注意@Param注解的包 springboot的是 org.springframework.data.repository.query.Param; mybati ...
分类:
其他好文 时间:
2020-04-11 20:12:20
阅读次数:
69
1.创建maven工程并导入jar包 jdk使用1.8、maven3.x版本 pom.xml添加一下内容 <repositories> <repository> <id>cloudera</id> <url>https://repository.cloudera.com/artifactory/cl ...
分类:
编程语言 时间:
2020-04-09 00:13:36
阅读次数:
97
svn linux 安装大全 安装 使用yum安装非常简单: yum install subversion 配置 2.1. 创建仓库 我们这里在/home下建立一个名为svn的仓库(repository),以后所有代码都放在这个下面,创建成功后在svn下面多了几个文件夹。 [root@localho ...
分类:
系统相关 时间:
2020-04-08 19:04:42
阅读次数:
73
1.下载yum源 wget http://dev.mysql.com/get/mysql57 community release el6 8.noarch.rpm 下载完成后,如下图所示: 2.安装yum包 2.1 查看此包要安装的文件 rpm qpl mysql80 community relea ...
分类:
数据库 时间:
2020-04-07 12:24:11
阅读次数:
81
在visualSVN中创建仓库时,可以选择svn目录结构 Single-project repository(with the top-level 'trunk', 'branches' and 'folders') 会有以下三个目录: Trunk 主干目录,此目录下的文件为基准文件 Branche ...
分类:
其他好文 时间:
2020-04-05 09:56:42
阅读次数:
94