场景 在Ubuntu Server中进行安装keepalived ,如果安装过程中出现纰漏,想要重新安装keepalived或者就是想直接卸载keepalived。 我们在安装keepalived时指定过安装路径为 /usr/local/src/keepalived ./configure --pr ...
分类:
系统相关 时间:
2019-11-16 17:29:49
阅读次数:
91
1. php环境 必须5.3 2. yum install nodejs 3. yum install v8-devel 3. 下载v8js php扩展, 版本是 v8js-0.1.3 tar -zxvf v8js-0.1.3.tgz cd v8js-0.1.3 phpize ./configure ...
分类:
Web程序 时间:
2019-11-16 14:59:07
阅读次数:
94
修改Nginx用户与组Nginx运行时进程需要有用户与组的支持,以实现对网站文件读取时进行访问控制Nginx默认使用nobody用户账号与组账号,一般也要进行修改修改的方法编译安装时指定用户与组修改配置文件指定用户与组方法一:编译安装时指定用户与组[root@localhostnginx-1.12.2]#./configure\>--prefix=/usr/local/nginx\>-
分类:
其他好文 时间:
2019-11-16 00:17:27
阅读次数:
71
1、安装指定版本: Swashbuckle.AspNetCore 5.0.0-rc4(目前稳定版本4.0.1在AspNetCore3.0中会报错误) 2、后台C#代码要严格格式必须加[HttpPost]或者[HttpGet] 3、Startup类中配置如下代码 public void Configu ...
原文链接https://blog.csdn.net/xiaomajia029/article/details/88320233 问题描述: 原因分析:在项目配置的时候,默认 npm 包导出的是运行时构建,即 runtime 版本,不支持编译 template 模板。 vue 在初始化项目配置的时候, ...
分类:
其他好文 时间:
2019-11-14 09:39:49
阅读次数:
74
实验环境 nginx1.12.1 : 192.168.1.19 mysql : 192.168.1.20:3306 1:编译或者升级nginx至版本1.9.0以上,编译过程中需带上--with-stream。 # ./configure --prefix=/opt/apps/nginx --with ...
分类:
数据库 时间:
2019-11-13 23:48:07
阅读次数:
106
nginx1.9之后直接使用Stream配置就可以了,当然需要先安装stream模块 1.nginx 增加tcp ./configure --with-stream --with-pcre=../pcre-8.38 ./configure --with-stream --without-http_r ...
分类:
其他好文 时间:
2019-11-13 15:56:09
阅读次数:
283
很简单,创建一个配置类即可,如下: package com.app.gateway.common.config; import org.springframework.context.annotation.Configuration; import org.springframework.web.s ...
分类:
编程语言 时间:
2019-11-13 01:09:48
阅读次数:
292
luffy前台配置 axios前后台交互 安装:前端项目目录下的终端 配置:main.js cookies操作 安装:前端项目目录下的终端 配置:main.js element ui页面组件框架 安装:前端项目目录下的终端 配置:main.js bootstrap页面组件框架 安装:前端项目目录下的 ...
分类:
其他好文 时间:
2019-11-12 20:08:48
阅读次数:
87
本文首发于个人博客 "https://kezunlin.me/post/b90033a9/" ,欢迎阅读! Install and Configure Caffe on ubuntu 16.04 Series "Part 1: Install and Configure Caffe on windo ...
分类:
系统相关 时间:
2019-11-12 16:00:19
阅读次数:
99