欢迎来到天天文库
浏览记录
ID:18246057
大小:61.50 KB
页数:12页
时间:2018-09-16
《myeclipse7.0-7.5-8.0破解方法》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、MyEclipse7.0下载地址:downloads.myeclipseide.com/downloads/products/eworkbench/7.0M1/MyEclipse_7.0M1_E3.4.0_Installer.exehttp://downloads.myeclipseide.com/downloads/products/eworkbench/7.0M1/MyEclipse_7.0M1_E3.4.0_Installer.exe1、建立javaProject,任意取个名字就行。2、建立一个名字为MyEclipseGen的类文件,内容见附件。3、运行
2、该代码,在控制台中会出现:pleaseinputregistername:×××××(你的name)即生成序列号:4、进入myeclipse,输入Subscriber和Subscriptioncode即可。附件:viewplaincopytoclipboardprint?importjava.io.BufferedReader;importjava.io.IOException;importjava.io.InputStreamReader;publicclassMyEclipseGen{privatestaticfinalStringLL="Decompil
3、ingthiscopyrightedsoftwareisaviolationofbothyourlicenseagreementandtheDigitalMilleniumCopyrightActof1998(http://www.loc.gov/copyright/legislation/dmca.pdf).Undersection1204oftheDMCA,penaltiesrangeuptoa$500,000fineoruptofiveyearsimprisonmentforafirstoffense.Thinkaboutit;payforalicens
4、e,avoidprosecution,andfeelbetteraboutyourself.";publicStringgetSerial(StringuserId,StringlicenseNum){java.util.Calendarcal=java.util.Calendar.getInstance();cal.add(1,3);cal.add(6,-1);java.text.NumberFormatnf=newjava.text.DecimalFormat("000");licenseNum=nf.format(Integer.valueOf(lice
5、nseNum));StringverTime=newStringBuilder("-").append(newjava.text.SimpleDateFormat("yyMMdd").format(cal.getTime())).append("0").toString();Stringtype="YE3MP-";Stringneed=newStringBuilder(userId.substring(0,1)).append(type).append("300").append(licenseNum).append(verTime).toString();S
6、tringdx=newStringBuilder(need).append(LL).append(userId).toString();intsuf=this.decode(dx);Stringcode=newStringBuilder(need).append(String.valueOf(suf)).toString();returnthis.change(code);}privateintdecode(Strings){inti;char[]ac;intj;intk;i=0;ac=s.toCharArray();j=0;k=ac.length;while
7、(j=48)&&(j<=57)){j=(((j-48)+5)%10)+48;}elseif((j>=65)&&(j<=90)){j=(((j-65)+13)%26)
8、+65;}elseif((j>=97)
此文档下载收益归作者所有