MyEclipse-7.5.0版注册码破解及激活操作

本文提供了一种破解 MyEclipse 7.5.0 版本的方法,通过编写 Java 代码生成有效的注册码,使得用户可以在 1095 天内免费使用该软件。

这些阶段一直在用eclipse,Myeclipse没有使过。今天上网看到Myeclipse7.5.0版发布了,因此我下载了个。

电信封掉了Myeclipse的官网IP,因此不使用代理的话,它的官方网站是打不开的,可以使用一些简单的在线代理,比如www.coobai.com

作为开源世界寄生虫的Myeclipse不是免费的,下载之后会有30天的免费试用期.接下来要做的事,就是破解注册码了:代码如下

 


新建一个工程,导入下面的文件

MyEclipseGen.java

 

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) {  
   }  
}  
}  

 

 

运行该代码,在控制台中会出现:
please input register name:
×××××(你的name,随便什么)
即生成序列号: ××××× ××××× ×××××...

进入myeclipse,在菜单中选择 Myeclipse->Subscription Information 然后 输入Subscriber和Subscription code即可。
我的注册码可以用1095天.呵呵..蛮爽的.

 


本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/login8226/archive/2009/06/24/4293970.aspx

【源码免费下载链接】:https://renmaiwang.cn/s/o9chp 《CircuitCAM 5.0:打造高效SMT钢网设计流程》CircuitCAM 5.0是一款专为实现SMT(表面贴装技术)钢网设计而开发的专业软件,它是德国LPKF激光切割系统的关键组件。该软件的中心功能是解析Gerber数据文件,将电子设计中的图形信息转化为可被激光切割机识别的.lmd格式文件,从而精确生成用于SMT生产的钢网。SMT钢网设计在整个电子制造流程中扮演着关键角色,它直接关联元件贴装精度和生产效率。CircuitCAM 5.0凭借其强大的数据处理能力,能够高效管理复杂的电路板布局,在确保每个焊盘都能精确开口的同时,显著提升了锡膏沉积效果,降低不良品率。在软件组件中包含多个功能模块:包括驱动与许可相关的Hlvdd.dll和hldrv32.exe文件、用于保护软件免受非法复制的Hardlock.sys及Hardlock.vxd文件;安装程序Hlinst.exe支持用户完成软件部署并配置参数设置;主程序CCAM为设计和切割操作提供全面功能模块入口;预设模板库Ape_Templates则包含特定格式的模板,如.APE文件,用于特殊切割任务;数据存储区Data存放运行所需的设置参数等信息;新建模板文件夹New_Templates则为用户提供自定义模板创建的可能性。使用CircuitCAM 5.0软件能够实现Gerber数据到.lmd文件的无缝转换,简化设计流程并提升生产效率。软件提供了丰富的编辑工具和优化功能,如焊盘开口大小调节、钢网厚度设置及切割路径优化等,确保了钢网设计的灵活性与精确性。CircuitCAM 5.0集高效精准于一身,是现代电子制造领域不可或缺的核心工具。通过智能处理Gerber数据文件,该软件帮助用户提升生产质量和效率,降低运营成本,并在激烈的市场竞争中为企业赢得先机
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值