搜索资源列表
Item35
- reflection方式的代码-reflection mode code
水面倒影.
- 水面倒影.虽然跟用photoshop处理过的水面倒影相差很大,但实现后,一定会给你带来成就感,适合初学的朋友-surface reflection. Although it used photoshop handled the surface reflection of the great difference, but after realizing must give you a sense of achievement, suitable for beginners friends
reflection
- 有关Java反射的相关示例代码,详细使用的反射机制中的相关方法-Java reflection on the relevant sample code, detailed the use of the reflection of the correlation method
reflection
- Java反射包的一些使用例子,使用GB2312编码打开文件。-Some use of Java reflection package example, use the GB2312 code to open the file.
reflection
- java SE里面最重要的东东 反射 这里给了个例子…… 可以-reflection Good use of it,could make you using java comfortably
JAVA-REFLECTION
- JAVA的反射机制与动态代理 JAVA REFLECTION AND DYNAMIC PROXY
Examples-of-reflection
- 反射的一个小例子,获取属性等方法,包括获取原来的访问控制权限 等-Reflection of a small example, access to property and other methods, including access to the original access control, etc.
reflection-of-java
- PDF格式的,JAVA反射机制详细介绍,最后还有练习题-JAVA reflection
java-reflection-in-action
- Manning - java reflection in action-Manning- java reflection in action(2005)
JAVA-Reflection
- Reflection 是Java被视为动态(或准动态)语言的一个关键性质。这个机制允许程序在运行时透过Reflection APIs取得任何一个已知名称的class的内部信息,包括其modifiers(诸如public, static 等等)、superclass(例如Object)、实现之interfaces(例如Cloneable),也包括fields和methods的所有信息,并可于运行时改变fields内容或唤起methods。本文借由实例,大面积示范Reflection APIs。-R
sample-of-reflection
- 这是一个简单的java通过反射机制调用对象的程序,对以后开发框架有很大帮助.-this is a program written by java of reflection.
Reflection
- 关于java反射的demo,对于学习java起到一定的入门支持-About the the java reflection demo for learning java play a certain entry support
java-reflection-Xiangjie
- java 反射详解,详细解释了反射机制的运用-Java reflection explanation, explain in detail the use of reflection mechanism
java-reflection
- java 反射学习,这是我整理的关于Java反射机制的几个例子,基本涵盖了反射的所有内容-java reflective learning, this is my Java reflection finishing a few examples, covering all reflected
reflection
- java反射资料,重量级反射思想教程,及下相关框架的反射应用实例-the java reflection data, heavyweight reflective thinking tutorial, and under the framework of reflection application instance
reflection
- 反射基础实例,适合将要学习框架或者想要理解框架的java程序员-Examples reflection foundation for the framework or want to learn java programmer to understand the framework
java-reflection-and-Annotation
- java反射与Annotation,代码详细有注释,可以直接在MyEclipse运行。欢迎下载使用-java reflection and Annotation, the code has detailed notes, directly in MyEclipse. Welcome to download
java-Reflection
- 自己学习Java反射的源码,有助于更好地理解反射机制,大家可以一起学习,共同进步-Reflecting their own learning Java source code, contribute to a better understanding of reflection, we can learn together and progress together
Reflection
- java反射,主要介绍了java语言中使用反射机制获取class类中构造器,域,方法(Java reflection, mainly introduces the use of reflection mechanism in the Java language to obtain the constructor, domain, and method of the class class.)