2015年12月20日
posted @ 2015-12-20 22:04
zhaobin022
阅读(1173)
推荐(0)
摘要:
老男孩 图片 .clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden;}
阅读全文
posted @ 2015-12-20 21:45
zhaobin022
阅读(180)
推荐(0)
2015年12月19日
摘要:
from django.db.models import Qcon = Q() q1 = Q()q1.connector = 'OR'q1.children.append(('id', 1))q1.children.append(('id', 10))q1.children.append(('id'
阅读全文
posted @ 2015-12-19 17:32
zhaobin022
阅读(1155)
推荐(0)
2015年12月18日
摘要:
#!/usr/bin/python# -*- coding: utf-8 -*-import cx_Oracle import stringfrom email import encodersfrom email.header import Headerfrom email.mime.text i...
阅读全文
posted @ 2015-12-18 15:29
zhaobin022
阅读(191)
推荐(0)
摘要:
#!/bin/sh## latigid010@yahoo.com# 01/06/2000## This Nagios plugin was created to check Oracle status#export ORACLE_SID=testexport ORACLE_BASE=/test/u...
阅读全文
posted @ 2015-12-18 15:27
zhaobin022
阅读(394)
推荐(0)
摘要:
#!/usr/bin/python#coding=utf-8 import datetime from subprocess import Popen, PIPEimport osimport smtplibfrom email.mime.text import MIMETextfrom emai...
阅读全文
posted @ 2015-12-18 15:22
zhaobin022
阅读(302)
推荐(0)
2015年12月17日
摘要:
bank.py__author__ = 'zhaobin022'import jsonimport toolsimport getpassimport datetimeclass DatabaseHelper: def __init__(self): self.databas...
阅读全文
posted @ 2015-12-17 15:01
zhaobin022
阅读(201)
推荐(0)
摘要:
server.py__author__ = 'zhaobin022'#!/usr/bin/env python# -*- coding:utf-8 -*-import SocketServerimport subprocessimport reimport osclass MyServer(Sock...
阅读全文
posted @ 2015-12-17 14:57
zhaobin022
阅读(153)
推荐(0)
摘要:
__author__ = 'zhaobin022'#!/usr/bin/env python# -*- coding:utf-8 -*-import SocketServerimport subprocessclass MyServer(SocketServer.BaseRequestHandler...
阅读全文
posted @ 2015-12-17 09:51
zhaobin022
阅读(265)
推荐(0)
2015年12月16日
摘要:
http://chuck.blog.51cto.com/10232880/1720953带你走进虚拟化世界之kvm2015-12-08 23:10:46标签:云计算 虚拟化 kvm原创作品,允许转载,转载时请务必以超链接形式标明文章原始出处、作者信息和本声明。否则将追究法律责任。http://chu...
阅读全文
posted @ 2015-12-16 14:38
zhaobin022
阅读(1513)
推荐(0)