摘要:
1、流程图 2、目录分类 start.py 程序入口 bin auth.py 提供统一登录 conf operation.py 提供用户包括管理员操作函数,包括:添加账户、锁定账户、 搜索账户、更新额度、取现、转账、还款、查看 db info.txt 保存账户信息 log getlog.py 记录用 阅读全文
摘要:
1、流程图 2、代码 1 #!/usr/bin/env python 2 #-*- coding:utf-8 -*- 3 #Author: Tony Chiu 4 #Blog:http://www.cnblogs.com/tonychiu 5 #Github:https://github.com/q 阅读全文
摘要:
1、流程图 2、代码 1 #!/usr/bin/env python 2 #-*- coding:utf-8 -*- 3 #Author: Tony Chiu 4 #Blog:http://www.cnblogs.com/tonychiu 5 #Github:https://github.com/q 阅读全文
摘要:
1、流程图 2、代码 1 #!/usr/bin/env python 2 #-*- coding:utf-8 -*- 3 #Author: Tony Chiu 4 #Blog:http://www.cnblogs.com/tonychiu 5 #Github:https://github.com/q 阅读全文
摘要:
Install the vCloud Automation Center guest agent on your reference machine. The guest agent runs as a service in Windows or as a daemon in Linux on th 阅读全文
摘要:
1、查看当前image大小 [root@ceph-client ~]# rbd showmapped id pool image snap device 0 rbd foo - /dev/rbd0 [root@ceph-client ~]# rbd info foo rbd image 'foo': 阅读全文
摘要:
1、查看现有池 [root@ceph-client ~]# ceph osd lspools 0 rbd, 注意:另创建的pool name不可含有特殊字符,如“-”等 2、查看当前目录文件 [root@ceph-client mnt]# df -Th | grep rbd /dev/rbd0 ex 阅读全文
摘要:
一、环境 Hypervisor:RHEL 6.3 IP:10.10.60.10 login:root passwd:root Guest OS :CentOS 6.3 两台 node1 IP:10.10.60.16 login:root passwd:root node2 IP:10.10.60.5 阅读全文
摘要:
示例: 物理节点IP:10.12.40.0/24 (vlan4440) 虚机 IP:10.16.41.0/24 (vlan4439) 1、 物理网桥 # vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="eth0" BOOTPROTO="no 阅读全文
摘要:
默认情况下,kvm环境 virt-manager创建的虚机,磁盘格式为raw;如果要修改默认格式,见下图 此对应的配置文件为 # more /root/.gconf/apps/virt-manager/new-vm/%gconf.xml <?xml version="1.0"?> <gconf> < 阅读全文