哇,好东东啊
网友评论:《J2EE集成开发环境Blue版》(MyEclipse Blue Edition)7.5[安装包]
golive1986
2009/06/29 13:19:46 2楼
举报
12楼已被删除
15楼已被删除
steelgangdan
2009/06/29 23:16:43 16楼
举报
zhenglijianan
2009/06/30 14:06:56 18楼
举报
ElvisMoses
2009/07/03 16:14:46 24楼
举报
leonwong86
2009/07/05 00:00:38 27楼
举报
leonwong86
2009/07/05 19:45:26 29楼
举报
liuzhaotang
2009/07/09 18:27:36 32楼
举报
kulou11hao
2009/07/14 02:08:58 34楼
举报
leefun2100
2009/07/18 08:37:50 35楼
举报
badboy5168
2009/07/25 00:20:06 36楼
举报
xiaohui110
2009/08/12 09:09:25 38楼
举报
网上找了个生成key的代码分享大家:
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
/**
*
*/
public class Crack {
public static final void main(String[] args) {
String id = "www.hjide.com"; // 可更改为您的名字
String num = "999";// 许可证数量
System.out.println(getSerial(id, "100", num, false));
}
public static String getSerial(String userId, String version,
String licenseNum, boolean selected) {
Calendar cal = Calendar.getInstance();
cal.add(1, 3);
cal.add(6, -1);
NumberFormat nf = new DecimalFormat("000");
licenseNum = nf.format(Integer.valueOf(licenseNum));
String verTime = selected ? (new StringBuffer("-")).append(
(new SimpleDateFormat("yyMMdd")).format(cal.getTime())).append(
"0").toString() : "-1012310";
String type = "YE3MB-";
String need = (new StringBuffer(String.valueOf(userId.substring(0, 1))))
.append(type).append(version).append(licenseNum)
.append(verTime).toString();
String dx = (new StringBuffer(String.valueOf(need)))
.append(
"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.")
.append(userId).toString();
int suf = decode(dx);
String code = (new StringBuffer(String.valueOf(need))).append(
String.valueOf(suf)).toString();
return change(code);
}
private static int decode(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 change(String 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);
}
}
geonietzsche
2009/08/22 18:45:08 39楼
举报
lichen8287
2009/08/23 22:51:41 40楼
举报
stud2008
2009/09/02 08:35:58 41楼
举报
断网注册,支持7.1.1和最新的7.5M1。
MyEclipse 7.1.1 7.5M1注册码
Subscriber: www.1cn.biz
Subscription Code: jLR8ZC-855550-6756755080661717
注册后:
Subscriber: www.1cn.biz
Product ID: E3MP (MyEclipse Professional Subscription)
License version: 3.0
Full Maintenance Included
Subscription expiration date (YYYYMMDD): 20120120
Number of licenses: 5
本人亲自测试过了,可以注册
另外这个7.5占用内存很少,只有不到400M的占用,加系统的300M,开启myeclipse 7.5后占用700M+内存
jianghy1221
2009/09/09 15:31:03 42楼
举报
jianghy1221
2009/09/09 15:36:34 43楼
举报
jianghy1221
2009/09/09 15:38:10 44楼
举报
jumbycc
2009/09/21 21:13:45 47楼
举报
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
/**
*
*/
public class Crack {
public static final void main(String[] args) {
String id = "www.hjide.com"; // 可更改为您的名字
String num = "999";// 许可证数量
System.out.println(getSerial(id, "100", num, false));
//false改成true生成的注册码从今天开始,3年期限,"100"要改成200以上才能使用
}
public static String getSerial(String userId, String version,
String licenseNum, boolean selected) {
Calendar cal = Calendar.getInstance();
cal.add(1, 3);
cal.add(6, -1);
NumberFormat nf = new DecimalFormat("000");
licenseNum = nf.format(Integer.valueOf(licenseNum));
String verTime = selected ? (new StringBuffer("-")).append(
(new SimpleDateFormat("yyMMdd")).format(cal.getTime())).append(
"0").toString() : "-1012310";
String type = "YE3MB-";
String need = (new StringBuffer(String.valueOf(userId.substring(0, 1))))
.append(type).append(version).append(licenseNum)
.append(verTime).toString();
String dx = (new StringBuffer(String.valueOf(need)))
.append(
"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.")
.append(userId).toString();
int suf = decode(dx);
String code = (new StringBuffer(String.valueOf(need))).append(
String.valueOf(suf)).toString();
return change(code);
}
private static int decode(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 change(String 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);
}
}
hhaixiao1314
2009/10/07 12:34:03 48楼
举报
为此软件奉上十组可用注册码:
aptana
nLR8ZC-855575-67655156597618973
mysql
zLR8ZC-855575-67655156443721186
oracle
bLR8ZC-855575-67655156783292178
myeclipse
zLR8ZC-855575-67655156252967211
javaee
wLR8ZC-855575-67655156022348753
eclipse
rLR8ZC-855575-6765515147202357
zenstudio
mLR8ZC-855575-6765515983102818
register
eLR8ZC-855575-67655156159634186
enterprise
rLR8ZC-855575-67655156929984509
javaweb
wLR8ZC-855575-67655156125511033
希望大家共同研究,共同进步!






1楼已被删除