centos使用pm2+宝塔面板部署项目 一、工具准备 所用系统为Centos 7.8 1.XShell、XFTP 下载链接 ? Xshell和Xftp均连接至服务器 2.安装宝塔面板 官网教程 (1) Centos安装命令 在xshell中输入以下命令 进行安装(其它版本Linux系统可访问上方链 ...
分类:
其他好文 时间:
2020-07-16 12:25:24
阅读次数:
161
# prometheus.yml 配置# my global config global: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. evaluatio ...
分类:
系统相关 时间:
2020-07-16 00:04:28
阅读次数:
81
参考链接:https://www.freebuf.com/news/175208.html https://ares-x.com/2020/03/21/%E5%9F%9F%E6%B8%97%E9%80%8F%E5%AD%A6%E4%B9%A0%EF%BC%88%E5%85%AD%EF%BC%89PT ...
分类:
编程语言 时间:
2020-07-14 13:39:10
阅读次数:
80
入职新公司,用的SpringCloud,重新开始学习一下 简介 之前接触Ribbon,可以知道调用微服务的方法是指定地址,然后通过RestTemplate来实现调用,用起来有点别扭,因为跟使用HttpClient来调用http接口的感觉是一样的,完全不是面向接口编程。 Feign是一个声明性的Web ...
分类:
编程语言 时间:
2020-07-13 18:23:13
阅读次数:
63
1 <?php 2 error_reporting(0); 3 //听说你很喜欢数学,不知道你是否爱它胜过爱flag 4 if(!isset($_GET['c'])){ 5 show_source(__FILE__); 6 }else{ 7 //例子 c=20-1 8 $content = $_GE ...
分类:
其他好文 时间:
2020-07-13 16:52:52
阅读次数:
83
安装 homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 常用命令 安装软件:brew install 软件名,例:brew insta ...
分类:
系统相关 时间:
2020-07-13 13:51:28
阅读次数:
155
Introduction This example demonstrates the multicodeword transmission and reception in the uplink. Parameters % Generate configuration for FRC A3-2 fr ...
分类:
其他好文 时间:
2020-07-12 16:51:37
阅读次数:
44
Introduction In part A we should add multiprocessor support to JOS, implement round-robin scheduling, and add basic environment management system call ...
分类:
其他好文 时间:
2020-07-11 23:16:57
阅读次数:
101
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sch ...
分类:
其他好文 时间:
2020-07-10 19:01:48
阅读次数:
42