myeclipse提示myeclipse trial expired

news/2024/10/21 23:27:00/

MyEclipse提示过期(MyEclipse Trial Expired)

利用注册类可以生成Myeclipse注册码.

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, "0");     System.out.println("Serial:" + res);     reader.readLine();     } catch (IOException ex) {     }     }     }

运行后效果如下: 

修改String res = myeclipsegen.getSerial(userId, "20"); "20""0"可以变成Number of LicensesUnlimited.

 

然后

然后将刚才生成的序列号输入

点击下面的Finish即可

代码测试过了,可行!

Myeclipse--subscription information 即可进入update subscription界面。

ok,注册成功


http://www.ppmy.cn/news/763213.html

相关文章

ECG分析:基于深度学习的ECG心律失常分类入门(4)

ECG分析:基于深度学习的ECG心律失常分类入门(4&#xff09; 在搭建模型之前&#xff0c;讲一下本次任务需要区分的类别&#xff0c;MITAB根据心拍类型划分了14个小类&#xff1a; 也可以用wfdb查看&#xff1a; wfdb.show_ann_labels()label_store symbol …

半监督方法:不确定性感知自增强模型

半监督方法&#xff1a;不确定性感知自增强模型 文献&#xff1a;Uncertainty-aware Self-ensembling Model for Semi-supervised 3D Left Atrium Segmentation&#xff08;半监督方法&#xff1a;不确定性感知自增强模型&#xff09; 原文&#xff1a;https://arxiv.org/abs…

[渝粤教育] 中国地质大学 会计专业英语 复习题 (2)

《会计专业英语》模拟题 一.单选题 1.The Realization Principle indicates that revenue usually should be recognized and recorded in the accounting record(). A.when goods are sole or services are rendered to customers B.when cash is collected from customers …

MIT-BIH心律失常数据库目录(译)

目录 MIT-BIH心律失常数据库目录&#xff08;译&#xff09;1. 前言2. 介绍Symbols符号表 3. 记录记录100 &#xff08;MLII&#xff0c;V5;男性&#xff0c;69岁&#xff09;Record 101 (MLII, V1; female, age 75) 4. 表格 MIT-BIH心律失常数据库目录&#xff08;译&#xff…

this application was created using the trial version of the xtrareports 解决方法

XtraReport3 xtraReport new XtraReport3(); var mlc sp.tiaoma.ToList(); xtraReport.DataSource mlc;ReportPrintTool tool new ReportPrintTool(xtraReport);//操作要显示什么按钮 tool.PrintingSystem.SetCommandVisibility(new PrintingSystemCommand[]{ PrintingSyst…

浅谈心电信号处理(2)--心电数据库

所谓“工欲善其事&#xff0c;必先利其器“&#xff0c;我们在完成软件算法的设计后&#xff0c;必须通过数据进行验证&#xff0c;否则再好的算法也只能是空中楼阁&#xff0c;水中月镜中花。只有通过大量的数据验证后&#xff0c;才能说设计的算法是合格的&#xff0c;当然这…

CVPR 2022数据集汇总|包含目标检测、多模态等方向

编辑丨极市平台 M5Product Dataset 论文地址&#xff1a;https://arxiv.org/abs/2109.04275 数据集地址&#xff1a;https://xiaodongsuper.github.io/M5Product_dataset/index.html M5Product 数据集是一个大规模的多模态预训练数据集&#xff0c;具有针对电子产品的粗粒度和细…

LAHeart2018左心房分割实战

2018 Atrial Segmentation Challenge 数据准备 The Left Atrium (LA) MR dataset from the Atrial Segmentation Challenge 数据集下载地址&#xff1a;Data – 2018 Atrial Segmentation Challenge (cardiacatlas.org) 数据集结构&#xff1a; Training_Set ├── 0RZDK2…