JAVA(2017-01-05)

    xiaoxiao2021-03-26  19

    MyEclipse6.5注册码怎么用

    小编这里是汉化过的,依次选择:窗口—-首选项(如果是没汉化的,请依次选择windows—-preferences—-myeclipse—-subion输入注册码)


    myeclipse 6.5 blue edition 破解方法

    只要将下面的代码执行就可以得到序列号,可以更改上面的用户名

    import java.text.DecimalFormat; import java.text.NumberFormat; import java.text.SimpleDateFormat; import java.util.Calendar; public class Crack { public static final void main(String[] args){ String id="zhangzunwei"; String num="999"; System.out.println(getSerial(id,"100",num,false)); } public static String getSerial(String userId, String version, String licenseNum, boolean selected) { Calendar cal = Calendar.getInstance(); cal.add(1, 3); cal.add(6, -1); NumberFormat nf = new DecimalFormat("000"); licenseNum = nf.format(Integer.valueOf(licenseNum)); String verTime = selected ? (new StringBuffer("-")).append( (new SimpleDateFormat("yyMMdd")).format(cal.getTime())).append( "0").toString() : "-1012310"; String type = "YE3MB-"; String need = (new StringBuffer(String.valueOf(userId.substring(0, 1)))) .append(type).append(version).append(licenseNum) .append(verTime).toString(); String dx = (new StringBuffer(String.valueOf(need))) .append( "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.") .append(userId).toString(); int suf = decode(dx); String code = (new StringBuffer(String.valueOf(need))).append( String.valueOf(suf)).toString(); return change(code); } private static int decode(String s) { int i = 0; char ac[] = s.toCharArray(); int j = 0; for (int k = ac.length; j < k; j++) i = 31 * i + ac[j]; return Math.abs(i); } private static String change(String s) { byte abyte0[] = s.getBytes(); char ac[] = new char[s.length()]; int i = 0; for (int k = abyte0.length; i < k; i++) { int 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; } return String.valueOf(ac); } }


    myeclipse软件界面怎么恢复到默认界面

    在菜单”windows” 下有个”Reset Perspective..”项 是复位透视图

    如果你想打 所有的 东西(包括在 选项 中的设置) 都恢复到 初始状态 你可以把你的 工作空间 目录 下的 .metadata 文件夹 删除 (注意:你的项目也会消失 不过不用担心 你可以再手动导回到 项目中


    如何创建二级域名

    比如我买了一个域名为www。baidu。com域名,我想创建一个域名为blog。baidu。com,请问这样的怎么弄?尽量详细些,谢谢!

    第一步,在域名管理那里,有个域名解析功能,点击进去之后,找到添加记录(部分可能不是添加记录,直接就是输入框),点击添加记录之后,会显示一排横着的输入框,在第一个输入框输入前缀,也就是你要的二级,比如wap.unnin.com里的wap。 第二步:在记录类型那里,选择A记录。 第三步:在记录值那里输入要解析ip,也就是你要绑定网站的ip 第四步:直接点击添加或者修改。 完成


    转载请注明原文地址: https://ju.6miu.com/read-660222.html

    最新回复(0)