7月3
以前一直用myeclipse5.0的,有许多新的插件用不了,所以有必要更新一下,6.5的自动集成了eclipse3.3的,比较郁闷的是不能自己选择eclipse3.4的。
MyEclipse 6.5 GA官方下载地址:http://downloads.myeclipseide.com/downloads/products/eworkbench/6.5.0GA/MyEclipse_6.5.0GA_E3.3.2_Installer_A.exe
注册码:
Subscriber:QQ24785490
Subscription Code:DLR8ZC-855551-65657857678050018
千万注意,注册的时候把网断掉
另:安装了以后发现字体超小很难看,顺便说一下设置字体大小的方法:
在window->perferences->General->Appearance->Colors and Fonts->Basic->Text Font(最后一个) 双击或点击旁边的 change ->弹出对话框 修改后保存就可以了。
网上有生成注册码的java代码:
源码如下:
运行的结果是:
Subscriber:MaYong
Subscription Code:ZLR8ZO-655444-54678656985359684
MyEclipse 6.5 GA官方下载地址:http://downloads.myeclipseide.com/downloads/products/eworkbench/6.5.0GA/MyEclipse_6.5.0GA_E3.3.2_Installer_A.exe
注册码:
Subscriber:QQ24785490
Subscription Code:DLR8ZC-855551-65657857678050018
千万注意,注册的时候把网断掉
另:安装了以后发现字体超小很难看,顺便说一下设置字体大小的方法:
在window->perferences->General->Appearance->Colors and Fonts->Basic->Text Font(最后一个) 双击或点击旁边的 change ->弹出对话框 修改后保存就可以了。
网上有生成注册码的java代码:
源码如下:
package com.yong;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
public class MyEclipseCrack {
//
public static final void main(String[] args){
String id="MaYong";
String num="999";
System.out.println("Subscriber:"+id);
System.out.println("Subscription Code:"+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() : "-0912310";
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 ([url=http://www.loc.gov/copyright/legislation/dmca.pdf]http://www.loc.gov/copyright/legislation/dmca.pdf[/url]). 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 String change(String s) {
byte abyte0[] = s.getBytes();
char ac[] = new char[s.length()];
int i = 0;
for (int k = abyte0.length; i int j = abyte0[i];
if (j >= 48 && j j = ((j - 48) + 5) % 10 + 48;
else if (j >= 65 && j j = ((j - 65) + 13) % 26 + 65;
else if (j >= 97 && j j = ((j - 97) + 13) % 26 + 97;
ac[i] = (char)j;
}
return String.valueOf(ac);
}
private static int decode(String s) {
int i = 0;
char ac[] = s.toCharArray();
int j = 0;
for (int k = ac.length; j i = 31 * i + ac[j];
return Math.abs(i);
}
}
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
public class MyEclipseCrack {
//
public static final void main(String[] args){
String id="MaYong";
String num="999";
System.out.println("Subscriber:"+id);
System.out.println("Subscription Code:"+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() : "-0912310";
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 ([url=http://www.loc.gov/copyright/legislation/dmca.pdf]http://www.loc.gov/copyright/legislation/dmca.pdf[/url]). 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 String change(String s) {
byte abyte0[] = s.getBytes();
char ac[] = new char[s.length()];
int i = 0;
for (int k = abyte0.length; i int j = abyte0[i];
if (j >= 48 && j j = ((j - 48) + 5) % 10 + 48;
else if (j >= 65 && j j = ((j - 65) + 13) % 26 + 65;
else if (j >= 97 && j j = ((j - 97) + 13) % 26 + 97;
ac[i] = (char)j;
}
return String.valueOf(ac);
}
private static int decode(String s) {
int i = 0;
char ac[] = s.toCharArray();
int j = 0;
for (int k = ac.length; j i = 31 * i + ac[j];
return Math.abs(i);
}
}
运行的结果是:
Subscriber:MaYong
Subscription Code:ZLR8ZO-655444-54678656985359684
出处:流风,飘然的风 胸有激雷心如平湖
转载时必须以链接形式注明出处及本声明!
Photoshop抠图专家:KnockOut外挂滤镜 使用教程
没有不可能 轻松实现PDG转PDF文件!(不用超星)


