MyEclipse6.0神key

1.新建MyEclipseGen.java文件

2.添加如下代码内容到MyEclipseGen.java文件

 1 import java.io.BufferedReader;
 2 import java.io.IOException;
 3 import java.io.InputStreamReader;
 4 public class MyEclipseGen {
 5     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.";
 6     public String getSerial(String userId, String licenseNum) {
 7         java.util.Calendar cal = java.util.Calendar.getInstance();
 8         cal.add(1, 3);
 9         cal.add(6, -1);
10         java.text.NumberFormat nf = new java.text.DecimalFormat("000");
11         licenseNum = nf.format(Integer.valueOf(licenseNum));
12         String verTime = new StringBuilder("-").append(new java.text.
13                 SimpleDateFormat("yyMMdd").format(cal.getTime())).append("0").
14                          toString();
15         String type = "YE3MP-";
16         String need = new StringBuilder(userId.substring(0, 1)).append(type).
17                       append("300").append(licenseNum).append(verTime).toString();
18         String dx = new StringBuilder(need).append(LL).append(userId).toString();
19         int suf = this.decode(dx);
20         String code = new StringBuilder(need).append(String.valueOf(suf)).
21                       toString();
22         return this.change(code);
23     }
24     private int decode(String s) {
25         int i;
26         char[] ac;
27         int j;
28         int k;
29         i = 0;
30         ac = s.toCharArray();
31         j = 0;
32         k = ac.length;
33         while (j < k) {
34             i = (31 * i) + ac[j];
35             j++;
36         }
37         return Math.abs(i);
38     }
39     private String change(String s) {
40         byte[] abyte0;
41         char[] ac;
42         int i;
43         int k;
44         int j;
45         abyte0 = s.getBytes();
46         ac = new char[s.length()];
47         i = 0;
48         k = abyte0.length;
49         while (i < k) {
50             j = abyte0[i];
51             if ((j >= 48) && (j <= 57)) {
52                 j = (((j - 48) + 5) % 10) + 48;
53             } else if ((j >= 65) && (j <= 90)) {
54                 j = (((j - 65) + 13) % 26) + 65;
55             } else if ((j >= 97) && (j <= 122)) {
56                 j = (((j - 97) + 13) % 26) + 97;
57             }
58             ac[i] = (char) j;
59             i++;
60         }
61         return String.valueOf(ac);
62     }
63     public MyEclipseGen() {
64         super();
65     }
66     public static void main(String[] args) {
67         try {
68             System.out.println("please input register name:");
69             BufferedReader reader = new BufferedReader(new InputStreamReader(
70                     System.in));
71             String userId = null;
72             userId = reader.readLine();
73             MyEclipseGen myeclipsegen = new MyEclipseGen();
74             String res = myeclipsegen.getSerial(userId, "20");
75             System.out.println("Serial:" + res);
76             reader.readLine();
77         } catch (IOException ex) {
78         }
79     }
80 }

3.编译并运行MyEclipseGen.java文件。

4.在运行时的命令窗口中按提示输入“name”值,自动生成对应的注册码。

 

声明:以上内容来自网络……

转载于:https://www.cnblogs.com/xzbbs/p/3754389.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值