First they ignore you
then they ridicule you
then they fight you
then you win
    -- Mahatma Gandhi
Chinese => English     英文 => 中文             
随笔-160  评论-851  文章-0  trackbacks-0
在网上淘了好久,终于被我淘到了最完美的MyEclipse5.5GA注册机,注意:非破解文件,而是注册机!

在提示“Professional or Standard(default pro, n=stand):”时,直接打回车即可我第一次傻傻地输入pro,结果是standard版本

Subscriber: terry
Number of licenses(default 1, max 999): 999
Professional or Standard(default pro, n=stand):
Subscription Code: gLR8ZC-655444-5450725628111613
请按任意键继续. . .

下载地址:http://www.blogjava.net/Files/BlueSUN/MyEclipse_5.5GA_keymaker.rar

最后感谢这位破解MyEclipse5.5GA的朋友,在此向您说声“谢谢!”


附:朝花夕拾——Groovy & Grails
posted on 2007-05-28 13:11 山风小子 阅读(1849) 评论(14)  编辑  收藏 所属分类: Others

评论:
# re: MyEclipse5.5GA注册机(非覆盖破解) 2007-06-07 03:17 | bean
其实4.1GA的注册机就能破解了  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2007-06-07 10:35 | 山风小子
@bean
呵呵~多谢提醒 :)  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2007-06-13 09:04 | 金 昇華
谢谢。
有没有关于jsp+struts的好的网站可以介绍啊?  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2007-06-13 12:43 | 山风小子
@金 昇華
直接看书好了 :)  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2007-06-25 14:20 | Caixiaopig
以后要找pj软件或者keygen到这里去搜索
http://0daycheck.eastgame.net/0day/
一般我都可以帮你弄到
最近看groovy,常光顾你的blog
:)  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2007-06-25 15:07 | 山风小子
@Caixiaopig
多谢您提供的资源,欢迎常来 :)  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2007-06-29 09:42 | 三告习习
这个以前版本好像都可以注册5.5的。源码:
import java.io.*;

public class Crack {
public static String convert(String s) {
if (s == null || s.length() == 0)
return s;
byte abyte0[] = s.getBytes();
char ac[] = new char[s.length()];
int i = 0;
for (int k = abyte0.length; i < k; i++) {
int 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;
}
return String.valueOf(ac);
}

private static int hash(String s) {
int i = 0;
char ac[] = s.toCharArray();
int j = 0;
for (int k = ac.length; j < k; j++)
i = 31 * i + ac[j];
return Math.abs(i);
}

private static String inputString() {
BufferedReader bufferedreader = new BufferedReader(
new InputStreamReader(System.in));
String s = null;
try {
s = bufferedreader.readLine();
} catch (IOException ioexception) {
ioexception.printStackTrace();
}
return s;
}

public static void main(String args[]) {
try {
System.out.println("My Eclipse IDE v9.99 Keygen");
System.out.print("License Name : ");
String s = inputString();
String licStr = "YE3MP-999-00-9912310";
String h = s.substring(0, 1)
+ licStr
+ "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."
+ s;
int j = hash(h);

String lic = s.substring(0, 1) + licStr + Integer.toString(j);
System.out.println("License Key : " + convert(lic));
} catch (Exception exception) {
exception.printStackTrace();
}
}
}  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2007-06-29 13:17 | 山风小子
@三告习习
授之以鱼不知授之以渔,谢谢 :)  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2007-09-14 16:33 | analelor
谢了哦。。  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2007-10-11 13:33 | hicker
非常感谢  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2007-12-04 09:01 | sun0218
谢谢 !!  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2007-12-09 00:30 | dddd
非常感谢  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2008-05-27 10:14 | sotier
我试过了 还是不行

sotier@163.com  回复  更多评论
  
# re: MyEclipse5.5GA注册机(非覆盖破解) 2008-08-23 14:34 | 阿仁
真的很感谢你,同时也感谢此注册机的开发者,今天弄了大半天,终于用此注册机搞定了,真的很感动.thank you very much  回复  更多评论
  

标题  
姓名  
主页
验证码 *  
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      
该文被作者在 2007-05-29 13:02 编辑过
 
 
相关链接:
网站导航: