用户名: 密码:      免费注册 | 忘记密码?
attach

[myeclipse-7.1-win32.myeclipse-7.5.0-win32].myeclipse-7.5.0-win32.exe

来源:

最新评论

 
内容
评分
 

相关评论

weir200813 2011/05/09 09:34:25 [0] [0]

引用(pttaag @ 2011-05-08, 11:09 PM) *
引用(weir200813 @ 2009-10-11, 01:03 PM) *
引用(woiwo @ 2009-10-11, 11:08 AM) *
Windows7下能用吗?

当然能用了,它就是个绿色软件

eclipse是绿色的吧,myeclipse也是的吗?

安装以后就绿色了。

回复

pttaag 2011/05/08 23:09:21 [0] [0]

引用(weir200813 @ 2009-10-11, 01:03 PM) *
引用(woiwo @ 2009-10-11, 11:08 AM) *
Windows7下能用吗?

当然能用了,它就是个绿色软件

eclipse是绿色的吧,myeclipse也是的吗?

回复

张山海 2011/04/06 12:27:05 [0] [0]

现在都有第九版了。怎么没人更新啊??

回复

aAgents 2010/06/09 03:19:50 [0] [0]

引用(neocool @ 2009-06-24, 02:29 AM) *
MyEclipse让程序开发越来越简单化,但是高端的代码还需要自己来钻研。

自从联通封杀了这个官方站点,我就在也没用过。
但是我知道怎么获取注册码:

获取注册码的前提是你电脑已经安装Java虚拟机。

文件名: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) {
   }
}
}


安装好MyEclipse导入运行。Enjoy!

Web Design.
网页用户界面设计
Xhtml, Css , jQuery , Ajax , Mootools .Flash . Prototype
QQ群号:34316243
欢迎高手,新手加入!
不爱交流者勿入,爱闲聊的绕行,大家一起讨论问题,一起提高!

厉害

回复

nickzhuchen 2010/01/18 22:24:05 [0] [0]

楼主能发个Update包吗?小弟感激不尽

回复

skyscraping 2009/12/23 13:06:41 [0] [0]

这个东东真的很好用的说也。。。

回复

idea_one 2009/12/03 18:31:45 [+1] [0]

感谢楼主啊!从Myeclipse5一直用到7.5,感觉不错,现在开始用8.0啦

回复

丁卯小生 2009/12/02 09:24:44 [0] [0]

已经汉化。。很牛叉。。谢谢了。。

回复

hack1vip 2009/11/28 09:04:07 [0] [0]

不错的资源,谢谢分享了。

回复

chenshg 2009/11/23 11:05:07 [0] [-1]

安装过程倒是没什么问题,为什么不能在线升级了呢?

回复

777lark777 2009/11/04 10:26:11 [0] [0]

好东西哦,用着6.5的,就是机器跑着有点慢,加载的东西不少啊,哈。

回复

branDy_H 2009/10/30 08:28:11 [+1] [0]

引用(neocool @ 2009-06-24, 02:29 AM) *
MyEclipse让程序开发越来越简单化,但是高端的代码还需要自己来钻研。

自从联通封杀了这个官方站点,我就在也没用过。
但是我知道怎么获取注册码:

获取注册码的前提是你电脑已经安装Java虚拟机。

文件名: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) {
   }
}
}


安装好MyEclipse导入运行。Enjoy!

Web Design.
网页用户界面设计
Xhtml, Css , jQuery , Ajax , Mootools .Flash . Prototype
QQ群号:34316243
欢迎高手,新手加入!
不爱交流者勿入,爱闲聊的绕行,大家一起讨论问题,一起提高!





似乎是MyEclispe 公司封了中国所有的ip,不是联通封的,是被封。
国产啥时候出来个就用国产的吧,哎,这点有点值得叹息。

回复

lujixin 2009/10/29 14:39:54 [0] [0]

感谢楼主的支持!谢谢你!

回复

jiutianfozu 2009/10/28 13:19:39 [+1] [0]

先用7.1试下!

回复

该文件创建于 2009-06-23 11:42:15
文件大小:
(733625402 字节)
文件指纹:
98b8eef1afbb40f9c801c34a983bb2e5
文件格式:
DOS/Windows 可执行文件
关于我们 | 诚聘英才 | 著作权声明 | 合作信息 | 广告事务 | 天地英雄 | 盛世三国 | 神仙道 | 反馈意见
网络文化经营许可证 文网文[2010]150号 | 增值电信业务经营许可证 沪B2-20100067 | 广播电视节目制作经营许可证 (沪)字第416号
沪ICP备05001009号 | 信息网络传播视听节目许可证 0911625号
©2003 - VeryCD.com Some Rights Reserved. 上海隐志网络科技有限公司