转载 myeclipse6.5的注册机和注册码 myeclipse6.5注册码

原文地址:myeclipse6.5的注册机和注册码作者:syawla

在myeclipse或eclipse中运行以下代码。

Subscriber:imacheer
Subscription Code:vLR8ZO-655444-6767865351602125

如果注册码过期的话,把其中“-1212【】310”的改成你想要的时间。(其中“-1212310”是2012年12月31日的意思)

import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;


public class MyEclipseCrack {
//
public static final void main(String[] args){
String id="imacheer";
String num="999";
System.out.println("Subscriber:"+id);
System.out.println("SubscriptionCode:"+getSerial(id,"100",num,false));
}
public static String getSerial(String userId, String version,
String licenseNum, boolean selected) {
Calendar cal = Calendar.getInstance();
cal.add(1, 3);
cal.add(6, -1);
NumberFormat nf = new DecimalFormat("000");
licenseNum = nf.format(Integer.valueOf(licenseNum));
String verTime = selected ? (new StringBuffer("-")).append(
(newSimpleDateFormat("yyMMdd")).format(cal.getTime())).append(
"0").toString() : "-1212310";
String type = "YE3MB-";
String need = (new StringBuffer(String.valueOf(userId.substring(0,1))))
.append(type).append(version).append(licenseNum)
.append(verTime).toString();
String dx = (new StringBuffer(String.valueOf(need)))
.append(
"Decompiling this copyrighted software is a violation of both yourlicense 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,000fine or up to five years imprisonment for a first offense. Thinkabout it; pay for a license, avoid prosecution, and feel betterabout yourself.")

.append(userId).toString();
int suf = decode(dx);
String code = (newStringBuffer(String.valueOf(need))).append(
String.valueOf(suf)).toString();
return change(code);
}

private static String change(String s) {
byte abyte0[] = s.getBytes();
char ac[] = new char[s.length()];
int i = 0;
for (int k = abyte0.length; i < k; i++) {
int 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;
[转载]myeclipse6.5的注册机和注册码 myeclipse6.5注册码
}
return String.valueOf(ac);
}

private static int decode(String s) {
int i = 0;
char ac[] = s.toCharArray();
int j = 0;
for (int k = ac.length; j < k; j++)
i = 31 * i + ac[j];

return Math.abs(i);
}

}

  

爱华网本文地址 » http://www.aihuau.com/a/25101015/254256.html

更多阅读

电脑待机与休眠的区别 电脑待机和休眠的区别

电脑待机与休眠的区别? ? 首先确定的是休眠和待机不能下载的。因为硬盘都断电了。?休眠和待机的原理都是吧内存的东西保存住,下次就可以不用重新加载操作系统,但他们最大的不同是前者把内存中的数据临时保存到硬盘中,下次开机就直接

怎么查看QQ的注册时间?申请时间? 查看qq申请时间

怎么查看QQ的注册时间?申请时间?——简介查看QQ注册时间其实不难,但是也需要一些技巧,下面,我就来为你介绍几种方法:怎么查看QQ的注册时间?申请时间?——工具/原料QQ空间QQ秀WebQQ万年历终极办法怎么查看QQ的注册时间?申请时间?——方法/步骤怎

怎么看淘宝的注册日期? 淘宝注册日期怎么看

怎么看淘宝的注册日期?——简介淘宝网从成立至今,已走过十余年,而作为见证淘宝成长的广大用户来说,淘宝账号注册时间,则可看出我们什么时候就已成为马云背后的”女人“或”男人“,或许对于那些较真的用户来说,甚至想要具体到某一天,那究竟如

定制机和非定制机的区别 定制机和全网通的区别

定制机和非定制机的区别——简介我们去购买手机时,销售人员有时会问:“您想要定制机还是非定制机?”要回答这个问题我们必须要了解什么是定制机和非定制机,它们之间有什么区别。小编此文简要介绍下,希望对您有帮助。定制机和非定制机的

怎么查看淘宝的注册时间? 如何查看淘宝注册时间

怎么查看淘宝的注册时间?——简介怎么查看自己淘宝的注册时间?怎样查看淘宝的注册时间?怎么查看淘宝的注册时间?——工具/原料电脑怎么查看淘宝的注册时间?——方法/步骤怎么查看淘宝的注册时间? 1、登录淘宝账号怎么查看淘宝的注册时间

声明:《转载 myeclipse6.5的注册机和注册码 myeclipse6.5注册码》为网友哭箌嶶笑分享!如侵犯到您的合法权益请联系我们删除