zoukankan      html  css  js  c++  java
  • IntelliJ IDEA 14 注册码

    IntelliJ IDEA 14 下载 

    key:IDEA

    value:61156-YRN2M-5MNCN-NZ8D2-7B4EW-U12L4

     

    (2)

    key:huangwei
    value:97493-G3A41-0SO24-W57LI-Y2UGI-JGTU2

     

    (3)

    key:hkl520
    value:34423-VZYXD-FQXZ7-O6I7U-J3ZK8-R7V62

     

    (4)

    key:Intelligent
    value:40957-EG6O9-2915L-CF1RP-57IQJ-Y6VZ3

     

    (5)

    key:tommy
    value:49164-YPNVL-OXUZL-XIWM4-Z9OHC-LF053

     

    (6)

    key:whuanghk
    value:98220-IN97R-TV1ID-2JAPO-OXZEO-LAM70

     

    (7)

    key:itey
    value:91758-T1CLA-C64F3-T7X5R-A7YDO-CRSN1



     

     

     

     

    Java代码  收藏代码
    1. import java.math.BigInteger;  
    2. import java.util.Date;  
    3. import java.util.Random;  
    4. import java.util.zip.CRC32;  
    5. public class keygen  
    6.   /** 
    7.   * @param s 
    8.   * @param i 
    9.   * @param bytes 
    10.   * @return 
    11.   */  
    12. public static short getCRC(String s, int i, byte bytes[])  
    13.       CRC32 crc32 = new CRC32();  
    14. if (s != null)  
    15.           for (int j = 0; j < s.length(); j++)  
    16.               char c = s.charAt(j);  
    17.           }  
    18.       crc32.update(i);  
    19. 8);  
    20. 16);  
    21. 24);  
    22. for (int k = 0; k < bytes.length - 2; k++)  
    23.           byte byte0 = bytes[k];  
    24.       }  
    25. return (short) (int) crc32.getValue();  
    26.   
    27. /** 
    28.   * @param biginteger 
    29.   * @return String 
    30.   */  
    31. public static String encodeGroups(BigInteger biginteger)  
    32.       BigInteger beginner1 = BigInteger.valueOf(0x39aa400L);  
    33. new StringBuilder();  
    34. for (int i = 0; biginteger.compareTo(BigInteger.ZERO) != 0; i++)  
    35.           int j = biginteger.mod(beginner1).intValue();  
    36.           if (i > 0)  
    37.               sb.append("-");  
    38.           sb.append(s1);  
    39.       }  
    40. return sb.toString();  
    41.   
    42. /** 
    43.   * @param i 
    44.   * @return 
    45.   */  
    46. public static String encodeGroup(int i)  
    47.       StringBuilder sb = new StringBuilder();  
    48. for (int j = 0; j < 5; j++)  
    49.           int k = i % 36;  
    50. char c;  
    51. if (k < 10)  
    52.               c = (char) (48 + k);  
    53.           else  
    54.               c = (char) ((65 + k) - 10);  
    55.           sb.append(c);  
    56. 36;  
    57.       return sb.toString();  
    58.   
    59. /** 
    60.   * @param name 
    61.   * @param days 
    62.   * @param id 
    63.   * @param prtype 
    64.   * @return 
    65.   */  
    66. public static String MakeKey(String name, int days, int id)  
    67.       id %= 100000;  
    68. byte bkey[] = new byte[12];  
    69. 0] = (byte) 1; // Product type: IntelliJ IDEA is 1  
    70. 1] = 14; // version  
    71. new Date();  
    72. long ld = (d.getTime() >> 16);  
    73. 2] = (byte) (ld & 255);  
    74. 3] = (byte) ((ld >> 8) & 255);  
    75. 4] = (byte) ((ld >> 16) & 255);  
    76. 5] = (byte) ((ld >> 24) & 255);  
    77. 0xffff;  
    78. 6] = (byte) (days & 255);  
    79. 7] = (byte) ((days >> 8) & 255);  
    80. 8] = 105;  
    81. 9] = -59;  
    82. 10] = 0;  
    83. 11] = 0;  
    84. int w = getCRC(name, id % 100000, bkey);  
    85. 10] = (byte) (w & 255);  
    86. 11] = (byte) ((w >> 8) & 255);  
    87. new BigInteger("89126272330128007543578052027888001981", 10);  
    88. new BigInteger("86f71688cdd2612ca117d1f54bdae029", 16);  
    89. new BigInteger(bkey);  
    90.       String s0 = Integer.toString(id);  
    91. "0";  
    92. while (s0.length() != 5)  
    93.           s0 = sz.concat(s0);  
    94.       s0 = s0.concat("-");  
    95.       s0 = s0.concat(s1);  
    96. return s0;  
    97.   
    98. public static void main(String[] args)  
    99.       if (args.length == 0)  
    100.           System.err.printf("*** Usage: %s name%n", keygen.class.getCanonicalName());  
    101. 1);  
    102.       Random r = new Random();  
    103. 0], 0, r.nextInt(100000)));  
    104. }  

    直接保存为keygen.java

     

    D:develop>javac keygen.java

     

    D:develop>java keygen username

    67937-QF06H-9X5JW-HWYVN-0G2G3-WVDL1

     

    在线注册机

    http://appcode.aliapp.com

    转载:http://blog.csdn.net/henren555/article/details/43406479

  • 相关阅读:
    页面上输入任意数字,点击按钮后计算阶乘。
    利用递归求两个数字的最大公约数。
    17css动画
    10Vue组件参数校验和非Props特性
    git rebase --continue出现“If there is nothing left to stage,chances are that something else already introduced the same changes; you might want to skip this patch.”
    9Vue父子组件的传递方式
    8Vue组件使用细节
    Block-scoped declarations问题解决
    7Vue中的set方法
    6Vue条件渲染
  • 原文地址:https://www.cnblogs.com/wawahaha/p/4901215.html
Copyright © 2011-2022 走看看