MyEclipse 8.6破解代码

       用法,非常简单,新建个类,复制代码进去,改掉编译错误,run as java app...  然后随便输入一个用户名,回车,下面一行显示的就是激活码,当然,记住你写进去的用户名和输出的激活码,OK,放心去激活吧,亲测可用。!

 

 

package day02;

 

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)

{

}

}

}

时间: 2024-10-23 06:22:43

MyEclipse 8.6破解代码的相关文章

java-通过myeclipse生成的webservice代码,访问超时

问题描述 通过myeclipse生成的webservice代码,访问超时 目前遇到一个问题,通过Myeclipse生成的webservice客户端代码(好像是jax-ws),如果访问的url不存在,就一直卡着,很久才报超时异常,有没有什么办法可以设置超时时间 public ServiceCD() { super( CD_WSDL_LOCATION, new QName( "http://xx.com/basic/atomic/operation.CD", "CD")

myEclipse工具中的代码自动修改了

问题描述 myEclipse工具中的代码自动修改了 我上周把项目完善得差不多了,这刚上班就发现又跑不起来了,只能从头到尾查看一遍, 发现好多地方的代码都被修改过了,而且是一周以前的代码了,难道这工具还会自动修 该代码吗?幸好我备份了. 我的myEclipse是Version: 2013 SR2 解决方案 MyEclipse 设置自动的代码提示Myeclipse 增强代码自动智能提示MyEclipse,Eclipse代码自动提示帮助问题 解决方案二: 不能吧,可能是你的代码没有提交,然后本地SVN

STS 或 myeclipse ctrl+shift+f 代码格式化宽度设置在哪?

问题描述 STS 或 myeclipse ctrl+shift+f 代码格式化宽度设置在哪? STS 或 myeclipse ctrl+shift+f 代码格式化宽度设置在哪? 解决方案 你说的宽度是什么宽度呢? 设置换行宽度操作方法:http://blog.csdn.net/binyao02123202/article/details/18698051

myeclipse tomcat部署-如何在MyEclipse中编辑项目代码保存的时候就可以deploy该项目

问题描述 如何在MyEclipse中编辑项目代码保存的时候就可以deploy该项目 有人愿意帮忙吗,以前在eclipse中开发的时候是可以自动deploy的,修改完代码ctrl+s后就自动重新部署了.感觉很方便,现在在myeclipse中不知道怎么设置,以前的也没设置好像,望高人指点一下. 解决方案 http://jingyan.baidu.com/article/9113f81b0e7dec2b3314c76a.html 解决方案二: 在TOMCAT/conf/web.xml中更改配置 <se

java-现在对方给一个地址,我在myeclipse里面生产客户端代码 报错,该怎么调用?

问题描述 现在对方给一个地址,我在myeclipse里面生产客户端代码 报错,该怎么调用? java 调用webservice WebService基于SoapHeader安全认证 解决方案 参考:http://blog.csdn.net/dslinmy/article/details/32076971 解决方案二: 使用apache提供的cxf,里面有个命令叫wsdl2java,可以产生客户端代码

MyEclipse到期破解代码分享_java

执行这段代码后,帐号自己随意写,回车,把得到的序列号输入到框中,finish 复制代码 代码如下: /** * 在MyEclipse中subscription information, */ import java.io.*; public class MyEclipseGen { private static final String LL = "Decompiling this copyrighted software is a violation of both your license

部分网站允许空白referer的防盗链图片的js破解代码_javascript技巧

Javascript源码: 复制代码 代码如下: function showImg( url ) { var imgid = Math.random(), frameid = 'frameimg' + imgid; window['img'+imgid] = '<img id="img" src=\''+url+'?kilobug\' /><script>window.onload = function() { parent.document.getElemen

Myeclipse 2013 professional 破解,下载

昨天重装了系统,今天重新搭建开发环境,就顺便把Myeclipse升级到了2013,点击下载Myeclipse2013.惯例,需要破解Myeclipse2013,不过我发现我之前的破解Myeclipse2010的破解程序破解不了2013了,无奈之下,百度了N久,又找到一个破解程序,点击下载.网上有的破解步骤不对,导致破解失败.下面说一下我的破解步骤.     破解前要先关闭Myeclipse2013 1.(1)输入usercode可以随便输入,(2)然后选择Myeclipse的版本,(3)点击sy

MyEclipse IDE中的代码追踪功能

一.示例代码 package cn.xy.service; public interface IMyService {  public int add(int a, int b); } package cn.xy.service; public class MyServiceImpl implements IMyService {  public int add(int a, int b)  {   return a + b;  } } package cn.xy.test; import cn