【无奈】Myeclipse总是提醒免费时间到了,怎么解决
java吧
全部回复
仅看楼主
level 11
做自己LJQ 楼主
要学web了,下载了个Myeclipse,总提醒让我续费,我用的是Myeclipse7.5版本的。大家都用什么版本的
2012年11月27日 23点11分 1
level 8
百度一个序列号添上就行了呗
2012年11月27日 23点11分 2
我试了,都不好用,
2012年11月28日 00点11分
回复 做自己LJQ :不可能。。我的也是my eclipse 找个序列号之后就好了
2012年11月28日 03点11分
回复@ll598014682 :好吧,我人品不行
2012年11月28日 03点11分
level 12
我会说我用的是eclipse吗?
2012年11月28日 00点11分 4
开发web用eclipse行么
2012年11月28日 02点11分
回复 做自己LJQ :完全没有问题
2012年11月28日 03点11分
回复@xy2401 :连web项目都不能创建,你还说没有问题。[汗]
2012年11月28日 03点11分
回复 做自己LJQ :下载个插件
2012年11月28日 04点11分
level 13
直接破了它,或者用回eclipse
2012年11月28日 00点11分 5
咋破,求帮助
2012年11月28日 02点11分
level 11
Eclipse我在用
2012年11月28日 00点11分 7
开发web是不是还得下载插件啊?
2012年11月28日 02点11分
回复 做自己LJQ :不用
2012年11月28日 03点11分
level 9
晚上给你个生成序列号的代码
2012年11月28日 00点11分 8
嗯嗯,好的,坐等,谢谢[太开心]
2012年11月28日 02点11分
回复 做自己LJQ :楼下有了
2012年11月28日 04点11分
回复 dc78787864859 :恩恩 我解决问题了
2012年11月28日 05点11分
回复
���Լ�LJQ
:在哪里输入序列号
2015年02月04日 14点02分
level 12
[啊!]直接搞个注册机不行啦
2012年11月28日 00点11分 9
注册机啥意思?
2012年11月28日 02点11分
我解决了 谢谢你的回答哈
2012年11月28日 05点11分
@做自己LJQ 你咋解决的,同求解决方案
2016年05月29日 03点05分
level 7
帮顶!
2012年11月28日 00点11分 10
谢谢[太开心]
2012年11月28日 02点11分
level 16
换 eclipse 吧
2012年11月28日 00点11分 11
那还得下载插件吧。
2012年11月28日 02点11分
level 10
[汗]百度不是有破解的吗?我最新版的都破解了。。我晕。
2012年11月28日 02点11分 12
你用的是什么版本的,我下载的没有破解[汗][泪],不想再下载了,太大了
2012年11月28日 02点11分
level 8
[大笑]弄个序列号就行了...
2012年11月28日 02点11分 13
我在网上百度的序列号都不能用
2012年11月28日 02点11分
回复 做自己LJQ :好像有代码吧,运行一下然后输入点东西相应的码就出来了
2012年11月28日 02点11分
回复@ljg12035 :没明白
2012年11月28日 03点11分
haha 我解决了啊 真是谢谢了哈
2012年11月28日 05点11分
level 9
有破解软件
2012年11月28日 02点11分 14
叫啥?
2012年11月28日 03点11分
回复 做自己LJQ :直接百度myeclipse 破解就能找到,而且有教程
2012年11月28日 03点11分
回复@Iver99 :嗯嗯,好的,谢谢了哈[太开心]
2012年11月28日 03点11分
level 9
注册机,[汗]
————来自百度贴吧专业
挽尊
版beta1.0 从此楼主发帖不在孤单 因为这里专业挽尊30年。
2012年11月28日 02点11分 15
恩恩 谢谢了哈 我顺利的解决了
2012年11月28日 05点11分
level 7
百度,注册机
2012年11月28日 02点11分 16
好的,谢谢
2012年11月28日 03点11分
level 7
package test;
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) {
}
}
}
楼主去运行一下然后输入点东西相应的码就出来了
2012年11月28日 02点11分 17
输入什么啊?
2012年11月28日 03点11分
回复 做自己LJQ :这个可行。我就用这个 ,输入用户名生成序列号。然后点击 Window(窗口) ----> Preferences首选项 ----> Subscription ----> Enter Subscription,输入用户名和注册码
2012年11月28日 04点11分
回复@meGODfan :用户名生成的序列号哪来的啊?
2012年11月28日 04点11分
回复 做自己LJQ :上面那个啊。运行一下 。输入用户名。得到序列号 复制粘贴
2012年11月28日 04点11分
level 7
然后输入的时候要填你输入的那个然后再把那个码粘贴上
2012年11月28日 02点11分 18
那个码就是百度的那个序列号吗?
2012年11月28日 03点11分
恩恩 谢谢了哈 我顺利的解决了
2012年11月28日 05点11分
吧务
level 15
把你的系统时间改成2011年
2012年11月28日 02点11分 19
改完了以后就不能改回来了么?
2012年11月28日 03点11分
回复 做自己LJQ :是啊 没关系 反正你不看年份
2012年11月28日 03点11分
我改成07年,还是有提示,为什么啊
2012年11月28日 03点11分
回复 做自己LJQ :BUG被修复无误[汗]
2012年11月28日 04点11分
level 7
2012年11月28日 05点11分 21
2012年11月28日 05点11分
恩恩 真是谢谢了哈 我顺利解决了[呵呵]
2012年11月28日 05点11分
level 7
以上三个版本eclipse
2012年11月28日 05点11分 22
恩恩 谢谢了哈 [呵呵]
2012年11月28日 05点11分
1 2 尾页