注册 登录
编程论坛 J2EE论坛

myeclipse6.0注册码大放送

lgdcky 发布于 2007-10-17 21:48, 10310 次点击
Subscriber: yeming
Subscription Code: lLR7ZL-655444-54516456213945437
找了半天才找了个网上不太那么显眼的,我用过可是使用,不过注意注册时千万别上网否则你就重装吧!
11 回复
#2
枫飘天涯2007-10-17 21:49

收下的 楼主真是好人

#3
lgdcky2007-10-17 21:51
不错是不错!拜托大家顶一顶啊!要不沉底了以后的人就没得看了啊!!!!!
#4
huwangvs2007-10-20 13:28

Subscriber: www.1cn.biz
Subscriber Code: jLR8ZC-655355-5450765457039125



Subscriber: www.1cn.biz
Subscriber Code: jLR7ZL-655355-5450755330522962

上网也没事

#5
fangfangff2007-10-20 17:02
呵呵
不错啊!
谢谢哈!!
#6
guoxhvip2007-10-21 05:00

先收下 相信会有用

#7
alan32582007-10-21 12:37

我找了好几天了,谢了

#8
rayleigh2007-12-06 20:49
注册机源码,用Java编译一下就可以算出自己的注册码了。

Code:

import *;

public class KeyGen {
    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 ([url]http://www.loc.gov/copyright/legislation/dmca.pdf[/url]). 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 KeyGen() {
        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();
            KeyGen myeclipsegen = new KeyGen();
            String res = myeclipsegen.getSerial(userId, "20");
            System.out.println("Serial:" + res);
            reader.readLine();
        } catch (IOException ex) {
        }
    }
}
#9
lgdcky2007-12-09 22:09
这贴还没沉啊!好感动!
#10
wang545542007-12-13 11:56
真的不错,前几天刚装还没有

谢了!
#11
banshihong2007-12-17 19:52
有阳光的地方我就喜欢!
很感谢你的点拨,
#12
lqfljf2009-09-08 10:34
之前在网上找的都不管用,这个还可以
http://
myeclipse6.0注册码用到2009
1