第一台部署Nginx [root@lnmp ~]# cat /etc/yum.repos.d/nginx.repo[nginx]name=nginx repobaseurl=http://nginx.org/packages/centos/7/$basearch/gpgcheck=0enabled= ...
分类:
其他好文 时间:
2019-02-15 17:56:55
阅读次数:
209
linq not in 查询 or join not in 生成的sql 语句如下 ...
分类:
其他好文 时间:
2019-02-15 13:34:36
阅读次数:
136
前期工作: 第一步:下载epel源 wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo 第二步:安装 yum install -y ansible ansible 命令格式 Usage: ansi ...
分类:
其他好文 时间:
2019-02-14 20:43:25
阅读次数:
192
右键项目选中maven选项,然后选择“open settings.xml”或者 “create settings.xml”,然后把如下代码粘贴进去就可以了。重启IDE。 ...
分类:
其他好文 时间:
2019-02-14 16:38:01
阅读次数:
184
基础环境搭建:yum环境 一:安装wget [root@guihong ~]# yum install -y wget 二:备份yum配置文件 [root@guihong yum.repos.d]# cd /etc/yum.repos.d/ && mv CentOS-Base.repo CentOS ...
分类:
系统相关 时间:
2019-02-14 15:18:17
阅读次数:
210
原文:理解Docker镜像分层关于base镜像 base 镜像有两层含义: 不依赖其他镜像,从 scratch 构建。 其他镜像可以之为基础进行扩展。 所以,能称作 base 镜像的通常都是各种 Linux 发行版的 Docker 镜像,比如 Ubuntu, Debian, CentOS 等。 ba... ...
分类:
其他好文 时间:
2019-02-14 10:32:39
阅读次数:
183
更改yum源cd/etc/yum.repos.dmvCentOS-Base.repoCentOS-Base.repo.bakwget-OCentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repoyumcleanallyummakecache安装依赖、下载安装Pythonyum-yinstallzlib-develbzip2-develo
分类:
编程语言 时间:
2019-02-12 17:03:42
阅读次数:
173
mac 安装 brew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 安装 fswatch:(参考https://stackoverflow.com/questio ...
分类:
其他好文 时间:
2019-02-11 21:30:54
阅读次数:
301
1.下载Maven http://maven.apache.org/download.cgi 如图点击下载即可 2.Maven配置 2.1配置本地仓库 创建目录maven-repository如图所示 2.2在setting中配置本地仓库文件路径: <localRepository>D:/TESTC ...
分类:
编程语言 时间:
2019-02-11 19:56:48
阅读次数:
308
一、SpringSecurity 过滤器链: 1、SecurityContextPersistenceFilter 会在请求开始时从配置好的SecurityContextRepository中获取SecurityContext,然后把它设置给SecurityContextHolder。 在请求完成后 ...
分类:
编程语言 时间:
2019-02-10 23:20:31
阅读次数:
314