import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
public class MyEclipseKeyGen {
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 type) {
NumberFormat nf = new DecimalFormat("000");
Calendar cal = Calendar.getInstance();
cal.add(Calendar.YEAR, 3);
cal.add(Calendar.DAY_OF_YEAR, -1);
String licenseNum = nf.format((int) (Math.random() * 1000));
String expTime = new StringBuilder("-").append(
new SimpleDateFormat("yyMMdd").format(cal.getTime())).append(
"0").toString();
String need = new StringBuilder(userId.substring(0, 1)).append("Y")
.append(type).append("-100").append(licenseNum).append(expTime)
.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 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();
if(userId == null || "".equals(userId)){
System.out.println("name is null");
System.exit(0);
}
MyEclipseKeyGen myeclipsegen = new MyEclipseKeyGen();
String res = myeclipsegen.getSerial(userId, "E3MS");
System.out.println("Serial:" + res);
reader.readLine();
} catch (IOException ex) {
ex.printStackTrace();
}
}
}
myeclipse8.6 for spring 获取注册码程序
原创1058106015 ©著作权
©著作权归作者所有:来自51CTO博客作者1058106015的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:执行安装redis报错undefined reference to `__sync_add_and_fetch_4\'
下一篇:iText5.1生成pdf出现异常 Font \'STSong-Light\' with \'UniGB-UCS
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
在Myeclipse8.6中安装egit
离线下载包:http://download.eclipse.org/egit/site.zip间,郁闷!!!...
egit eclipse git 重启 -
在Myeclipse8.6安装JBPM插件
在Myeclipse8.6安装JBPM插件确实有点麻烦,关键是要拔掉网线或者禁用网卡!可以在第七步时候拔掉网线也可以一开始
Myeclipse jbpm 网线 Software eclipse -
手动生成myeclipse注册码
手动生成myeclipse注册码
手动生成myeclipse注册码 -
标书页码索引
目录作为论文的导读图,与文章内容一一对应,一篇论文,通常会有各级各类标题,当内容的层次较多时,目录就显得至关重要,那么毕业论文标题目录和图表目录怎么自动生成呢?本文以具体的操作步骤向大家展示WORD自动生成目录方法及自动更新过程。 一、毕业论文标题目录自动生成方法 STEP1: 在word文档页面中,把输入符放在一级标题上,然后在"开始"菜单下顶部目录索引框中点击"标题1".(如
标书页码索引 uniapp光标自动定义到文本框 vb.net label 不要自动换行 自动生成 创建目录