Heck
Serial:ULR8ZC-855550-69595256384500673
MyEclipse破解,适合从MyEclipse6.x到8.x版本.
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)
{
}
}
}
分享到:
相关推荐
MyEclipse 9.X破解工具,已经验证过,请放心使用
myeclipse9以上版本的傻瓜式破解工具,直接运行即可破解,里面带有破解程序详细操作步骤。 经验证,myeclipse10也可以用!
破解myeclipse 10 的工具
MyEclipse 6.01汉化包不仅适用于6.01版本,还兼容6.x到7.x之间的任意版本,这意味着无论你正在使用哪个MyEclipse 6.x或7.x版本,都可以通过这个汉化包实现界面语言的转换。 使用MyEclipse 6.x汉化包的过程相对简单...
该工具可以用于破解MyEclipse 10系列版本,同时可以进行标准的汉化。物超所值
本文将详细介绍如何对MyEclipse8.x进行汉化,使其更适合中文用户操作。 首先,我们需要准备汉化资源。在提供的压缩包中,包含了MyEclipse8.x的汉化语言包。汉化包通常是一系列翻译后的语言文件,这些文件包含了...
之前下了很多版本的破解工具来破解10,还以为是我的java配置环境错了。这个工具包做的很好。双击run.bat就可以直接运行出来,我是win7旗舰版的。
用于最新版本的myeclipes的破解 教程就在压缩包内,适用于ci7 8 9 10等
myeclipse10.x破解工具附带破解说明书,一看就会,很好用。
自己亲自测试,绝对可以破解 1、关闭Myeclipse10.x,点击[myeclipse10.x破解] 2、工具-->重建密钥 3、工具-->替换Jar文件..[选择你的MyEclipse9.x...8、工具-->保存Myeclipse属性 9、退出 10、打开Myeclipse10.x
【Myeclipse 8.x 极限优化】的目的是提高开发效率,减少不必要的资源消耗。以下是一些关键的优化步骤: 1. **关闭欢迎界面**:在`Windows > Preferences > MyEclipse > Configuration Center`中取消勾选"Show ...
Tomcat 7.x支持Java EE 6规范,适合许多中小型项目。 步骤1:添加Tomcat服务器 1. 打开MyEclipse,点击“Window” -> “Servers”,在打开的视图中,点击右下角的“New” -> “Server”。 2. 在“New Server”窗口...
myeclipse9.X和10.X破解工具,米特经过大量的网络搜寻和测试终于找到了破解myeclipse10.6的工具,同时找到了9.X和10.1和10.5和10.6的破解工具,和大家分享哈。这些工具都能用,但是要仔细查看操作方法哈,自己看工具...
MyEclipse6.x反编译插件是一款在软件开发过程中极为重要的工具,它为开发者提供了查看和理解Java字节码的能力,使得我们可以从已编译的.class文件中反向获取源代码。这个插件的出现,极大地推动了对开源项目的学习和...
Myeclipse+10.x+破解补丁
主要解决Myeclipse10.x工具的破解以及系统版本破解后不完全的后遗症例如破解后war 不能导出等问题亲自测试使用过质量杠杠的
注册机:完美破解最新MyEclipse10.7
Apusic MyEclipse10.x版本针对的是MyEclipse的10.x系列,它可能包含针对新版本MyEclipse特性的优化和改进,以确保与最新开发工具的兼容性。9.x版本则是为MyEclipse9.x设计的,同样提供了完整的Apusic支持,但可能不...
myeclipse 9.x破解 10 应该也可以用 java编写的,跨平台