上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
  2019年1月3日
摘要: package com.github.linushp.wsblog.utils; import java.math.BigInteger; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; public class Base36 { private static final Cha... 阅读全文
posted @ 2019-01-03 16:05 袜子破了 阅读(980) 评论(0) 推荐(0) 编辑
  2018年10月16日
摘要: import org.apache.commons.lang.StringUtils; import java.util.HashMap; import java.util.Map; public class PhoneNumberUtils { private static Map region_country_Map = new HashMap(); private s... 阅读全文
posted @ 2018-10-16 14:47 袜子破了 阅读(439) 评论(0) 推荐(0) 编辑
  2018年9月1日
摘要: import java.security.SecureRandom; import java.util.Random; public class LongHash { private static long seed = 0xc4ceb9fe1a85ec53L; private static Random rand = new SecureRandom(); /**... 阅读全文
posted @ 2018-09-01 12:21 袜子破了 阅读(1195) 评论(0) 推荐(0) 编辑
  2018年8月27日
摘要: var person = defineTLClass({ name:tl("String",1), sex:tl("Int",2), time:tl("Long",3), time:tl("Long",10) }); 168421 1--2 2--4 3--8 4--16 5--32 6--64 7--128 8--256 最多256个属性 8位 类型 8位 (1-8基本类型,9... 阅读全文
posted @ 2018-08-27 15:21 袜子破了 阅读(155) 评论(0) 推荐(0) 编辑
  2018年7月29日
摘要: package cn.ubibi.wsblog.utils; import java.io.UnsupportedEncodingException; import java.math.BigInteger; public class Base58 { private static final char[] ALPHABET = "123456789ABCDEFGHJK... 阅读全文
posted @ 2018-07-29 20:50 袜子破了 阅读(1003) 评论(0) 推荐(0) 编辑
  2018年7月19日
摘要: 测试类 阅读全文
posted @ 2018-07-19 17:41 袜子破了 阅读(6458) 评论(1) 推荐(0) 编辑
  2018年6月10日
摘要: <script> document.createElement_1 = document.createElement; document.createElement = function (elementName) { if (elementName 'script' || elementName 阅读全文
posted @ 2018-06-10 10:59 袜子破了 阅读(1117) 评论(0) 推荐(0) 编辑
  2018年6月4日
摘要: import java.lang.reflect.Method; import java.math.BigDecimal; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.SQLException; import jav... 阅读全文
posted @ 2018-06-04 11:47 袜子破了 阅读(165) 评论(0) 推荐(0) 编辑
  2018年5月13日
摘要: 在线以太坊智能合约编辑器 https://ethfiddle.com/ 以太坊区块链浏览器 https://etherscan.io/ 阅读全文
posted @ 2018-05-13 09:59 袜子破了 阅读(127) 评论(0) 推荐(0) 编辑
  2018年5月10日
摘要: package cn.ubibi.jettyboot.framework.commons; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import java.math.BigDecimal; import ja... 阅读全文
posted @ 2018-05-10 10:41 袜子破了 阅读(313) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页