【无奈】Myeclipse总是提醒免费时间到了,怎么解决
java吧
全部回复
仅看楼主
level 3
楼主怎么弄的??我现在用j2ee版本的eclipse,快要把我弄奔溃了,求指教啊?感谢
2012年12月01日 12点12分 23
用这个版本的怎么奔溃了啊??那就用myeclipse呗!
2012年12月01日 12点12分
回复 做自己LJQ :你下的哪个版本的myeclipse?还有你下的注册机解决注册问题吗?
2012年12月01日 13点12分
回复 huanglei_jay :我下载的是myeclipse7.0版本,注册很简单,把17楼的代码复制到运行一下,就能得到破解注册的序列号,就能用了
2012年12月01日 13点12分
回复 做自己LJQ :代码那么长,复制粘贴没那么多吧?
2012年12月01日 14点12分
level 10
myeclipse 10.6破解没压力,百度一下crack
2012年12月01日 18点12分 24
我觉得没必要用那么高的版本,好多东西都用不到
2012年12月01日 23点12分
level 8
破解掉
2012年12月02日 00点12分 25
恩恩 解决了
2012年12月08日 13点12分
level 9
弄个注册机 激活一下就Ok了
2012年12月02日 00点12分 26
恩恩 解决了
2012年12月08日 13点12分
level 5
我用的是8.6,下载一个注册机就解决了,序列号的话要看运气好不好了,好的话就能用,不好的话,再换一个序列号…
2012年12月08日 11点12分 27
我姐解决了
2012年12月08日 13点12分
level 11
package test;
import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;
//MyEclipse 注册机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, String type) {
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 need = new StringBuilder(userId.substring(0, 1)).append(type)
.append("300").append(licenseNum).append(verTime).toString();
String dx = new StringBuilder(need).append(MyEclipseGen.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);
}

2012年12月08日 12点12分 28
level 11

public MyEclipseGen() {
super();
}
public static void main(String[] args) {
try {
// MyEclipse Standard Subscription---------YE2MY
// MyEclipse Professional Subscription----YE3MP
// MyEclipse Blue Subscription---------------YE3MB
// MyEclipse for Spring Subscription--------YE3MS
String type = "YE3MS-";
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, "999", type);
System.out.println("Serial:" + res);
reader.readLine();
} catch (IOException ex) {
}
}}
2012年12月08日 12点12分 29
嗯 谢谢了哈
2012年12月08日 13点12分
level 11
复制上面的代码,运行下,即可。
2012年12月08日 12点12分 30
谢谢!!!
2012年12月08日 13点12分
level 12
我的Myeclipse2014到2020年才到期
2015年02月04日 14点02分 32
level 13
百度注册码
2015年02月04日 16点02分 33
level 13
让它提醒呗,它又不能咬你
2015年02月05日 02点02分 34
首页 1 2