2015年10月14日

python @

摘要: test_\@.pyclass myDecorator(object): def __init__(self, f): print "inside myDecorator.__init__()" self.f = f def __call__(... 阅读全文

posted @ 2015-10-14 16:21 DayAfterDay 阅读(142) 评论(0) 推荐(0) 编辑

python __dict__

摘要: test_\@.py#!/usr/bin/env python2#-*- coding: utf-8 -*-def args(*args, **kwargs): def _decorator(func): print "befor ", func.__dict__ ... 阅读全文

posted @ 2015-10-14 16:05 DayAfterDay 阅读(250) 评论(0) 推荐(0) 编辑

iscsi 开机自动挂载

摘要: 1.安装open-iscsiapt-get install open-iscsi2.发现iscsi-target(ISCSI服务器IP:192.168.1.104)iscsiadm -m discovery -t sendtargets -p 192.168.1.1043.设置开机自动登录到iscs... 阅读全文

posted @ 2015-10-14 14:11 DayAfterDay 阅读(5251) 评论(0) 推荐(0) 编辑

导航