Java Reflection in Action 作者:Ira R·Forman/Nate Forman 出版社:Manning Publications 出版年:2004-10 页数:300 定价:USD 44.95 装帧:Paperback ISBN:9781932394184 豆瓣评分 7.5 30人评价 5星 16.7% 4星 53.3% 3星 26.7% 2星 3.3% 1星 0.0% 评价:...
Java Reflection in Action starts from the basics. It gradually builds a complete understanding, adding as it goes reflective concepts illustrated with many small examples that are useful in real applications. In a subplot, the book follows a programmer, George, as he tackles common but difficult ...
Java Reflection In Action(英文版) Java Reflection In Action(英文版) java2007-09-25 上传大小:1270KB 所需:9积分/C币 基于Lasso分位数回归的数据预测分析及其广泛应用 内容概要:本文详细介绍了基于Lasso分位数回归的数据回归预测方法。首先阐述了Lasso分位数回归作为一种结合Lasso回归与分位数回归的统计方法,...
java reflection in action评分: java reflection in action 2005 英文版 java reflection 反射2009-09-06 上传大小:1271KB 所需:9积分/C币 MATLAB实现基于卡尔曼滤波的距离预测算法 采用MATLAB编写的距离预测程序,使用到了卡尔曼滤波算法,能够根据前一个目标距离测量值预测下一时刻目标距离,并估计目标运动速度。
* @version 1.1 2004-02-21 * @author Cay Horstmann */ public class ReflectionTest { public static void main(String[] args) { // read class name from command line args or user input String name; if (args.length > 0) { name = args[0]; } else { Scanner in = new Scanner(System....
O'Reilly Java and XML (第三版PDF)http://bbs.topsage.com/dispbbs.asp?boardID=121&ID=167584Java技术XML高级编程 http://bbs.topsage.com/dispbbs.asp?boardID=121&ID=147800Java Reflection in Action [MANNING] http://bbs.topsage.com/dispbbs.asp?boardID=121&ID=178017 Java Puzzler (Java 解惑) ...
Dagger2 - Compile-time injection framework without reflection. Guice - Lightweight but powerful framework that completes Dagger. HK2 - Light-weight and dynamic dependency injection framework. GitHub - m0ver/awesome-java: A curated list of awesome Java frameworks, libraries and software.Development Augm...
你需要学习JAVA语言的基础知识以及它的核心类库(collections,serialization,streams,networking, multithreading,reflection,event,handling,NIO,localization,以及其他)。 你需要学习java数据库技术,如JDBCAPI并且会使用至少一种persistence/ORM构架,例如Hibernate,JDO, CocoBase,TopLink,InsideLiberator(国产JDO红工厂软件)或者iBat...
Mirror - Mirror was created to bring light to a simple problem, usually named ReflectionUtil, which is on almost all projects that rely on reflection to do advanced tasks. Objenesis - Allows dynamic instantiation without default constructor, e.g. constructors which have required arguments, side ...
jOOR - jOOR stands for jOOR Object Oriented Reflection. It is a simple wrapper for the java.lang.reflect package. Mirror - Mirror was created to bring light to a simple problem, usually named ReflectionUtil, which is on almost all projects that rely on reflection to do advanced tasks. Objen...