ICode9

精准搜索请尝试: 精确搜索
  • 2019三月PAT甲级 7-2 Anniversary2019-08-23 18:40:39

    7-2 Anniversary (25 分) Zhejiang University is about to celebrate her 122th anniversary in 2019. To prepare for the celebration, the alumni association (校友会) has gathered the ID's of all her alumni. Now your job is to write a program to count the numb

  • B - The Festive Evening CodeForces - 834B2019-08-18 11:38:12

    It’s the end of July – the time when a festive evening is held at Jelly Castle! Guests from all over the kingdom gather here to discuss new trends in the world of confectionery. Yet some of the things discussed here are not supposed to be disclosed t

  • CentOS7使用PackageCloud安装RabbitMQ2019-08-15 16:00:33

    原文链接:http://www.cnblogs.com/townsend/p/11276222.html 环境:CentOS Linux release 7.6.1810 (Core)  RabbitMQ:3.7.17Erlang: 22.0.7 使用PackageCloud安装RabbitMQ是最简单的安装方式,按照官方文档来就可以了。 https://www.rabbitmq.com/install-rp

  • encypt dataset2019-07-17 23:56:35

    import getoptimport sysimport uuidimport hashlibimport csvdef getIds(totals,encrypt): seed=set() for i in range(totals): uid=uuid.uuid1() if encrypt: encrypt_id=hashlib.sha256((str(uid)+"saltValue").encode("ut

  • 虚拟化技术慢谈2019-07-12 14:04:04

    一, 什么是虚拟化 虚拟化(Virtualization)技术最早出现在 20 世纪 60 年代的 IBM 大型机系统,在70年代的 System 370 系列中逐渐流行起来,这些机器通过一种叫虚拟机监控器(Virtual Machine Monitor,VMM)的程序在物理硬件之上生成许多可以运行独立操作系统软件的虚拟机(Virtual Machine)实例

  • 2019虫师自动化 Python接口自动化虫师 robotframework虫师 虫师接口自动化源码下载2019-07-04 10:49:53

    第一套:Python虫师自动化 [5.1G]┃ ┣━━Python接口测试 [2.7G]┃ ┃ ┣━━code [23.9K]┃ ┃ ┃ ┗━━myweb01.zip [23.9K]┃ ┃ ┣━━Python Web 接口开发与测试7_28.pdf [6.1M]┃ ┃ ┣━━02.(第二节)python_install.mp4 [82M]┃ ┃ ┣━━03.(第三节)python_calss_and_mudule.m

  • 【转】理解qemu对设备的模拟机制2019-06-21 11:38:04

    Understanding QEMU devices https://www.qemu.org/2018/02/09/understanding-qemu-devices/ July, 2017 Here are some notes that may help newcomers understand what is actually happening with QEMU devices: With QEMU, one thing to remember is that we are trying t

  • Django入门2019-06-15 23:42:32

    1、Django与python的版本支持情况 2、安装Django 3、开始第一个demo (1)在cmd输入django-admin,查看所有django的命令; (2)创建项目 django-admin startproject guest #创建 guest 项目  目录结构如下:   

  • win下rabbitmq的使用2019-06-11 16:00:08

    安装erlang 10.4 和 rabbitmq 3.7.5 然后关闭rabbitmq服务 然后设置 erlang和rabbitmq的环境变量 ERLANG_HOME=erlang安装目录 RABBITMQ_SERVER=rabbitmq的安装目录 path 最后面添加%ERLANG_HOME%\bin;%RABBITMQ_SERVER%\sbin; 然后开启rabbitmq        在cmd命令行输入 rabbit

  • zabbix--添加用户2019-06-08 22:42:14

    用户和用户组   概述 Zabbix 中的所有用户都通过 Web 前端去访问 Zabbix 应用程序。并为每个用户分配唯一的登陆名和密码。 所有用户的密码都被加密并储存于 Zabbix 数据库中。用户不能使用其用户名和密码直接登陆到 UNIX 服务器中,除非他们也被因此建立在 UNIX 中。可以使用 SSL

  • RabbitMQ 安装2019-06-04 20:39:18

     首先是安装:https://www.rabbitmq.com/download.html 这是地址 在此之前先安装下ErlangEnvironment环境,http://www.erlang.org/downloads ---------------------------------------------------------------------------------------------------------- 下载后是两个exe的文件,

  • 十六进制的转换2019-05-28 20:47:47

    原代码: #include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { int i; for (i = 1; i < argc; i++) { unsigned long dig = strtoul(argv[i], NULL, 16); putchar((char) dig); } putchar('\n'); return

  • 创建DBlink以及显示vCenter的虚拟机信息的SQL2019-05-27 17:48:23

    select b.IP_ADDRESS 宿主机IP,count(1) 虚拟机总数,b.host_model 宿主机型号,COUNT(CASE WHEN GUEST_STATE='Running' THEN 1 ELSE NULL END ) AS 在运行虚拟机数目,COUNT(CASE WHEN GUEST_STATE='notRunning' THEN 1 ELSE NULL END ) AS 未运行虚拟机数目 from [10.24.15.15].[

  • 安装 Xen2019-05-13 18:39:40

    安装 Xen 安装支持 Xen 的相关工具: $ sudo apt-get install ubuntu-xen-server 下载和安装支持 Xen 的 Linux 内核: http://security.debian.org/debian-security/pool/updates/main/l/linux-2.6/linux-image-2.6.26-2-xen-amd64_2.6.26-21lenny4_amd64.deb   http://security.deb

  • 镜像制作2019-05-13 10:40:39

    二、qga编译镜像制作准备【配置网络、编译qga】1、修改hosts      vi  /etc/hosts      文件最后添加 10.3.10.42  ftp.yovole.tech2、修改DNS    vi /etc/resolv.conf      添加:nameserver  114.114.114.114               nameserver  8.8.8.8(3

  • 基于QMP实现对qemu虚拟机进行交互2019-05-04 11:49:49

    本文详解QMP,包含qmp、hmp、qemu-guest-agent的介绍、工作原理、配置方法、范例 小慢哥的原创文章,欢迎转载 目录 ▪ QMP介绍 ▪ QMP语法 ▪ 单独使用qemu,启用QMP ▪ 通过libvirt启动qemu,启用QMP ▪ qemu-guest-agent(qemu-ga) ▪ 官方参考文档 QMP介绍 qemu对外提供了一个so

  • PAT甲级——1121 Damn Single (C++的各种stl的使用)2019-04-20 20:52:02

    "Damn Single (单身狗)" is the Chinese nickname for someone who is being single. You are supposed to find those who are alone in a big party, so they can be taken care of. Input Specification: Each input file contains one test case. For each case, t

  • django数据迁移命令2019-04-05 22:56:03

    D:\pythonspacen\djano\guest>python manage.py makemigrations sign Migrations for 'sign': sign\migrations\0001_initial.py - Create model Event - Create model Guest - Alter unique_together for guest (1 constraint(s)) D:\pyth

  • Java 12 Teeing Collector2019-03-27 14:53:00

    前言:      Collectors#teeing :返回一个由两个下游收集器组成的收集器。传递给生成的收集器的每个元素都由下游收集器处理,然后使用指定的合并函数将它们的结果合并到最终结果中。 简单地说,它允许使用两个独立的收集器收集流,然后使用提供的双功能合并结果。 //方法相应参数

  • springboot集成rabbitmq的一些坑2019-03-26 19:37:34

    默认管理页面地址是 http://127.0.0.1:15672 但是spring配置连接里面要把端口改成5672,如果不配置的话默认就是端口5672 spring.rabbitmq.host=127.0.0.1spring.rabbitmq.port=5672spring.rabbitmq.username=guestspring.rabbitmq.password=guest   

  • windows本地用户及组的区别2019-03-17 19:49:36

    Administrators(超级管理员组) 用来管理注册用户或者具有一定权限的其他管理员,维护网站的运行。 Administrators中的用户对计算机/域有不受限制的完全访问权,分配给该组的默认权限允许对整个系统进行完全控制。即使Administrators组用户没有某一权限,也可以在本地安全策略中为自己添加

  • 匿名访问windows server 2008 R2 文件服务器的共享2019-03-15 13:51:03

    匿名访问windows server 2008 R2 文件服务器的共享  匿名访问windows 2008 R2 文件服务器的共享,七步:第一步 取消简单文件共享;第二步 设置需要共享的文件夹everyone权限;第三步 net user guest /active:y (开户Guest帐户);第四步 compmgmt.msc 设置共享;测试情况中5和6默认是开启的,7

  • VirtualBox虚拟机CentOS安装增强功能Guest Additions2019-02-22 11:51:07

    VirtualBox虚拟机CentOS安装增强功能Guest Additions 转自简书 没有安装Virtual Box增强功能Guest Additions的虚拟机操作很不方便,比如: 虚拟机的分辨率最大只有1024x768; 鼠标被虚拟机捕获后要按右Ctrl键才能释放,否则只能再虚拟机里移动; 剪贴板不能共享 安装Guest Additions可以

  • 云计算基础知识:CPU虚拟化2019-02-13 10:02:39

      虚拟化技术的分类主要有服务器虚拟化、存储虚拟化、网络虚拟化、应用虚拟化。  服务器虚拟化技术按照虚拟对象来分,可分为:CPU虚拟化、内存虚拟化、I/O虚拟化;按照虚拟化程度可分为:全虚拟化、半虚拟化、硬件辅助虚拟化。  将不同的虚拟化对象和程度组合,可得出9种不同的服务器

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有