代码搜索:ClassLoader

找到约 540 项符合「ClassLoader」的源代码

代码结果 540
www.eeworm.com/read/162519/5546947

java classloader.java

/* ClassLoader.java -- responsible for loading classes into the VM Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Cl
www.eeworm.com/read/102596/15768565

html classloader.html

www.eeworm.com/read/102596/15768624

html classloader.html

www.eeworm.com/read/165810/5476917

classloader velocity.properties.classloader

resource.loader = class class.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader runtime.log = velocity.log
www.eeworm.com/read/279884/4132262

classloader velocity.properties.classloader

resource.loader = class class.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader runtime.log = velocity.log
www.eeworm.com/read/173122/5380285

java classmanager.java

// Transmogrify License // // Copyright (c) 2001, ThoughtWorks, Inc. // All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitte
www.eeworm.com/read/122234/14712909

txt 了解 java classloader.txt

了解 JAVA <mark>classloader</mark> (加入日期:2001-9-22 点击数:1057) 【对此文发表评论】 【编程爱好者论坛】 【保存文章至硬盘】 【打印文章】 什么是 <mark>ClassLoader</mark>? 在流行的商业化编程语言中,Java 语言由于在 Java 虚拟机 (JVM) 上运行而显得与众不同。这意味着已编译的程序是一种特殊的、独立于平台的格式,并非依赖于它们所运行 ...
www.eeworm.com/read/167133/5469043

h java_lang_classloader.h

/* * java_lang_ClassLoader.h * Placeholder ClassLoader type for Kaffeh. Kaffeh never * uses this type, so its layout and format are irrelevant. * * Copyright (c) 2002. Pat Tullmann