您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Java核心技术卷学习笔记 第一天

  2. 继承 extends 首先今天我学习的是Java中非常重要的三大特性之一继承,首先继承的关键字是extends 它表明正在构造的新类派生于一个已存在的类。这个已存在的类被称为超类(superclass),基类(baseclass)或父类(prantclass);新类被称为子类(subclass),派生类(dervied class)或孩子类 按常理来说父类应该拥有的功能要比子类多,但是它并不优于子类或拥有子类比子类更多的功能,实际上恰恰想反,子类拥有比父类更多的功能 我们举个简单的例子
  3. 所属分类:其它

    • 发布日期:2020-12-21
    • 文件大小:57344
    • 提供者:weixin_38590355
  1. Android Fragment的生命周期详解

  2. Fragments的生命周期        每一个fragments 都有自己的一套生命周期回调方法和处理自己的用户输入事件。 对应生命周期可参考下图: 详解Android Fragment之二:Fragment的创建和生命周期         创建片元(Creating a Fragment)        To create a fragment, you must create a subclass of Fragment (or an existing subclass of it)
  3. 所属分类:其它

    • 发布日期:2021-01-05
    • 文件大小:110592
    • 提供者:weixin_38685876
  1. 实例讲解Ruby中的钩子方法及对方法调用添加钩子

  2. 钩子方法有些类似事件驱动装置,可以在特定的事件发生后执行特定的回调函数,这个回调函数就是钩子方法(更形象的描述: 钩子方法可以像钩子一样,勾住一个特定的事件。),在Rails中before\after函数就是最常见的钩子方法。 Class#inherited方法也是这样一个钩子方法,当一个类被继承时,Ruby会调用该方法。默认情况下,Class#inherited什么都不做,但是通过继承,我们可以拦截该事件,对感兴趣的继承事件作出回应。 class String def self.inhe
  3. 所属分类:其它

    • 发布日期:2021-01-03
    • 文件大小:39936
    • 提供者:weixin_38660295
  1. spring-framework:spring的原始代码解读和分析;日常-源码

  2. AnnotationConfigApplicationContext# refresh()的14个方法 1)按照顺序执行 2)第12个,第13个方法只有异常时才执行 3)初始化完毕,最后清空缓存的数据,最后一个方法一定会执行 1. prepareRefresh() // Prepare this context for refreshing. // //准备工作包括设置启动时间,是否激活标识位, // 初始化属性源(property source)配置 prepareRefresh(); 2.
  3. 所属分类:其它

    • 发布日期:2021-03-23
    • 文件大小:17825792
    • 提供者:weixin_42178688
  1. ASProgressPopUpView(iOS源代码)

  2. 来源:github/ASProgressPopUpVLicence:未知作者:alskipp     A UIProgressView subclass that displays the percentage complete in an easy to customize popUpView.
  3. 所属分类:其它

    • 发布日期:2021-03-16
    • 文件大小:1048576
    • 提供者:weixin_38686187
  1. 利用窗口子类化隐藏系统图标VC源代码

  2. 本代码演示了如何利用窗口子类化技术隐藏系统图标 关键字:subclass,SetWindowLong,SetClassLong,CallWindowProc,子类化,隐藏系统图标
  3. 所属分类:其它

    • 发布日期:2021-03-15
    • 文件大小:14336
    • 提供者:weixin_38543749
  1. openimages:下载特定子集-源码

  2. openimages V6 下载特定的子集。 必填文件 类名: wget 训练/测试/验证图像ID: wget wget wget 从CVDF下载图像的Python脚本 wget 获取图像ID 创建一个包含您要下载的所有图像ID的文本文件 $ python image_list.py -c -d -p optional arguments: -h, --help show this help message and exit -c , --
  3. 所属分类:其它

    • 发布日期:2021-03-05
    • 文件大小:2048
    • 提供者:weixin_42178688
  1. A class of three-weight cyclic codes

  2. Cyclic codes are a subclass of linear codes and have applications in consumer electronics, data storage systems, and communication systems as they have efficient encoding and decoding algorithms. In this paper, a class of three-weight cyclic codes ov
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:267264
    • 提供者:weixin_38554186
  1. Analysis and application of logical petri nets to E-commerce systems

  2. Logical Petri Nets (LPNs) can well describe and analyze batch processing functions and passing value indeterminacy in cooperative systems. Their structures are simpler than the equivalent inhibition Petri nets. To analyze them, a vector matching meth
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:432128
    • 提供者:weixin_38614287
  1. On a class of quantum Turing machine halting deterministically

  2. We consider a subclass of quantum Turing machines (QTM), named stationary rotational quantum Turing machine (SR-QTM), which halts deterministically and has deterministic tape head position. A quantum state transition diagram (QSTD) is proposed to des
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:502784
    • 提供者:weixin_38677806
  1. iOS App中数据管理框架Core Data的基本数据操作教程

  2. NSEntityDescr iption是实体描述对象,它可以类比如数据库中的表,NSEntityDescr iption存放的是表的结构信息。这些类都是一些抽象的结构类,并不存储实际每条数据的信息,具体的数据由NSManagedObject类来描述,我们一般会将实体类化继承于NSManagedObject。 Xocde工具提供了快捷的实体类化功能,还拿我们一开始创建的班级与学生实体来演示,点击.xcdatamodeld文件,点击Xcode工具上方导航栏的Editor标签,选择Creat NSM
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:121856
    • 提供者:weixin_38612811
  1. Python面向对象编程之继承与多态详解

  2. 本文实例讲述了Python面向对象编程之继承与多态。分享给大家供大家参考,具体如下: Python 类的继承 在OOP(Object Oriented Programming)程序设计中,当我们定义一个class的时候,可以从某个现有的class 继承,新的class称为子类(Subclass),而被继承的class称为基类、父类或超类(Base class、Super class)。 我们先来定义一个class Person,表示人,定义属性变量 name 及 sex (姓名和性别); 定义一
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:90112
    • 提供者:weixin_38706531
  1. 详解Python是如何实现issubclass的

  2. 使用Python内置的issubclass方法很方便的检测一个类是否是另一个类的子类。 这个是issubclass的文档: issubclass(class, classinfo) Return true if class is a subclass (direct, indirect or virtual) of classinfo. A class is considered a subclass of itself. classinfo may be a tuple of class o
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:49152
    • 提供者:weixin_38752907
  1. python之wxPython应用实例

  2. 本文实例讲述了python之wxPython的使用方法,分享给大家供大家参考。具体方法如下: 先来看看效果,这里加载一张图片: 代码如下: #!/usr/bin/env python hello wxPython program import wx class Frame(wx.Frame): #wxPrame subclass Frame class that display a image def __init__(self, image, parent=None, id=-
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:131072
    • 提供者:weixin_38630463
  1. Prototype Class对象学习

  2. 代码如下:/* Based on Alex Arnell’s inheritance implementation. */ var Class = (function() { //临时存储parent的prototype function subclass() {}; //创建类的方法 function create() { var parent = null, properties = $A(arguments);     //检查新建一个类时,是否指定了一个父对象     //如果指定了父类
  3. 所属分类:其它

    • 发布日期:2021-01-19
    • 文件大小:57344
    • 提供者:weixin_38721652
  1. JBTextField-源码

  2. JBTextField 使用默认的iOS TextField时可以解决任何不便的TextField 例子 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 要求 iOS 9.0或更高版本 安装 JBTextField可通过。 要安装它,只需将以下行添加到您的Podfile中: pod 'JBTextField' 如何设定 1. Simply install the pod 2. Set subclass of textfield as 'JBTextF
  3. 所属分类:其它

    • 发布日期:2021-03-30
    • 文件大小:53248
    • 提供者:weixin_42143161
« 1 2 ... 8 9 10 11 12 13»