MyEclipse破解,適合從MyEclipse6.x到8.x版本
Heck
Serial:ULR8ZC-855550-69595256384500673
MyEclipse破解,適合從MyEclipse6.x到8.x版本.
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
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, "5");
System.out.println("Serial:" + res);
reader.readLine();
}
catch (IOException ex)
{
}
}
}
相關文章
- 破解 PSXPLAY1.40( 該適合任何版本 )
- Android 版本適配:8.x Oreo(API 級別 26、27)AndroidAPI
- MyEclipse破解Eclipse
- ubuntu 上myeclipse破解UbuntuEclipse
- 《MySQL 8.x從入門到精通(影片教學版)》簡介MySql
- 從Mixin到物件組合物件
- MySQL 8.x 新版本JDBC連線方式MySqlJDBC
- MyEclipse5 5的破解方法Eclipse
- myeclipse序號產生器使用教程(破解MyEclipse 10可用)Eclipse
- SublimeText3143從破解到漢化
- LightCMS 釋出支援 Laravel 8.x 的版本Laravel
- Oracle expdp/impdp 從高版本 到 低版本 示例Oracle
- 您適合從事web前端開發嗎?Web前端
- MySQL 8.x 新版本特性趕緊學!!Linux 伺服器上安裝 MySQL 8.xMySqlLinux伺服器
- 如何選擇適合自己的solidworks軟體版本Solid
- 哪個 Linux 發行版本最適合跑 OracleLinuxOracle
- 【MSSQL】MSSQL 從Express版本升級到Enterprise版本SQLExpress
- MyEclipse-2015 3.0破解啟用教程(MyEclipse的破解方式經常在變,不建議使用)Eclipse
- Linux有哪些版本?哪個比較適合新手使用?Linux
- 請問JIVE哪個版本比較適合學習用?
- MyEclipse2017安裝與破解Eclipse
- Myeclipse 2013 professional 破解,下載Eclipse
- Firebird從2.1版本升級到2.5版本
- 如何根據生產環境mysql版本選擇合適的percona xtrabackup版本MySql
- 五款實用報表工具推薦:從山海鯨到 JasperReports,哪個更適合你?
- Linux發行版本眾多,選擇哪個最合適?Linux
- [Sqlite] 資料遷移備份--從低版本到高版本SQLite
- MyEclipse - 修改Maven預設的Jdk版本EclipseMavenJDK
- 從CentOS 7.0升級到7.7版本CentOS
- MySQL升級從5.1.71到5.7.17版本MySql
- oracle版本升級:從11.2.0.1到11.2.0.3Oracle
- 怎樣選擇最合適的Linux發行版?23個版本橫向對比,總有適合你的Linux
- 適合新手的Java學習路線圖,從零到一系統掌握Java知識點Java
- 智慧合約從入門到精通:智慧合約的前世今生
- 智慧合約從入門到精通:Solidity組合語言Solid組合語言
- win10最適合打遊戲的版本 win10最穩定流暢的版本Win10遊戲
- 初學者學習Linux選擇哪個發行版本合適?Linux
- 最適合新手入門的SpringCloud教程 7—OpenFeign「F版本」SpringGCCloud