python封装和私有化-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 377751
  • 博文数量: 112
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 800
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-29 13:41
文章分类

全部博文(112)

文章存档

2020年(1)

2018年(10)

2017年(27)

2016年(18)

2015年(31)

2014年(25)

发布时间:2017-07-21 17:13:02

  “封装(encapsulation)”是对对象(object)的一种抽象,将某些部分隐藏起来,在程序外部看不到,无法调用。点击(此处)折叠或打开#!/usr/bin/env python# coding=utf-8'''__tes 是私有方法,te方法和__tes方法在同一个类中,可以调用。.........

阅读(643) | 评论(0) | 转发(0)

发布时间:2017-07-19 17:40:15

@staticmethod 表示静态方法@classmethod 表示类方法点击(此处)折叠或打开#!/usr/bin/env python# coding=utf-8class test(object):    def instance(self):        print.........

阅读(485) | 评论(0) | 转发(0)

发布时间:2017-07-18 18:22:19

类的继承过程中,子类经常会重写一些父类的方法,导致父类的方法不能用。如果要想调用父类的方法可以使用super(子类,self).方法。点击(此处)折叠或打开#!/usr/bin/env python# coding=utf-8class aa(object):    def __init__(.........

阅读(512) | 评论(0) | 转发(0)

发布时间:2017-07-04 12:02:00

点击(此处)折叠或打开#!/bin/bashdate="$(date %f -d "-1 day")"log_path=/game/khan/bin/log/log_file="login_${date}.log"acc_file="account.txt"platform=($(more ${log_tmp_dir}/${log_file} |grep 'lbqueryawardinf.........

阅读(779) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图