会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
zhaobin022
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2015年12月20日
css 返回顶部效果
摘要: 相对 返回顶部
阅读全文
posted @ 2015-12-20 22:04 zhaobin022
阅读(1168)
评论(0)
推荐(0)
编辑
css clearfix (导航效果)
摘要: 老男孩 图片 .clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden;}
阅读全文
posted @ 2015-12-20 21:45 zhaobin022
阅读(178)
评论(0)
推荐(0)
编辑
2015年12月19日
Django 多条件查询(Q)
摘要: 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
阅读(1127)
评论(0)
推荐(0)
编辑
2015年12月18日
check datagurad scripts using python
摘要: #!/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
阅读(185)
评论(0)
推荐(0)
编辑
nagios check_oracle plugin (add check temp tablespace)
摘要: #!/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
阅读(388)
评论(0)
推荐(0)
编辑
monitor tomcat sctips
摘要: #!/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
阅读(296)
评论(0)
推荐(0)
编辑
2015年12月17日
ATM 练习
摘要: bank.py__author__ = 'zhaobin022'import jsonimport toolsimport getpassimport datetimeclass DatabaseHelper: def __init__(self): self.databas...
阅读全文
posted @ 2015-12-17 15:01 zhaobin022
阅读(198)
评论(0)
推荐(0)
编辑
socket 练习 ftp
摘要: 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
阅读(148)
评论(0)
推荐(0)
编辑
socket 练习 sendcommand
摘要: __author__ = 'zhaobin022'#!/usr/bin/env python# -*- coding:utf-8 -*-import SocketServerimport subprocessclass MyServer(SocketServer.BaseRequestHandler...
阅读全文
posted @ 2015-12-17 09:51 zhaobin022
阅读(257)
评论(0)
推荐(0)
编辑
2015年12月16日
带你走进虚拟化世界之kvm(转载)
摘要: http://chuck.blog.51cto.com/10232880/1720953带你走进虚拟化世界之kvm2015-12-08 23:10:46标签:云计算 虚拟化 kvm原创作品,允许转载,转载时请务必以超链接形式标明文章原始出处、作者信息和本声明。否则将追究法律责任。http://chu...
阅读全文
posted @ 2015-12-16 14:38 zhaobin022
阅读(1465)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
下一页