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) {
}
}
}
分享到:
相关推荐
myeclipse2015pj,zip myeclipse2015pj,zip myeclipse2015pj,zip myeclipse2015pj,zip myeclipse2015pj.zip
亲测 myeclipse 2017 ci 6 可用。 1.运行keygen目录的crack.bat a.输入Usercode: 任意字母或者数字 b.选择Blue版本 c.点击SystemId按钮(点两次才会生成),在左边的空格里就会生成一个id d.点击Active按钮 e.点击...
MyEclipse2014版(pj)步骤 配合Java程序开发使用的软件 内含下载地址
一、原作者的PJ程序在myeclipse10.7.1环境下测试通过(win7 x64) 按照步骤操作就可以完成PJ过程。PJ前先将common目录备份一下,执行PJ出现错误时恢复此目录,然后重新再执行PJ。 二、本次对于myeclipse10PJ后,导出...
2. 破解补丁解压后有一个patch文件夹,把它里面的文件复制到你myeclipse2017的安装目录的plugins文件夹下。(覆盖掉一些文 件) 运行myeclipse 后,如果提示需要激活,则将生成的验证码和激活码手工操作激活一次...
楼主亲测可用...百分百信誉保证 1.安装好 Myeclipse 10.7.1 2. ...下载本资源就知道啦! 另附myeclips10.7下载链接:http://pan.baidu.com/s/1pJ2niXH
#### 一、MyEclipse简介 MyEclipse是一款功能强大的集成开发环境(IDE),主要用于Java EE应用的开发。它基于Eclipse平台,并提供了更为丰富的功能,例如对Web开发的支持、数据库管理工具、团队协作支持等。...
MYeclipse破解教程 有不懂加qq320973610 下载我的工具还有文件按教程保过 链接:https://pan.baidu.com/s/1uZ_kHG_9dEfTq2ar4Iq5Yw 密码:94qz 如果不行请找我要原版数据库
myeclipse开发工具 辅助工具 开发过程中的插件工具 PJ 文件 myeclise-2017破解 感谢作者提供的帮助:https://blog.csdn.net/CAU_Ayao/article/details/81952158
"ProEdit Properties"是针对MyEclipse集成开发环境(IDE)的一种特定配置工具或功能,主要用于管理和编辑项目或工程的属性设置。MyEclipse是一款强大的Java EE集成开发环境,它扩展了Eclipse的功能,增加了对Web、...
2. 输入svn服务的URL,例如`svn://192.168.1.41/pj1`,然后点击`Next`。 3. 选择资源库的检出方式和项目名称,设置本地检出位置,最后点击`Finish`完成检出。 **5. 创建版本库和配置权限** 版本库的创建通常在...
在资源库位置选择或新建页面中,输入已建好的svn服务地址,例如`svn://192.168.1.41/pj1`。 4. 输入正确的URL后,点击“Next”按钮。 5. 选择“作为工作空间中的项目检出”,并输入一个项目名称。 6. 设置项目...