CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 反射

搜索资源列表

  1. darzeeejulp

    0下载:
  2. 利用java反射机制,根据基于O/R映射的数据持久层框架的设计方案,采用反射机制实现了域对象(Domain Object)信息的动态加载-use java reflex mechanism, based upon the O / R mapping data persistence layer framework for the design, reflex mechanisms used to achieve the target domain (Domain Object) informat
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:31609
    • 提供者:达子
  1. PowerBeanUtil

    0下载:
  2. 使用反射去掉Bean的所有String类型属性的空格-use reflection remove all String Bean type attributes space
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1951
    • 提供者:kq
  1. Java_reflect.rar

    0下载:
  2. 利用反射机制对属性赋值,主要用于对javabean的自动赋值,The use of reflective properties of the assignment mechanism, mainly used for the automatic assignment javabean
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1619
    • 提供者:ljq
  1. CopyUtil

    0下载:
  2. 通过JAVA的反射机制实现对象属性的拷贝-JAVA reflection through the mechanisms of the copy object properties
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1504
    • 提供者:丁鹏
  1. InvokeMethodDemo

    0下载:
  2. java 中反射应用的例子 通过反射可以取回类的方法的对象代表,可以用它的invoke方法动态到哦那个指定的方法 -java application examples in the reflection through the reflection-type method can recover the object on behalf of, you can use it to invoke methods dynamically Oh that designated Ways
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2285
    • 提供者:chenyu
  1. FrameWork

    0下载:
  2. 应用泛型以及反射编写的单表操作框架,练习使用-reflection and fremwork
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-22
    • 文件大小:40432722
    • 提供者:王松
  1. reflection

    0下载:
  2. 有关Java反射的相关示例代码,详细使用的反射机制中的相关方法-Java reflection on the relevant sample code, detailed the use of the reflection of the correlation method
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:17035
    • 提供者:feifire
  1. JavaTCPUDP

    0下载:
  2. Java中hash码问题、对象的克隆技术、比较器的使用及Class类的反射机制-Java problems in the hash code, object cloning, the use of the comparator and the Class class reflection
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2427
    • 提供者:cong
  1. java_reflex_mechanism

    0下载:
  2. 讲解JAVA一个非常重要的反射机制,里面还包含有简单的例子-JAVA explain a very important reflection mechanism, which also contains a simple example
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:10776
    • 提供者:skywang
  1. java

    0下载:
  2. java反射机制,这是一个java反射机制的例子,有助于对java反射机制的理解-java reflection mechanism, which is an example of a java reflection mechanism to help the understanding of java reflection
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:162237
    • 提供者:daijiangbo
  1. 15

    0下载:
  2. 第15章:Java反射机制。给大家做的实在的,JAVA开发视频系列代码,共22章。-this is the first part of the series of the research of the java,beleve me.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1497966
    • 提供者:ganggang
  1. tools

    0下载:
  2. 利用java反射机制,根据简单的对象生成相应的xml文件,实现的CRUD-Using java reflection mechanism, based on simple objects generate the xml file, to achieve the CRUD
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:3004
    • 提供者:xuan
  1. loadclass

    0下载:
  2. 通过Java反射机制使用各种子类的自动调用,是实现反射类应用的标准框架。-Java reflection mechanism by using a variety of sub-class is automatically called, is to achieve a standard framework for reflection-type applications.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2557
    • 提供者:atom
  1. Java-1

    0下载:
  2. JAVA反射相关基本知识学习(包括PPT、实列)-JAVA basics of reflection-related learning (including PPT, solid line)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:81323
    • 提供者:周桂
  1. JAVA中的反射机制详解

    1下载:
  2. Java反射机制主要提供了以下功能: 在运行时判断任意一个对象所属的类;在运行时构造任意一个类的对象;在运行时判断任意一个类所具有的成员变量和方法;在运行时调用任意一个对象的方法;生成动态代理。(Java reflection mechanism provides the following functions: to determine an arbitrary object class at runtime; object to construct an arbitrary class at
  3. 所属分类:Java编程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:一只游鱼
  1. 基于javassist调用方法

    0下载:
  2. 基于javassist的动态编码,快速调用某个类的方法,相比于JDK的反射调用更快(Dynamic encoding based on javassist, quickly call a class method, faster than JDK reflection call)
  3. 所属分类:Java编程

    • 发布日期:2018-01-04
    • 文件大小:581632
    • 提供者:特朗普X
  1. javassist

    0下载:
  2. 基于javassist的方法快速反射调用的实现,可减少系统模块间的耦合程度(The implementation of fast reflection call based on javassist can reduce the coupling degree between system modules)
  3. 所属分类:Java编程

    • 发布日期:2018-01-04
    • 文件大小:581632
    • 提供者:特朗普X
  1. ioc

    0下载:
  2. 基于反射原理实现一个基础的spring ioc框架,通过xml文件输入配置信息(Based on the principle of reflection to implement a basic spring IOC framework, input configuration information through the XML file)
  3. 所属分类:Java编程

    • 发布日期:2018-01-07
    • 文件大小:7168
    • 提供者:噼哩啪啦
  1. java学习——java中的反射学习笔记

    0下载:
  2. java学习——java中的反射学习笔记(ava learning -- reflection learning notes in Java)
  3. 所属分类:Java编程

    • 发布日期:2018-04-29
    • 文件大小:145408
    • 提供者:木木大
  1. EMWSystem

    0下载:
  2. 利用反射原理实现,以实体为参数查询对应表名,数据库查询持久层小工具(Using the principle of reflection, query the corresponding table name with the entity as the parameter, the database query the protracted layer)
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:317440
    • 提供者:峰鹏
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com