找了好久才找到的解决Myeclipse6.0.X的密Subscription Code,备忘下。
刚发现,这个东西在8.6上依旧可用,呵呵。
package com.aokunsang.test;
import java.io.*;
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, "20");
System.out.println("Serial:" + res);
reader.readLine();
} catch (IOException ex) {
}
}
}
分享到:
相关推荐
制作的MyEclipse6.0插件版,有5个压缩文件,对应的eclipse是3.3.1,需要你自己下载
MyEclipse 6.0注册机.rarMyEclipse 6.0注册机.rarMyEclipse 6.0注册机.rarMyEclipse 6.0注册机.rarMyEclipse 6.0注册机.rarMyEclipse 6.0注册机.rar
MyEclipse注册码生成器,任意输入数字或者字母,简单易用随时有效!
制作的MyEclipse6.0插件版,有5个压缩文件,对应的eclipse是3.3.1,需要你自己下载
制作的MyEclipse6.0插件版,有5个压缩文件,对应的eclipse是3.3.1,需要你自己下载
制作的MyEclipse6.0插件版,有5个压缩文件,对应的eclipse是3.3.1,需要你自己下载
制作的MyEclipse6.0插件版,有5个压缩文件,对应的eclipse是3.3.1,需要你自己下载
MyEclipse 9.X破解工具,已经验证过,请放心使用
这是图文结合的Myeclipse6.0 中的*.properties文件汉化方法,只需要复制一些文件,然后选择打开方式即可汉化, 是对之前的资源的汉化法的进一步详细解释,经过多次测试,能够实现Myeclipse6.0的*.properties文件的...
MyEclipse2019.4安装亲测可用 MyEclipse2019.4安装教程...6、需要安装CodeMix的请将codemix文件夹下的所有文件复制到myeclipse安装路径下的plugin文件夹下 7、破解成功 attention:请使用jdk1.7或者jdk1.8进行破解安装
java缺失包 可以安装myeclipse 6.0
本文将深入探讨微软SQLSERVER数据库的官方驱动程序——SQLJDBC 6.0.8112.200_enu,包括其功能、兼容性以及如何在开发环境中如MYECLIPSE和ECLIPSE中进行配置和使用。 SQLJDBC,全称为SQL Server JDBC Driver,是由...
5. **完成激活**:验证通过后,MyEclipse 6.0即被成功激活为全功能版,此时可以享受所有的高级功能。 ### 使用注册码的注意事项 1. **合法使用**:虽然提供的注册码可以使用到2010年7月份,但在商业用途上应该遵循...
本文将详细介绍如何对MyEclipse8.x进行汉化,使其更适合中文用户操作。 首先,我们需要准备汉化资源。在提供的压缩包中,包含了MyEclipse8.x的汉化语言包。汉化包通常是一系列翻译后的语言文件,这些文件包含了...
myeclipse9以上版本的傻瓜式破解工具,直接运行即可破解,里面带有破解程序详细操作步骤。 经验证,myeclipse10也可以用!
这个过程可能涉及复制并粘贴MyEclipse 6.0安装目录中的某些文件,或者输入产品ID等信息到注册机中。然后,注册机会生成一组序列号或密钥,你需要将这组信息输入到MyEclipse的激活界面进行激活。不同版本的注册机可能...
8. **修改myeclipse.ini配置**:在Myeclipse安装目录下找到`myeclipse.ini`文件,修改JVM参数,如`-Xmx`、`-XX:MaxPermSize`和`-XX:ReservedCodeCacheSize`,根据自己的机器内存调整,以降低内存占用并提升性能。...
3、工具-->替换Jar文件..[选择你的MyEclipse9.x安装目录 (例如:D\...\MyEclipse\Common\plugins)] 4、文件类型,选择默认,点击打开(等待..) 5、输入 Usercode [用户名] 6、点击 SystemId... 7、点击 Active 8...
Myeclipse 10.x 破解补丁
myeclipse8.x 注册软件