# Virtual hosts Include etc/extra/httpd-vhosts.conf ...
分类:
Web程序 时间:
2019-06-17 18:59:42
阅读次数:
263
kvm部署与使用 本次系统环境,戴尔R330,Centos7.6 安装kvm 安装依赖包 yum install libvirt* virt-* qemu-kvm* -y 安装软件说明内容: libvirt # 虚拟机管理 virt # 虚拟机安装克隆 qemu-kvm # 管理虚拟机磁盘 启动服务 ...
分类:
其他好文 时间:
2019-06-14 21:45:24
阅读次数:
128
#include #include #include // http://hatriot.github.io/blog/2017/09/19/abusing-delay-load-dll/ // https://blog.csdn.net/adam001521/article/details/846... ...
分类:
其他好文 时间:
2019-06-13 15:33:19
阅读次数:
106
virt-what 一般系统都会自带virt-what,若程序没带的话 自己下载安装即可 用lspci -b|grep "VMware"抓取系列信息,即表明此系统的宿主机是基于VMware虚拟出来的,别的可以 还可以用 dmesg 和 dmidecode 均有以下字样 Windows: Linux: ...
分类:
其他好文 时间:
2019-06-11 11:15:38
阅读次数:
159
1.Global.asax中路由的注册 public class WebApiApplication : System.Web.HttpApplication { protected void Application_Start() { AreaRegistration.RegisterAllAre ...
1.web 服务器软件 Nginx >反向代理 Apache >Php IIs >Asp.net tomcat >Java 2.安装Web服务器软件 安装一个常用的web放服务器软件 Apache HTTP Server 安装解压版的Apache 服务器 bin目录是二进制的目录,exe是二进制的文 ...
分类:
Web程序 时间:
2019-06-08 11:45:05
阅读次数:
158
top 命令实时显示进程的状态。(自己也会占用资源,类似window的任务管理器),由以下几部分组成 默认状态显示的是cpu密集型的进程,并且每5秒钟更新一次。 (1) 系统状态 当前时间、系统已运行的时间、当前登录用户的数量、相应最近5、10和15分钟内的平均负载。 top - 07:02:08 ...
分类:
系统相关 时间:
2019-06-04 22:47:46
阅读次数:
165
IMPORTANT: Classes and class member functions cannot be the top-level for synthesis. Instantiate the class in a top-level function. IMPORTANT: The top ...
分类:
编程语言 时间:
2019-06-03 10:44:02
阅读次数:
88
#include <iostream> #include <string> using namespace std; class MachinePets{ public: MachinePets(const string s):nickname(s){}; string getNickname() ...
分类:
其他好文 时间:
2019-06-01 19:49:49
阅读次数:
85