`

MyEclipse7.0 下载地址

阅读更多

MyEclipse7.0 下载地址:downloads.myeclipseide.com/downloads/products/eworkbench/7.0M1/MyEclipse_7.0M1_E3.4.0_Installer.exe

http://downloads.myeclipseide.com/downloads/products/eworkbench/7.0M1/MyEclipse_7.0M1_E3.4.0_Installer.exe

1、建立java Project,任意取个名字就行。

2、建立一个名字为MyEclipseGen的类文件,内容见附件。

3、运行该代码,在控制台中会出现:

   please input register name:
   ×××××(你的name)

   即生成序列号:


4、进入myeclipse,输入Subscriber和Subscription code即可。

附件:


import java.io.BufferedReader;  
import java.io.IOException;  
import java.io.InputStreamReader;  

public class MyEclipseGen {  
    private static final String LL = "Decompiling this copyrighted software is a violation of both your license agreement and the Digital Millenium Copyright Act of 1998 (
http://www.loc.gov/copyright/legislation/dmca.pdf). Under section 1204 of the DMCA, penalties range up to a $500,000 fine or up to five years imprisonment for a first offense. Think about it; pay for a license, avoid prosecution, and feel better about yourself.";  

    public String getSerial(String userId, String licenseNum) {  
        java.util.Calendar cal = java.util.Calendar.getInstance();  
        cal.add(1, 3);  
        cal.add(6, -1);  
        java.text.NumberFormat nf = new java.text.DecimalFormat("000");  
        licenseNum = nf.format(Integer.valueOf(licenseNum));  
        String verTime = new StringBuilder("-").append(new java.text.SimpleDateFormat("yyMMdd").format(cal.getTime())).append("0").toString();  
        String type = "YE3MP-";  
        String need = new StringBuilder(userId.substring(0, 1)).append(type).append("300").append(licenseNum).append(verTime).toString();  
        String dx = new StringBuilder(need).append(LL).append(userId).toString();  
        int suf = this.decode(dx);  
        String code = new StringBuilder(need).append(String.valueOf(suf)).toString();  
        return this.change(code);  
    }  

    private int decode(String s) {  
        int i;  
        char[] ac;  
        int j;  
        int k;  
        i = 0;  
        ac = s.toCharArray();  
        j = 0;  
        k = ac.length;  
        while (j < k) {  
            i = (31 * i) + ac[j];  
            j++;  
        }  
        return Math.abs(i);  
    }  

    private String change(String s) {  
        byte[] abyte0;  
        char[] ac;  
        int i;  
        int k;  
        int j;  
        abyte0 = s.getBytes();  
        ac = new char[s.length()];  
        i = 0;  
        k = abyte0.length;  
        while (i < k) {  
            j = abyte0[i];  
            if ((j >= 48) && (j <= 57)) {  
                j = (((j - 48) + 5) % 10) + 48;  
            } else if ((j >= 65) && (j <= 90)) {  
                j = (((j - 65) + 13) % 26) + 65;  
            } else if ((j >= 97) && (j <= 122)) {  
                j = (((j - 97) + 13) % 26) + 97;  
            }  
            ac[i] = (char) j;  
            i++;  
        }  
        return String.valueOf(ac);  
    }  

    public MyEclipseGen() {  
        super();  
    }  

    public static void main(String[] args) {  
        try {  
            System.out.println("please input register name:");  
            BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));  
            String userId = null;  
            userId = reader.readLine();  
            MyEclipseGen myeclipsegen = new MyEclipseGen();  
            String res = myeclipsegen.getSerial(userId, "5");  
            System.out.println("Serial:" + res);  
            reader.readLine();  
        } catch (IOException ex) {  
        }  
    }  
}

我运行后的结果:

please input register name:
sorc
Serial:fLR8ZC-855550-6654585354305964

注:private static final String LL = "Decompiling this copyrighted software is a violation of both your license agreement and the Digital Millenium Copyright Act of 1998 (http://www.loc.gov/copyright/legislation/dmca.pdf). Under section 1204 of the DMCA, penalties range up to a $500,000 fine or up to five years imprisonment for a first offense. Think about it; pay for a license, avoid prosecution, and feel better about yourself.";

此段代码常量不可变更 否则注册码无效

 

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/zjysun/archive/2009/03/24/4021114.aspx

分享到:
评论

相关推荐

    MyEclipse7.0 注册码 序列号 Java版注册机源代码 MyEclipse7.0 下载地址

    - **官方下载地址**: - [MyEclipse 7.0M1](http://downloads.myeclipseide.com/downloads/products/eworkbench/7.0M1/MyEclipse_7.0M1_E3.4.0_Installer.exe) 安装过程较为简单,只需按照提示进行操作即可完成...

    myeclipse7.0注册码破解代码

    MyEclipse7.0 下载地址: downloads.myeclipseide.com/downloads/products/eworkbench/7.0M1/MyEclipse_7.0M1_E3.4.0_Installer.exe http://downloads.myeclipseide.co ... 3.4.0_Installer.exe 1、建立java ...

    myeclipse7.0注册码

    1. **下载安装包**:可以从MyEclipse官方网站或其他可信来源下载MyEclipse 7.0的安装程序。 - [MyEclipse 7.0](http://downloads.myeclipseide.com/downloads/products/eworkbench/7.0/myeclipse-7.0-win32.exe) -...

    最新MyEclipse 7.0注册码和生成码!欢迎下载~!

    标题与描述中的关键词“最新MyEclipse 7.0注册码和生成码”指向的是一个涉及软件注册与授权管理的主题,然而,从专业角度出发,我们应该聚焦于合法使用软件及软件授权的重要性和必要性,而非探讨任何可能违反版权法...

    MyEclipse7.0 相关资料

    - **下载地址**: - **MyEclipse 7.0**:[http://downloads.myeclipseide.com/downloads/products/eworkbench/7.0M2/MyEclipse_7.0M2_E3.4.0_Installer.exe]...

    myeclipse 7.0注册码

    根据提供的下载地址(http://downloads.myeclipseide.com/downloads/products/eworkbench/7.0M1/MyEclipse_7.0M1_E3.4.0_Installer.exe),用户可以直接下载MyEclipse 7.0 M1版本的安装程序。安装过程中,请按照提示...

    Myeclipse 7.0 注册码

    Myeclipse 7.0 注册码 Myeclipse 7.0 注册码 Myeclipse 7.0 注册码 Myeclipse 7.0 注册码 Myeclipse 7.0 注册码 Myeclipse 7.0 注册码

    最新MyEclipse7.0注册码

    ### MyEclipse 7.0简介 MyEclipse是基于Eclipse平台的一个增强版开发工具,它不仅包含了Eclipse的所有功能,还在此基础上增加了许多实用的功能模块。MyEclipse 7.0版本作为一款成熟的集成开发环境(IDE),特别适用...

    Myeclipse7.0汉化包

    Myeclipse7.0最新汉化包090216包含了完整的汉化资源,旨在将MyEclipse 7.0的工作界面、菜单、提示信息等转化为简体中文。安装汉化包通常包括以下步骤: - 下载汉化包文件,确保与你的MyEclipse版本匹配。 - 解压...

    myEclipse7.0破解文件

    myEclipse7.0破解文件myEclipse7.0破解文件

    myeclipse6.0&&myeclipse7.0注册码生成程序

    myeclipse6.0&&myeclipse7.0注册码生成程序myeclipse6.0&&myeclipse7.0注册码生成程序myeclipse6.0&&myeclipse7.0注册码生成程序

    myeclipse7.0最新汉化包及此的汉化方法

    为此,"myeclipse7.0最新汉化包"应运而生,旨在帮助用户更便捷地理解和操作MyEclipse。 汉化包的使用方法通常分为以下几个步骤: 1. **下载汉化包**:首先,你需要找到与MyEclipse 7.0兼容的最新汉化包。这个汉化...

    MyEclipse7.0注册码(保证可用)

    MyEclipse7.0注册码(保证可用)

    Myeclipse7.0集成jad反编译

    本文将深入探讨如何在Myeclipse7.0集成jad反编译,帮助开发者更好地理解和调试代码。 首先,JAD(Java Decompiler)是一款强大的反编译工具,能够将字节码转换回接近原始的Java源代码。它对于没有源代码的第三方库...

    myeclipse7.0英文下载

    在探讨“myeclipse7.0英文下载”的知识点时,我们不仅关注下载链接的有效性,更深入地了解MyEclipse 7.0这一版本的特性、功能以及在软件开发领域中的应用价值。MyEclipse是基于Eclipse平台的一款增强型集成开发环境...

    myeclipse7.0破解方法

    myeclipse7.0破解方法,亲自测试,非常实用。

    MyEclipse 7.0 Milestone-1汉化包

    1. 下载汉化包:首先,用户需要从可靠的源获取MyEclipse 7.0 Milestone-1的汉化包,确保文件的安全性。 2. 解压文件:下载后的文件通常为.zip或.rar格式的压缩包,用户需要使用解压工具将其解压到本地文件夹。 3. ...

    myeclipse7.0中文攻略

    1. 安装:下载MyEclipse 7.0安装包,按照向导步骤完成安装。 2. 配置:启动后,用户需配置JDK路径,以便MyEclipse识别和使用Java编译器。 3. 更新:通过"Help" -&gt; "Check for Updates"检查并安装最新的补丁和插件,...

    myeclipse 7.0 破解另类的破解方法

    myeclipse 7.0 破解另类的破解方法

Global site tag (gtag.js) - Google Analytics