終于放出8.0GA了,雖然使用到目前為止還沒(méi)有發(fā)現(xiàn)什么比7.5特別的地方,但是明顯感覺(jué)整體的穩(wěn)定性比7.5提高了很多,7.5切換文件的時(shí)候會(huì)出現(xiàn)假死的現(xiàn)象,JSP編輯的速度也特別慢,這在8.0GA中似乎有了一點(diǎn)點(diǎn)改善,雖然不是很大。持續(xù)期待中...
下載地址1:Myeclipse8.0官方下載(請(qǐng)用迅雷下載)
下載地址2:Myeclipse8.0GA forWindows(請(qǐng)用迅雷下載/驢子下載)
Java注冊(cè)機(jī)源代碼(實(shí)測(cè)注冊(cè)成功,僅供學(xué)習(xí),支持正版,請(qǐng)勿商業(yè)):
[code]
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class MyEclipseGen {
private static final String LL = "Decompiling this copyrightedsoftware is a violation of both your license agreement and theDigital 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,000fine or up to five years imprisonment for a first offense. Thinkabout it; pay for a license, avoid prosecution, and feel betterabout 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 = newStringBuilder("-").append(
newjava.text.SimpleDateFormat("yyMMdd").format(cal.getTime()))
.append("0").toString();
String type = "YE3MP-";
String need = newStringBuilder(userId.substring(0, 1)).append(type)
.append("300").append(licenseNum).append(verTime).toString();
String dx = newStringBuilder(need).append(LL).append(userId)
.toString();
int suf =this.decode(dx);
String code = newStringBuilder(need).append(String.valueOf(suf))
.toString();
returnthis.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 = newchar[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++;
}
returnString.valueOf(ac);
}
public MyEclipseGen() {
super();
}
public static void main(String[] args) {
try {
System.out.println("please input register name:");
BufferedReader reader = new BufferedReader(newInputStreamReader(
System.in));
StringuserId = null;
userId =reader.readLine();
MyEclipseGenmyeclipsegen = new MyEclipseGen();
String res =myeclipsegen.getSerial(userId, "5");
System.out.println("Serial:" + res);
reader.readLine();
} catch (IOException ex){
}
}
}
[code]
具體安裝步驟就不在此具體說(shuō)明,相信大家都會(huì)“下一步”...
聲明:本博客發(fā)表此文僅供愛(ài)好者學(xué)習(xí)之用,如需商業(yè)用途,請(qǐng)購(gòu)買支持正版,畢竟他們開(kāi)發(fā)也不容易...
如有疑問(wèn)請(qǐng)到http://t.cuteol.com/發(fā)微博,我會(huì)實(shí)時(shí)在線回答...
愛(ài)華網(wǎng)本文地址 » http://www.klfzs.com/a/25101018/369774.html
愛(ài)華網(wǎng)



