学习网络知识备忘,参考地址:https://blog.csdn.net/gpltoken/article/details/72885189 1、DHCP(摘自百度百科) 中文名:动态主机配置协议外文名:Dynamic Host Configuration Protocol类 型:计算机网络应用层协议 ...
分类:
系统相关 时间:
2020-07-19 23:37:04
阅读次数:
89
学习网络知识备忘,参考地址:https://blog.csdn.net/qq_41745698/article/details/85019218 1、DHCP(摘自百度百科) 中文名:动态主机配置协议外文名:Dynamic Host Configuration Protocol类 型:计算机网络应用 ...
分类:
系统相关 时间:
2020-07-19 23:14:08
阅读次数:
86
实验工具与环境配置 虚拟机软件:VMware Fusion 11.5.5 操作系统:Windows XP 虚拟病毒:VirtualVirus 进程管理器:IceSword 运行虚拟病毒 在 Windows XP 虚拟机中,运行 VirtualVirus 可执行文件。 从现象上看,病毒会导致每隔一段时 ...
分类:
其他好文 时间:
2020-07-19 16:01:27
阅读次数:
110
#1. VMware虚拟机下载与安装 更多内容请看此处链接; https://blog.csdn.net/weixin_45380284 ##官网下载地址: https://www.vmware.com/cn/products/workstation-pro/workstation-pro-eval ...
分类:
系统相关 时间:
2020-07-19 00:54:07
阅读次数:
141
You are given three positive (i.e. strictly greater than zero) integers xx , yy and zz . Your task is to find positive integers aa , bb and cc such th ...
分类:
其他好文 时间:
2020-07-18 19:56:20
阅读次数:
82
redis序列化/** * redis相关配置 */ @Configuration //开启注解缓存 @EnableCaching public class RedisConfig{ /** * redis序列化配置 * @param connectionFactory jedis连接工厂 * @r ...
分类:
其他好文 时间:
2020-07-18 15:42:47
阅读次数:
56
1.下载PowerBIReportServer 试用180天 2.下载PBIDesktopRS_x64 配置环节 1.打开http://pc-user:8000/Reports 连接 (这个是从report server configuration manager 配置下可以找到) 2.打开连接后U ...
分类:
其他好文 时间:
2020-07-18 15:31:24
阅读次数:
160
这是我第一次安装虚拟机,感觉安装过程就像做山车一样 首先虚拟机的选择:Hper -V,Vmware 刚开始打算装Hper -V,无奈自己电脑系统是window 家庭版,因为Hper -V支持的系统有window 10专业版以及以上版本和window server系统 Vmware这个介于我的钱包我选 ...
分类:
其他好文 时间:
2020-07-18 15:26:43
阅读次数:
116
Three Pairwise Maximums #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=2e5+3; typedef long long ll; const ll inf=1e18; ...
分类:
其他好文 时间:
2020-07-18 11:29:01
阅读次数:
89
之前学习Spring Boot有点囫囵吞枣的意味,没有细究这些注解间的差异。现在空下来重新回过头来阅读官方文档才对这几个注解有了重新的理解,专门写下来好供日后查询翻阅。 @Configuration 指示一个类声明了一个或多个@Bean方法,并且可以由Spring容器进行处理以在运行时为这些bean ...
分类:
编程语言 时间:
2020-07-17 13:53:57
阅读次数:
172