代码搜索:ClassLoader
找到约 540 项符合「ClassLoader」的源代码
代码结果 540
www.eeworm.com/read/130683/14178866
txt 运用加密技术保护java源代码.txt
运用加密技术保护Java源代码
[ 源文作者俞良松 ,由test发表于2003-12-19 21:29:48]
软件工程师,独立顾问和自由撰稿人
2001 年 10 月
Java程序的源代码很容易被别人偷看。只要有一个反编译器,任何人都可以分析别人的代码。本文讨论如何在不修改原有程序的情况下,通过加密技 ...
www.eeworm.com/read/230049/14307742
java loaderassertions.java
//: c15:LoaderAssertions.java
// Using the class loader to enable assertions
// Compile with: javac -source 1.4 LoaderAssertions.java
// {ThrowsException}
// From 'Thinking in Java, 3rd ed.' (c) B
www.eeworm.com/read/127767/14337509
txt e004. instantiating a bean.txt
try {
MyBean bean = (MyBean)Beans.instantiate(ClassLoader.getSystemClassLoader(), "MyBean");
} catch (ClassNotFoundException e) {
} catch (IOException e) {
}
www.eeworm.com/read/227018/14443840
local~ caculator.jpx.local~
debug.NoTracingClasses.1[0]=16 java.lang.Object1 1 -1
debug.NoTracingClasses.2[0]=21 java.lang.ClassLoader1 1 -1
debug.NoTracingClasses.3[0]=16 java.lang.String1 1 -1
debug.SplitThreadsAndDataVi
www.eeworm.com/read/122234/14712845
txt 运用加密技术保护java源代码.txt
运用加密技术保护Java源代码
(加入日期:2001-10-24 点击数:1803)
【对此文发表评论】 【编程爱好者论坛】 【保存文章至硬盘】 【打印文章】
作者: 俞良松
来源:www.ibm.com
俞良松 (javaman@163.net)
软件工程师,独立顾问和自由撰稿人
2001 年 10 月
Java程序的源代码很容易被别人偷看。只要有一个反编 ...
www.eeworm.com/read/117483/14918290
java decryptstart.java
import java.io.*;
import java.security.*;
import java.lang.reflect.*;
import javax.crypto.*;
import javax.crypto.spec.*;
public class DecryptStart extends ClassLoader
{
// 这些对象在构造函数中设置,
www.eeworm.com/read/172374/5388369
local~ cowriepixie.jpx.local~
debug.NoTracingClasses.1[0]=16 java.lang.Object1 1 -1
debug.NoTracingClasses.2[0]=21 java.lang.ClassLoader1 1 -1
debug.NoTracingClasses.3[0]=16 java.lang.String1 1 -1
debug.SplitThreadsAndDataVi
www.eeworm.com/read/171479/5394868
groovy groovyclassloadertest.groovy
/*
* $Id: GroovyClassLoaderTest.groovy,v 1.2 2006/06/06 15:06:04 blackdrag Exp $
*
* Copyright (c) 2005 The Codehaus - http://groovy.codehaus.org
*
* Licensed under the Apache License, Version 2.
www.eeworm.com/read/167911/5450859
java myclassloader.java
import java.io.*;
import java.lang.reflect.*;
import java.security.*;
import javax.crypto.*;
public class MyClassLoader extends ClassLoader
{
public Class findClass( String name){
by
www.eeworm.com/read/167911/5450864
java test1.java
import java.util.*;
import java.io.*;
import java.lang.reflect.*;
class Test1{
public static void main(String args[] ) throws Exception{
//获取ClassLoader并加载命令行参数指定的类
ClassLo