版本信息: spring cloud 版本Greenwich.SR2 spring boot 版本2.1.8.RELEASE 官网文档: "http://logging.apache.org/log4j/2.x/manual/configuration.html" 以下每个步骤不可缺失 1. pom ...
分类:
编程语言 时间:
2019-12-30 19:22:30
阅读次数:
95
1 import torch 2 import torch.nn as nn 3 4 torch.random.manual_seed(10) 5 6 input_size = 2 # 输入向量维度 7 hidden_size = 4 # 隐层层维度 8 num_layers = 2 # 层数 9 ...
分类:
其他好文 时间:
2019-12-28 20:47:52
阅读次数:
59
添加虚拟网卡 1.登陆母机shell 2.修改网卡配置文件(添加虚拟网卡网桥) iface eno1 inet manual auto vmbr0 iface vmbr0 inet static address 110.110.110.110 netmask 255.255.255.0 gatewa ...
分类:
其他好文 时间:
2019-12-25 13:06:13
阅读次数:
287
zabbix 的官方 文档 https://www.zabbix.com/documentation/4.0/zh/manual 第一章 监控知识基本概述 1.为什么要使用监控 1.对系统不间断实时监控 2.实时反馈系统当前状态 3.保证服务可靠性安全性 4.保证业务持续稳定运行 2.如何进行监控, ...
分类:
其他好文 时间:
2019-12-24 20:50:39
阅读次数:
131
"NS3官网" 常见学习板块 "ns 3 tutorial" :ns 3入门教程,包括基本介绍、软件安装、核心概念等; "ns 3 manual" :ns 3手册,介绍ns 3软件的整体架构、核心模块等; ns 3 model library:ns 3模型库,介绍ns 3中各个模块的具体细节; AP ...
分类:
其他好文 时间:
2019-12-21 20:30:30
阅读次数:
98
[TOC] 概述 make是控制如何从源文件(source file)生成可执行文件(excutable)及其他非源文件(non source file)的一种工具。make工具通过makefile中说明的方式,构建(build)整个程序(program)。在一个庞大的项目中可能包含很多个源文件,修 ...
分类:
其他好文 时间:
2019-12-21 15:23:30
阅读次数:
119
1.浏览器支持 https://docs.unity3d.com/Manual/webgl-browsercompatibility.html 2.可用方案 1 using System; 2 using System.IO; 3 using System.Text.RegularExpressio ...
分类:
编程语言 时间:
2019-12-21 15:17:48
阅读次数:
451
[TOC] 一、 邮件报警 1.定义发件人 2.定义收件人 3.优化告警信息 定制报警内容: "https://www.zabbix.com/documentation/4.0/zh/manual/appendix/macros/supported_by_location" 参考博客 1.操作位置 ...
分类:
微信 时间:
2019-12-18 22:06:39
阅读次数:
157
菜鸟教程docker常用命令链接 https://www.runoob.com/docker/docker-command-manual.html docker system df 用于查看Docker的磁盘使用情况 docker images -f "dangling=true" 列出所有悬挂镜像 ...
分类:
其他好文 时间:
2019-12-15 23:47:54
阅读次数:
81
[TOC] tensorflow keras analysis code Q: where is Sequential defined? A: From https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/ke ...
分类:
其他好文 时间:
2019-12-15 01:21:02
阅读次数:
129