NGINX安装 1、安装文件上传软件 [root@TEST ~]# yum install lrzsz –y <———拖拽文件 2、检查软件安装的系统环境 [root@TEST ~]# cat /etc/redhat-release [root@TEST ~]# uname -r 3、安装nginx ...
分类:
其他好文 时间:
2020-04-29 20:16:34
阅读次数:
77
前提条件:有2个分支,分别是release,hotfix,其中release是用于生产环境的发布分支。 场景1:生产环境hotfix。 T1时刻,使用release分支发布生产。当时的HEAD的commit记为C1. T2时刻,开发完成下一个迭代周期的代码,并且merge到release准备提测,此 ...
分类:
其他好文 时间:
2020-04-29 12:52:24
阅读次数:
183
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 <style> 7 #div1{width: 200px;height:200px;background-color:red;positi ...
分类:
其他好文 时间:
2020-04-29 12:36:53
阅读次数:
46
1、背景说明:?公司有隔绝Internet环境中有一套“SymantecEnpointProtectionManager”(简称SEPM)软件,由于隔绝了Internet,所以杀毒软件定义包文件等,需要每日手动下载后,拷贝到SEPM所在的服务器上。?借助于Python写一个程序,每天定时的去下载这些定义包,等到上班后直接进行拷贝。2、环境准备:?本程序需要借助于Pyt
分类:
编程语言 时间:
2020-04-29 10:54:14
阅读次数:
96
1. 安装编译库 yum install build-essential openssl openssl-devel unixODBC unixODBC-devel make gcc gcc-c++ kernel-devel m4 ncurses-devel tk tc xz 2. 下载安装包 wg ...
分类:
其他好文 时间:
2020-04-29 01:14:54
阅读次数:
74
Error: initscripts conflicts with redhat-release-server-7.0-1.el7.x86_64 You could try using --skip-broken to work around the problem You could try ru ...
分类:
其他好文 时间:
2020-04-28 23:17:32
阅读次数:
179
1,将maven打包插件的版本改为1.4.2 <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>1.4.2.RELEASE</ ...
分类:
编程语言 时间:
2020-04-28 17:18:25
阅读次数:
75
static_cast静态类型转换指针导致崩溃报错 核心代码如下: typedef struct A1 { char pos[4]; }A; typedef struct B1 { char zoom[4]; char pos[8]; } B; int main() { A* a1 = new A; ...
分类:
其他好文 时间:
2020-04-28 15:15:42
阅读次数:
69
一. wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm 二. yum -y localinstall mysql57-community-release-el7-11.noarch.rpm 三. yu ...
分类:
数据库 时间:
2020-04-28 12:45:44
阅读次数:
68
先来一张 Spring Framework 的总体架构图(这个图来自 4.3.25.RELEASE 版本 ,5.x的没找到)来镇楼: ...
分类:
编程语言 时间:
2020-04-28 00:35:49
阅读次数:
46