Virtual memory and Pagefile 32位的Windows 参考https://support.microsoft.com/en-us/help/2160852/ram-virtual-memory-pagefile-and-memory-management-in-window ...
分类:
其他好文 时间:
2020-06-20 16:46:08
阅读次数:
46
注册表添加右键菜单: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\Terminal Here] [HKEY_CLASSES_ROOT\Directory\Background\s ...
如何在Mac中配置Python虚拟环境 1.安装virtualenv pip3 install virtualenv 2.安装virtualenvwrapper pip3 install virtualenv 3.配置.bashrc文件,没有的话在根目录"~"下创建一个 cd ~ vim .bash ...
分类:
编程语言 时间:
2020-06-20 01:13:34
阅读次数:
109
前言:需要了解三者的区别,必须要掌握多态的三个必要条件:继承重载父类指针指向子类对象。虚函数纯虚函数虚基类三者区别1.虚函数是用于多态中virtual修饰父类函数,确保父类指针调用子类对象时,运行子类函数的。2.纯虚函数是用来定义接口的,也就是基类中定义一个纯虚函数,基类不用实现,让子类来实现。3.虚基类是用来在多继承中,比如菱形继承中,如果两个父类继承自同一个类,就只实例化一个父类①虚函数第一个
分类:
编程语言 时间:
2020-06-19 01:02:00
阅读次数:
88
the vm session was closed before any attempt to power it on
分类:
其他好文 时间:
2020-06-18 00:57:12
阅读次数:
53
You have an empty repositoryTo get started you will need to run these commands in your terminal. New to Git? Learn the basic Git commandsConfigure Git ...
分类:
其他好文 时间:
2020-06-17 23:10:05
阅读次数:
67
Switch>en进入模式Switch#conf配置Configuringfromterminal,memory,ornetwork[terminal]?Enterconfigurationcommands,oneperline.EndwithCNTL/Z.Switch(config)#intf0/3Switch(config-if)#switchportmodetrunk更改为trunk模
分类:
其他好文 时间:
2020-06-17 16:39:55
阅读次数:
63
基于docker-compose部署jumpserver 组件说明 Jumpserver 为管理后台, 管理员可以通过 Web 页面进行资产管理、用户管理、资产授权等操作, 用户可以通过 Web 页面进行资产登录, 文件管理等操作 koko 为 SSH Server 和 Web Terminal S ...
分类:
其他好文 时间:
2020-06-17 10:54:37
阅读次数:
47
web网站服务实验 实验名称: web网站访问控制和虚拟主机 二、 实验目的: http服务的目录授权 虚拟web主机的配置 实验环境: 设备名称 系统版本 IP地址 所需软件 Web服务器 CentOS-7.3 eth0=192.168.10.101 Httpd-2.24.25.tar.gz 客户 ...
分类:
Web程序 时间:
2020-06-17 10:49:43
阅读次数:
117
1 初识LVS:Linux Virtual Server 1.1 LVS是什么 LVS是Linux Virtual Server的简称,也就是Linux虚拟服务器, 是一个由章文嵩博士发起的自由软件项目,它的官方站点是www.linuxvirtualserver.org。现在LVS已经是 Linux ...
分类:
数据库 时间:
2020-06-16 14:50:32
阅读次数:
56