选择主题 1. 从 "jekyllthemes" 中选择喜欢的主题 2. 免费的主题通常都是GitHub的开源项目,访问GitHub项目主页 以主题为模板创建自己的Repository 1. 通过点击[Use this template]创建自己的Repository 2. 以[yourgithub ...
分类:
其他好文 时间:
2020-04-19 23:40:48
阅读次数:
129
1.修改下载镜像 打开你的maven目录conf文件夹下配置文件settings.xml ctrl + f 搜索“<mirrors>”, 让它只包含 <!-- 配置阿里云镜像 --> <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <n ...
分类:
其他好文 时间:
2020-04-19 01:02:09
阅读次数:
61
话不多说,直接上图。 1. 2. 增加以下内容,其他的不要动 <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public ...
分类:
其他好文 时间:
2020-04-17 22:09:27
阅读次数:
88
CPU (Central Processing Unit, 中央处理器)GPU (Graphics Processing Unit,图形处理器)NPU (Neural network Processing Unit, 神经网络处理器)TPU (Tensor Processing Unit, 张量处理 ...
分类:
其他好文 时间:
2020-04-15 21:36:57
阅读次数:
86
在settings.xml文件中的mirrors下添加mirror标签 <!-- 阿里云仓库 --> <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven ...
分类:
其他好文 时间:
2020-04-15 11:08:22
阅读次数:
333
问题 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
安装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
什么是Refined ArchitectureRefined Architecture相对于Conceptual Architecture而言,分别对应于“概念级”解决方案和“规约级”解决方案。Refined Architecture(细化架构)属于架构设计,不能与Detailed Design(详 ...
分类:
其他好文 时间:
2020-04-10 12:18:15
阅读次数:
64