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) {}}}?
详细解决方案
自动成成myEclipse注册码的种
热度:31 发布时间:2016-04-23 01:49:27.0
相关解决方案
- MyEclipse 连接tomcat 出现如上异常
- Myeclipse 注册码生成器 源码 亲测
- MyEclipse 上配置tomcat遇到的有关问题
- myeclipse 左侧的目录结构变了 如何改回来
- MyEclipse 中 jsp页面编译报错有关问题
- MyEclipse 8.5怎么使用JeasyOPC
- myeclipse 8一个使用有关问题
- Myeclipse 运行tomcat时出现 以上提示
- SSH+Myeclipse,Tomcat运行时出错,是什么原因啊多谢
- MyEclipse lib 目录上的jar包不能自动识别
- ()关于web project与java project的有关问题(MyEclipse)
- myEclipse SVN链接不下,求大侠们解答
- myeclipse 怎么集成jbpm5
- struts1 myeclipse tomcat 从页面失去乱码
- myeclipse<%@ taglib prefix="c" uri="http://java.sun.com/jst1/core_rt"%>解决思路
- Myeclipse+tomcat开发web项目编译成功后可以不用在浏览器输入吗解决方法
- myeclipse javascript代码不执行,灰色的解决方法
- myeclipse 6 集成svn插件 建资源库报错咋解决啊解决办法
- myeclipse web项目中 引入的很多jar包无法展开解决方法
- 求高手解决~myeclipse/tomcat搭web网站的有关问题,非常感谢~
- 现下公司里开发用的 Eclipse + MyEclipse + Tomcat + JDK 都是什么版本的
- 求 myeclipse blue 6.5 注册码解决方案
- 现时公司里开发用的 Eclipse + MyEclipse + Tomcat + JDK 都是什么版本的
- MyEclipse JAVA向MYSQL导入与导出,出现中文乱码的有关问题!
- MyEclipse 显示代码提示的时间,该怎么解决
- MyEclipse 8.5开发时的揭示快捷键是什么
- Myeclipse 中的节点有关问题
- MyEclipse 打包jar文件,cmd下可运行,但是双击不能运行、解决方案
- Myeclipse 10.1上载与破解
- myeclipse tomcat启动,内存溢出有关问题