读书人

求 myeclipse blue 6.5 注册码解决方案

发布时间: 2012-12-22 12:05:05 作者: rapoo

求 myeclipse blue 6.5 注册码
baidu google 都找了没 一个能用的....郁闷


[最优解释]
xyy
kLR8ZO-655556-65678656131378068
[其他解释]
创建的web project 工程加不了SS2H框架有知道是什么原因的没???
[其他解释]
myeclipse
zLR8ZC-855550-6851745609411019
[其他解释]
用6.6的,网上有
[其他解释]

引用:
myeclipse
zLR8ZC-855550-6851745609411019


The subscription code is not a Blue edition code?

不是蓝色的
[其他解释]
引用:
用6.6的,网上有


以经用了很久了习惯了不像换...
[其他解释]
不要沉了
[其他解释]
Subscriber:QQ24785490
Subscription Code:DLR8ZC-855551-65657857678050018

Subscriber:MaYong
Subscription Code:ZLR8ZO-655444-54678656985359684

Subscriber: www.1cn.biz
Subscription Code: jLR8ZC-655444-65526656052107345

LZ记得给分哦~
[其他解释]
网上没有破解的吗? 百度就OK啦. 郁闷的很!
[其他解释]
引用:
Subscriber:QQ24785490
Subscription Code:DLR8ZC-855551-65657857678050018

Subscriber:MaYong
Subscription Code:ZLR8ZO-655444-54678656985359684

Subscriber: www.1cn.biz
Subscription Code: jLR8ZC-6……


只要能用保证给分
[其他解释]
引用:
网上没有破解的吗? 百度就OK啦. 郁闷的很!

没看题目..坚定完毕
[其他解释]
引用:
Subscriber:QQ24785490
Subscription Code:DLR8ZC-855551-65657857678050018

Subscriber:MaYong
Subscription Code:ZLR8ZO-655444-54678656985359684

Subscriber: www.1cn.biz
Subscription Code: jLR8ZC-6……

第1,3不是蓝色的
第2个过期了...
[其他解释]
LICENSEE=LauCheng
LICENSE_KEY=YLR8ZC-855550-6765665204902409

myeclipse
zLR8ZO-655565-5367865301120983

也不知道行不行,lz自己试试吧!O(∩_∩)O~
[其他解释]
Subscriber 6.5blue :
ranshaoweng
eLR8ZO-655444-5367865084193524

看这个行不
[其他解释]
另付注册机 下载地址 http://download.csdn.net/source/863470
[其他解释]
myeclipse有什么好?
Eclipse足够了
[其他解释]
引用:
Subscriber 6.5blue :


ranshaoweng
eLR8ZO-655444-5367865084193524

看这个行不



过期...
[其他解释]
用户名:jet_li
注册码:wLR8ZO-655556-65678656776700573
用户名:jet_li
注册码:wLR8ZO-655557-6567865188318730
用户名:jet_li
注册码:wLR8ZO-655558-656786591926097
用户名:jet_li
注册码:wLR8ZO-655559-6567865095475756
用户名:jet_li
注册码:wLR8ZO-655550-65678656673866499
用户名:jet_li
注册码:wLR8ZO-655551-65678656260258132
用户名:jet_li
注册码:wLR8ZO-655552-65678656446326311
[其他解释]
引用:
LICENSEE=LauCheng
LICENSE_KEY=YLR8ZC-855550-6765665204902409

myeclipse
zLR8ZO-655565-5367865301120983

也不知道行不行,lz自己试试吧!O(∩_∩)O~

不是蓝色的
[其他解释]
那个注册机是可以用的
[其他解释]
22 L 不错
[其他解释]
注册机源码
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)
{
}
}
}


[其他解释]
引用:
用户名:jet_li
注册码:wLR8ZO-655556-65678656776700573
用户名:jet_li
注册码:wLR8ZO-655557-6567865188318730
用户名:jet_li
注册码:wLR8ZO-655558-656786591926097
用户名:jet_li
注册码:wLR8ZO-655559-6567865095475756
用户名:jet_……


这个可以谢了
[其他解释]
引用:
注册机源码

Java code
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 Dig……

试过了没有....
[其他解释]
谢了 感谢分享
[其他解释]
找了老半天,终于有可以用的了,谢谢楼主嘿,沾光了!
------其他解决方案--------------------


声明 我是转帖 据说 可以用到 2013年 我试了是好用的
楼主说的那个 好用的 可能是过期了 ,还有22楼的注册机源码,不是blue的
MyEclipse Blue6.5注册码:
1。 javaeye
wLR8ZO-655444-6867505309604395
2.
csdn

pLR8ZO-655444-68675056726576869
3.
myeclipse
zLR8ZO-655444-6867505361918604
4.
hpjianhua
uLR8ZO-655444-68675056522179002
5.
baidu
oLR8ZO-655444-6867505787393759
使用方法:点击MyEclipse菜单->Subscription Information


[其他解释]
沾了楼主的光,22楼十分有用!
[其他解释]
感谢分享!
[其他解释]

引用:
声明 我是转帖 据说 可以用到 2013年 我试了是好用的
楼主说的那个 好用的 可能是过期了 ,还有22楼的注册机源码,不是blue的
MyEclipse Blue6.5注册码:
1。 javaeye
wLR8ZO-655444-6867505309604395
2.
csdn

pLR8ZO-655444-68675056726576869
3.
myeclip……




这个同志, 干了一件好事, 这个真的可以用到2013年 这个是真的,呵呵 , 谢谢了
[其他解释]
null
[其他解释]
用注册机生成的都不能用,感谢29楼

读书人网 >Java面试

热点推荐