摘要: pip3 install django #安装rabbitmq连接模块 pip3 install pika pip3 install paramiko pip3 install ipython pip3 install lxml 阅读全文
posted @ 2017-08-09 17:25 golangav 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 命令行执行Django脚本 阅读全文
posted @ 2017-08-09 16:48 golangav 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 数据库设计 命令行执行Django脚本 安装shellinabox-master 安装shellinabox-master 一. 简单开发: yum install epel-release -y yum install strace chmod u+s `which strace` yum ins 阅读全文
posted @ 2017-08-09 15:11 golangav 阅读(402) 评论(0) 推荐(1) 编辑
摘要: 审计系统(堡垒机) from django.db import models from django.contrib.auth.models import User # Create your models here. class IDC(models.Model): name = models.C 阅读全文
posted @ 2017-08-09 15:04 golangav 阅读(365) 评论(0) 推荐(0) 编辑