吐嘈一下 Mapper 在 IDEA 里注入识别不了就加 @Repository 的人,咋不去加个 @Controller 呢?自己做啥都不知道能跑就行的人,活该做一辈子码农。 前言 因为 MyBatis 基本只有国人在用,IDEA 对于 MyBatis 的支持并不好,需要安装 MyBatis 相关 ...
分类:
编程语言 时间:
2020-05-05 23:24:38
阅读次数:
70
知识点汇总: 1.集中趋势(Central Tendency) 2.变异性(Variability) 3.归一化(Standardizing) 4.正态分布(Normal Distributions) 5.抽样分布(Sampling Distributions) 6.估计(Estimation) 7 ...
分类:
其他好文 时间:
2020-05-05 18:29:08
阅读次数:
175
找到Maven的安装目录,在安装目录下找到conf->settings.xml,在该文件中找到<mirrors></mirrors>标签,在该标签内添加阿里云镜像: <mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>N ...
分类:
其他好文 时间:
2020-05-03 21:39:54
阅读次数:
91
advocate n./v. subterranean adj. propagate vi.&vt. hatchet n. maxim n. stringent adj. deleterious adj. condone vt. grumpy adj. malevolent adj. central ...
分类:
其他好文 时间:
2020-05-03 20:24:24
阅读次数:
59
``` alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ alimaven spring plugin alimaven spring plugin https://maven.aliyun.com/... ...
分类:
编程语言 时间:
2020-05-02 09:33:00
阅读次数:
114
Nodepad++用于Windows的文本编辑器。notepadqq是Notepad++在Linux的替代品。接下来时如何安装notepadqq的流程 安装 sudo add-apt-repository ppa:notepadqq-team/notepadqq sudo apt-get updat ...
分类:
系统相关 时间:
2020-05-01 16:22:03
阅读次数:
90
Docker容器介绍 docker三个基本概念 镜像(Image)容器(Container)仓库(Repository)解释来自w3cschool 系统要求 国内源安装docker ce 国内远镜像加速配置 查看镜像docker images或者docker image ls 删除镜像docker ...
分类:
其他好文 时间:
2020-05-01 10:24:15
阅读次数:
54
计算机指令 在软硬件接口中,CPU 帮我们做了什么事? 我们常说,CPU 就是计算机的大脑。CPU 的全称是 Central Processing Unit,中文是中央处理器。 从硬件的角度来看,CPU 就是一个超大规模集成电路,通过电路实现了加法、乘法乃至各种各样的处理逻辑。 从软件工程师的角度来 ...
分类:
其他好文 时间:
2020-04-30 15:25:18
阅读次数:
111
Manage projects hosted on GitHub 管理托管在GitHub上的项目 Check out a project (clone) 签出项目(克隆) You can clone a repository that you want to contribute to direct ...
分类:
其他好文 时间:
2020-04-30 13:45:03
阅读次数:
100
1、到mysql 的官网下载mysql 的yum包 下载并安装MySQL官方的 Yum Repository wget -i -c https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm 使用上面的命令就直接下载了安装 ...
分类:
数据库 时间:
2020-04-30 09:30:17
阅读次数:
79